Skip to content

Commit 1807752

Browse files
authored
Put the section back
1 parent 1c56a47 commit 1807752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- [Examples](#examples)
2626
- [Read JSON from a file](#read-json-from-a-file)
2727
- [Creating `json` objects from JSON literals](#creating-json-objects-from-json-literals)
28-
- [Reading and writing individual object keys](#reading-and-writing-individual-object-keys)
28+
- [JSON as first-class data type](#json-as-first-class-data-type)
2929
- [Serialization / Deserialization](#serialization--deserialization)
3030
- [STL-like access](#stl-like-access)
3131
- [Conversion from STL containers](#conversion-from-stl-containers)
@@ -160,7 +160,7 @@ json ex3 = {
160160
};
161161
```
162162

163-
### Reading and writing individual object keys
163+
### JSON as first-class data type
164164

165165
Assume you want to create this JSON object by individually setting each key-value pair:
166166

0 commit comments

Comments
 (0)