Skip to content

Commit c951193

Browse files
authored
Update README.md
1 parent fc0a657 commit c951193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int main()
114114
}
115115
```
116116

117-
##Example 1B
117+
## Example 1B
118118
An alternatvie to deriving. Does not handle polymorphic structs.
119119
Especially useful for structs, you did not create.
120120
```C++
@@ -240,10 +240,10 @@ int main()
240240
```
241241

242242
## Useful Utility
243-
### JSON::Base64 <T> mem;
243+
### JSON::Base64 < T> mem;
244244
mem will be handled as a base64 string. useful if mem can contain any character or binary sequence, including quotes.
245245

246-
### fill_missing
246+
### JSON::fill_missing
247247
```C++
248248
auto tree = JSON::parse_json(str); // str contains some JSON.
249249
JSON::fill_missing <MyJsonType> ("", tree); // missing members in the tree of MyJsonType get default constructed.

0 commit comments

Comments
 (0)