We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0a657 commit c951193Copy full SHA for c951193
1 file changed
README.md
@@ -114,7 +114,7 @@ int main()
114
}
115
```
116
117
-##Example 1B
+## Example 1B
118
An alternatvie to deriving. Does not handle polymorphic structs.
119
Especially useful for structs, you did not create.
120
```C++
@@ -240,10 +240,10 @@ int main()
240
241
242
## Useful Utility
243
-### JSON::Base64 <T> mem;
+### JSON::Base64 < T> mem;
244
mem will be handled as a base64 string. useful if mem can contain any character or binary sequence, including quotes.
245
246
-### fill_missing
+### JSON::fill_missing
247
248
auto tree = JSON::parse_json(str); // str contains some JSON.
249
JSON::fill_missing <MyJsonType> ("", tree); // missing members in the tree of MyJsonType get default constructed.
0 commit comments