1
0
mirror of https://github.com/nlohmann/json synced 2024-11-09 22:20:05 +00:00

📝 added note to 3.0.0 wiki page #474

I created a wiki page
https://github.com/nlohmann/json/wiki/Road-toward-3.0.0 to describe the
transition toward version 3.0.0. On this page, all API-breaking changes
shall be documented.
This commit is contained in:
Niels Lohmann 2017-03-01 17:26:32 +01:00
parent f84ac523aa
commit 6b3912d936
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -65,6 +65,8 @@ to the files you want to use JSON objects. That's it. Do not forget to set the n
:beer: If you are using OS X and [Homebrew](http://brew.sh), just type `brew tap nlohmann/json` and `brew install nlohmann_json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann_json --HEAD`.
:warning: [Version 3.0.0](https://github.com/nlohmann/json/wiki/Road-toward-3.0.0) is currently under development. Branch `develop` is used for the ongoing work and is probably **unstable**. Please use the `master` branch for the last stable version 2.1.1.
## Examples