Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for json (0.2 sec)

  1. docs/ru/docs/index.md

    <small>* оценка на основе тестов внутренней команды разработчиков, создающих производственные приложения.</small>
    
    ## Спонсоры
    
    <!-- sponsors -->
    
    {% if sponsors %}
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 25.8K bytes
    - Viewed (0)
  2. docs/it/docs/index.md

    <small>* Stima basata sull'esito di test eseguiti su codice sorgente di applicazioni rilasciate in produzione da un team interno di sviluppatori.</small>
    
    ## Sponsor
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  3. docs/zh/docs/index.md

        * 因为 `q` 被声明为 `= None`,所以它是可选的。
        * 如果没有 `None` 它将会是必需的 (如 `PUT` 例子中的请求体)。
    * 对于访问 `/items/{item_id}` 的 `PUT` 请求,将请求体读取为 JSON 并:
        * 检查是否有必需属性 `name` 并且值为 `str` 类型 。
        * 检查是否有必需属性 `price` 并且值为 `float` 类型。
        * 检查是否有可选属性 `is_offer`, 如果有的话值应该为 `bool` 类型。
        * 以上过程对于多层嵌套的 JSON 对象同样也会执行
    * 自动对 JSON 进行转换或转换成 JSON。
    * 通过 OpenAPI 文档来记录所有内容,可被用于:
        * 交互式文档系统
        * 许多编程语言的客户端代码自动生成系统
    * 直接提供 2 种交互式文档 web 界面。
    
    ---
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.2K bytes
    - Viewed (0)
  4. docs/es/docs/advanced/security/index.md

    !!! tip
        Las siguientes secciones **no necesariamente son "avanzadas"**.
    
        Y es posible que para tu caso de uso, la solución esté en alguna de ellas.
    
    ## Leer primero el Tutorial
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 718 bytes
    - Viewed (0)
  5. docs/es/docs/advanced/index.md

    En las secciones siguientes verás otras opciones, configuraciones, y características adicionales.
    
    !!! tip
        Las próximas secciones **no son necesariamente "avanzadas"**.
    
        Y es posible que para tu caso, la solución se encuentre en una de estas.
    
    ## Lee primero el Tutorial
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 822 bytes
    - Viewed (0)
  6. docs/he/docs/index.md

        -   לאמת שהוא כולל את מאפיין החובה `name` שאמור להיות מטיפוס `str`.
        -   לאמת שהוא כולל את מאפיין החובה `price` שחייב להיות מטיפוס `float`.
        -   לבדוק האם הוא כולל את מאפיין הרשות `is_offer` שאמור להיות מטיפוס `bool`, אם הוא נמצא.
        -   כל זה יעבוד גם לאובייקט JSON מקונן.
    -   להמיר מ - JSON ול- JSON אוטומטית.
    -   לתעד הכל באמצעות OpenAPI, תיעוד שבו יוכלו להשתמש:
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 21.2K bytes
    - Viewed (0)
  7. docs/en/docs/index.md

    * For `PUT` requests to `/items/{item_id}`, Read the body as JSON:
        * Check that it has a required attribute `name` that should be a `str`.
        * Check that it has a required attribute `price` that has to be a `float`.
        * Check that it has an optional attribute `is_offer`, that should be a `bool`, if present.
        * All this would also work for deeply nested JSON objects.
    * Convert from and to JSON automatically.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  8. docs/de/docs/index.md

    <small>* Schätzung auf Basis von Tests in einem internen Entwicklungsteam, das Produktionsanwendungen erstellt.</small>
    
    ## Sponsoren
    
    <!-- sponsors -->
    
    {% if sponsors %}
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  9. docs/fa/docs/index.md

        * بررسی اینکه بدنه شامل فیلدی با نام `name` و از نوع `str` است.
        * بررسی اینکه بدنه شامل فیلدی با نام `price` و از نوع `float` است.
        * بررسی اینکه بدنه شامل فیلدی اختیاری با نام `is_offer` است، که در صورت وجود باید از نوع `bool` باشد.
        * تمامی این موارد برای اشیاء JSON در هر عمقی قابل بررسی می‌باشد.
    * تبدیل از/به JSON به صورت خودکار.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 25.9K bytes
    - Viewed (0)
  10. docs/pt/docs/index.md

        * Verifica que tem um atributo obrigatório `name` que deve ser `str`.
        * Verifica que tem um atributo obrigatório `price` que deve ser `float`.
        * Verifica que tem an atributo opcional `is_offer`, que deve ser `bool`, se presente.
        * Tudo isso também funciona para objetos JSON profundamente aninhados.
    * Converter de e para JSON automaticamente.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 18.6K bytes
    - Viewed (0)
Back to top