Put the section back

This commit is contained in:
Jake Zimmerman 2022-07-17 12:40:20 -07:00 committed by GitHub
parent 1c56a47a51
commit 180775245a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
- [Examples](#examples)
- [Read JSON from a file](#read-json-from-a-file)
- [Creating `json` objects from JSON literals](#creating-json-objects-from-json-literals)
- [Reading and writing individual object keys](#reading-and-writing-individual-object-keys)
- [JSON as first-class data type](#json-as-first-class-data-type)
- [Serialization / Deserialization](#serialization--deserialization)
- [STL-like access](#stl-like-access)
- [Conversion from STL containers](#conversion-from-stl-containers)
@ -160,7 +160,7 @@ json ex3 = {
};
```
### Reading and writing individual object keys
### JSON as first-class data type
Assume you want to create this JSON object by individually setting each key-value pair: