json
What is a .json file?
application/json
JSON (JavaScript Object Notation) is a lightweight, text-based data-interchange format representing objects, arrays, strings, numbers, booleans, and null. It is language-independent, human-readable, and the dominant format for web APIs and configuration. It requires a single well-formed root value.
How to use a .json file
Use an example JSON file to test parsers and serializers, schema validation, Unicode and number-precision handling, and API request or response processing.
Download example .json files
- Segmentation Scene 01 — Class Map (JSON)Class-id → label map for segmentation scene 1. Ground truth companion to the RGB and mask.
- Segmentation Scene 02 — Class Map (JSON)Class-id → label map for segmentation scene 2. Ground truth companion to the RGB and mask.
- Segmentation Scene 03 — Class Map (JSON)Class-id → label map for segmentation scene 3. Ground truth companion to the RGB and mask.
- Segmentation Scene 04 — Class Map (JSON)Class-id → label map for segmentation scene 4. Ground truth companion to the RGB and mask.
- Segmentation Scene 05 — Class Map (JSON)Class-id → label map for segmentation scene 5. Ground truth companion to the RGB and mask.
- Segmentation Scene 06 — Class Map (JSON)Class-id → label map for segmentation scene 6. Ground truth companion to the RGB and mask.
- ASR — 0123 Transcript (JSON)Ground-truth transcript for the 0123 ASR utterance pair — expected text: “zero one two three”.
- ASR — 4567 Transcript (JSON)Ground-truth transcript for the 4567 ASR utterance pair — expected text: “four five six seven”.
and 715 more in the library.