1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

🔖 set version to 3.1.0

- updated documentation wrt. new repository layout
- temporarily switched off Homebrew --HEAD building (can only be switched on after release)
- set copyright date to 2018
This commit is contained in:
Niels Lohmann
2018-02-01 22:20:26 +01:00
parent ce7d0ebf5d
commit 0258484626
301 changed files with 431 additions and 366 deletions

View File

@ -1,2 +1,2 @@
j1 = {"e":2.71828182845905,"pi":3.14159265358979}
j1 = {"e":2.718281828459045,"pi":3.141592653589793}
j2 = [1,2,3,4,5]