This folder contains examples of various JSON constructs and how to create a C++ class/contract to parse them
- Aliases
- Arrays
- Automatic Code Generation
- Classes from Array/JSON Tuples
- Classes
- Dates
- Enums
- Graphs
- Inserting and Extracting Raw JSON
- JSON Lines/NDJSON
- JSON Schema Output
- Key Values - Map and Dictionary like things
- Mapping Overview An overview of the mapping types using in
from_json
orjson_data_constract
- Mapping Deduction
- Member Options - Options for the parse mappings
- Numbers
- Nullable Concept - Trait for mapping Option/Nullable types used in deduction
- Nullable JSON Values
- Output Options - Options for serialization
- Parser Options - Options for parsing
- Parsing Individual Members
- Strings
- Unknown JSON and Raw Parsing - Browsing the JSON Document and delaying of parsing of specified members
- Variant