About 3,670,000 results
Open links in new tab
  1. What is the Correct way to define key-value pairs in json schema

    Nov 10, 2014 · In JSON an object is already a collection of key-value pairs. You don't need anything special in order to define it: { "_info":{"type":"object"} } From here you can add …

  2. What JSON structure to use for key value pairs?

    The key value pairs will be used to attach arbitrary data to some other item. The data must be serialized as JSON to round-trip it through a system.

  3. JSON Schema examples

    In this page, you will find examples illustrating different use cases to help you get the most out of your JSON Schemas. These examples cover a wide range of scenarios, and each example …

  4. JSON files examples - jsoning.com

    On this page, you will find examples of JSON data, including both JSON objects and arrays. You can copy and paste them or download the JSON files directly. I hope these examples will …

  5. Master JSON Key-Value Pairs: A Complete Guide - DEV Community

    Dec 23, 2024 · Think of key-value pairs as the building blocks of JSON—like a digital address book where each name (key) points to a specific phone number (value). In JSON, these pairs …

  6. JSON Schema - Simple Example - GitHub Pages

    JSON schema is a specification for standardizing how to answer those questions for JSON data. To start a schema definition, let's begin with a basic JSON schema: The above schema has …

  7. Storing a Key Value Array into a compact JSON string

    I want to store an array of key value items, a common way to do this could be something like: // the JSON data may store several data types, not just key value lists, // but, must be able to …

  8. array - JSON Schema

    There are two ways in which arrays are generally used in JSON: List validation: a sequence of arbitrary length where each item matches the same schema. Tuple validation: a sequence of …

  9. JSON Schema | NIEM GitHub

    JSON schema provides a JSON vocabulary for defining and validating JSON instances. Each schema includes one or more key-value pairs or keywords, including a type keyword set to a …

  10. Objects - JSON Schema - GitHub Pages

    The value of property is itself a key:value pair, while the value can be any JSON schema and it is used to specify how the value of the key:value pair should look. For example, the following …

  11. Some results have been removed
Refresh