- 10 Apr, 2020 1 commit
-
-
Niels Lohmann authored
appveyor.yml: Compile and test with latest version for __cplusplus ma…
-
- 07 Apr, 2020 1 commit
-
-
Niels Lohmann authored
-
- 06 Apr, 2020 2 commits
-
-
Thomas Braun authored
According to [1] the C++ macro __cplusplus has always the value 199711L even if you enable later version of C++ support via /std. Use one job with /Zc:__cplusplus defined so that we know that it compiles. [1]: https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=vs-2019
-
Niels Lohmann authored
-
- 05 Apr, 2020 5 commits
-
-
Niels Lohmann authored
Rename argument array_index to array_indx in json_pointer methods
-
Niels Lohmann authored
fix error 'setw' is not a member of 'std' in Wandbox example
-
Niels Lohmann authored
Update LICENSE.MIT
-
Niels Lohmann authored
PR for #2006 to test in AppVeyor.
-
Niels Lohmann authored
-
- 25 Mar, 2020 1 commit
-
-
Miguel Magalhães authored
-
- 24 Mar, 2020 1 commit
-
-
garethsb-sony authored
-
- 21 Mar, 2020 1 commit
-
-
Alexander Myasnikov authored
-
- 19 Mar, 2020 3 commits
-
-
Sergey Linev authored
Avoid mix-up with array_index member Co-Authored-By: Niels Lohmann <niels.lohmann@gmail.com>
-
Niels Lohmann authored
Update README.md : add a FAQ about memory release
-
Niels Lohmann authored
-
- 14 Mar, 2020 1 commit
-
-
chenguoping authored
-
- 13 Mar, 2020 2 commits
-
-
Niels Lohmann authored
Fix typo in examples
-
Niels Lohmann authored
README: Fix string representation of `dump`ed `json`
-
- 11 Mar, 2020 1 commit
-
-
Sergey Linev authored
Fixes gcc48 warning: declaration of ‘array_index’ shadows a member of 'this' [-Wshadow]
-
- 10 Mar, 2020 1 commit
-
-
Alexander “weej” Jones authored
As is it's confusing and inconsistent with the indented form right below. The backslash escapes make it confusing.
-
- 26 Feb, 2020 1 commit
-
-
dota17 authored
-
- 17 Feb, 2020 1 commit
-
-
Chen authored
-
- 10 Feb, 2020 1 commit
-
-
Chen authored
-
- 02 Feb, 2020 2 commits
-
-
Niels Lohmann authored
Some typos
-
Antoine Cœur authored
-
- 31 Jan, 2020 2 commits
-
-
Niels Lohmann authored
Readme: Updated links to hunter repo & docs
-
Niels Lohmann authored
Fix link to parse function in README
-
- 29 Jan, 2020 2 commits
- 28 Jan, 2020 1 commit
-
-
Niels Lohmann authored
Adds instruction for using Build2's package manager
-
- 21 Jan, 2020 1 commit
-
-
Joël Lamotte authored
(proper naming suggested by `build2`'s author)
-
- 20 Jan, 2020 1 commit
-
-
Joël Lamotte authored
I created a `nlohmann-json` package for `build2` (https://build2.org) that have been published on the central public repository https://cppget.org : https://cppget.org/nlohmann-json (at the moment you can see that there is only one version: 3.7.3). The repository of the package code is there: https://github.com/build2-packaging/nlohmann-json and is owned by the build2 community now. (with build2 you can use either a repository like cppget.org or a git repository so both are useful to users for different use cases). This patch just add the basic information as to how to use this library with build2.
-
- 19 Jan, 2020 1 commit
-
-
Niels Lohmann authored
Update README.md
-
- 18 Jan, 2020 1 commit
-
-
Paul Jurczak authored
-
- 15 Jan, 2020 1 commit
-
-
Niels Lohmann authored
-
- 12 Jan, 2020 1 commit
-
-
Niels Lohmann authored
-
- 16 Dec, 2019 2 commits
-
-
Niels Lohmann authored
Fix warning: ignoring return value
-
Sonu Lohani authored
-
- 15 Dec, 2019 1 commit
-
-
Niels Lohmann authored
-
- 01 Dec, 2019 1 commit
-
-
Niels Lohmann authored
docs: add central repository as conan source to readme
-