File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- [ Examples] ( #examples )
26
26
- [ Read JSON from a file] ( #read-json-from-a-file )
27
27
- [ 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 )
29
29
- [ Serialization / Deserialization] ( #serialization--deserialization )
30
30
- [ STL-like access] ( #stl-like-access )
31
31
- [ Conversion from STL containers] ( #conversion-from-stl-containers )
@@ -160,7 +160,7 @@ json ex3 = {
160
160
};
161
161
```
162
162
163
- ### Reading and writing individual object keys
163
+ ### JSON as first-class data type
164
164
165
165
Assume you want to create this JSON object by individually setting each key-value pair:
166
166
You can’t perform that action at this time.
0 commit comments