Skip to content

Commit 0d60caf

Browse files
committed
doc update
1 parent 656245e commit 0d60caf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jsoncons allows you to work with the data in a number of ways:
147147

148148
- As a variant-like data structure, [basic_json](doc/ref/corelib/basic_json.md)
149149

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
151151

152152
- With [cursor-level access](doc/ref/corelib/basic_json_cursor.md) to a stream of parse events
153153

@@ -215,10 +215,9 @@ Marilyn C, 0.9
215215
jsoncons supports transforming JSON texts into C++ data structures.
216216
The functions [decode_json](doc/ref/corelib/decode_json.md) and [encode_json](doc/ref/corelib/encode_json.md)
217217
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.
220219
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)
222221
in the `jsoncons` namespace.
223222

224223
```cpp

0 commit comments

Comments
 (0)