File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jsoncons allows you to work with the data in a number of ways:
147
147
148
148
- As a variant-like data structure, [ basic_json] ( doc/ref/corelib/basic_json.md )
149
149
150
- - As a strongly typed C++ data structure that implements [ json_type_traits ] ( doc/ref/corelib/json_type_traits.md )
150
+ - As a strongly typed C++ data structure that implements jsoncons reflection traits
151
151
152
152
- With [ cursor-level access] ( doc/ref/corelib/basic_json_cursor.md ) to a stream of parse events
153
153
@@ -215,10 +215,9 @@ Marilyn C, 0.9
215
215
jsoncons supports transforming JSON texts into C++ data structures.
216
216
The functions [ decode_json] ( doc/ref/corelib/decode_json.md ) and [ encode_json] ( doc/ref/corelib/encode_json.md )
217
217
convert strings or streams of JSON data to C++ data structures and back.
218
- Decode and encode work for all C++ classes that have
219
- [ json_type_traits] ( doc/ref/corelib/json_type_traits.md )
218
+ Decode and encode work for all C++ classes that implement jsoncons reflection traits.
220
219
defined. jsoncons already supports many types in the standard library,
221
- and your own types will be supported too if you specialize ` json_type_traits `
220
+ and your own types will be supported too if you specialize [ json_type_traits] ( doc/ref/corelib/json_type_traits.md )
222
221
in the ` jsoncons ` namespace.
223
222
224
223
``` cpp
You can’t perform that action at this time.
0 commit comments