You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ jsoncons is distributed under the [Boost Software License](http://www.boost.org/
28
28
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)
29
29
or becoming a [:heart: sponsor](https://github.com/sponsors/danielaparker).
30
30
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
+
31
35
## Extensions
32
36
33
37
-[bson](doc/ref/bson/bson.md) implements decode from and encode to the [Binary JSON](http://bsonspec.org/) data format.
0 commit comments