- 29 Dec, 2017 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 28 Dec, 2017 3 commits
-
-
-
Niels Lohmann authored
- Implemented "copy" in terms of "add". - Added check for JSON Pointer array indices to make sure the complete reference token was processed. - Added test suite from https://github.com/json-patch/json-patch-tests
-
Niels Lohmann authored
🔧 Fix up a few more effc++ items
-
- 24 Dec, 2017 1 commit
-
-
Matthew K. Gumbel authored
-
- 23 Dec, 2017 2 commits
-
-
Niels Lohmann authored
The at function throws json::out_of_range.403 when a nonexistent object key is provided (just like the usual at function). This was not documented and users could assume json::out_of_range.404 would be thrown instead. - Updated documentation. - Added example code.
-
Niels Lohmann authored
Includes CTest module/adds BUILD_TESTING option
-
- 20 Dec, 2017 1 commit
-
-
Matthias Möller authored
-
- 18 Dec, 2017 1 commit
-
-
Niels Lohmann authored
- Adjusted table to user-defined exceptions. This was forgotten in the 3.0.0 update. - Added update function to the table.
-
- 17 Dec, 2017 9 commits
-
-
Niels Lohmann authored
Fix MSVC warning C4819
-
Eren Okka authored
Replaces a U+00A0 character with regular space, and fixes a typo.
-
Niels Lohmann authored
Merge branch 'develop' into coverity_scan
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 16 Dec, 2017 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
✅ re-added tests for algorithms -
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 15 Dec, 2017 1 commit
-
-
Niels Lohmann authored
-
- 14 Dec, 2017 4 commits
-
-
Niels Lohmann authored
Overworked library toward 3.0.0 release
-
Niels Lohmann authored
-
Niels Lohmann authored
🚨 remove C4996 warnings #872 -
Niels Lohmann authored
This reverts commit 920f64c0.
-
- 13 Dec, 2017 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Update required all CHECK_THROWS_AS macros to pass the exception type without reference, because this is now done by Catch2.
-
Niels Lohmann authored
- Added recent contributors to thanks list. - Linked PGP key for private mails. - Updated compiler list.
-
Niels Lohmann authored
- All hex literals use upper case letters after the x. - Fixed sime typos. - Documented some more functions.
-
Niels Lohmann authored
These were the remaining direct calls to alloc.
-
Niels Lohmann authored
💥 throwing an exception in case dump encounters a non-UTF-8 string #838
-
- 12 Dec, 2017 1 commit
-
-
Niels Lohmann authored
As we guarantee proper UTF-8 before, we do not need to cope with it later.
-
- 11 Dec, 2017 1 commit
-
-
Niels Lohmann authored
We had a lot of issues with failing roundtrips (i.e., parse errors from serializations) in case string were stored in the library that were not UTF-8 encoded. This PR adds an exception in this case.
-