Skip to content

Commit 6e1bc86

Browse files
committed
doc update
1 parent 1323d86 commit 6e1bc86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jsoncons is distributed under the [Boost Software License](http://www.boost.org/
2828
jsoncons is free but welcomes support to sustain its development. If you find this library helpful, please consider making a [one time donation](https://paypal.me/jsoncons?locale.x=en_US)
2929
or becoming a [:heart: sponsor](https://github.com/sponsors/danielaparker).
3030

31+
As the `jsoncons` library has evolved, names have sometimes changed. To ease transition, jsoncons deprecates the
32+
old names but continues to support many of them. The deprecated names can be suppressed by defining the macro
33+
`JSONCONS_NO_DEPRECATED`, and this is recommended for new code.
34+
3135
## Extensions
3236

3337
- [bson](doc/ref/bson/bson.md) implements decode from and encode to the [Binary JSON](http://bsonspec.org/) data format.

0 commit comments

Comments
 (0)