From 180775245ac4a8a042d607271155b02dff3d1512 Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Sun, 17 Jul 2022 12:40:20 -0700 Subject: [PATCH] Put the section back --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aff8699f..010b146e4 100644 --- a/README.md +++ b/README.md @@ -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: