Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
647 contributions in the last year
Activity overview
Contributed to
nlohmann/json,
nlohmann/cmake_min_version,
nlohmann/json_website
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in nlohmann/json that received 6 comments
Make assert configurable via JSON_ASSERT
This PR introduces a macro JSON_ASSERT(x) which defaults to assert(x), but can be replaced by any other implementation.
Closes #2239.
+349
−283
•
6
comments
- Feat/explicit conversion operator
- Add ClangCL for MSVC
- Makefile: Always use SED variable
- Simple ordered_json that works on all supported compilers
- fix the bug
- Add pkg-config file
- Build tests with warnings as errors enabled
- add travis task : compile and test under C++17
- Tag binary values in cbor if set
- json::parse string is order
- How do I get an array of structs from a json object?
- Accessing nested objects
- errors with JSON_ASSERT
- How do I create a json object from an array of structs?
- Creating instances of opaque types from `.json` file data
- Support of replacing assert with something else
- dump(): incorrect precision for float array
- Is there an option to use nlohmann-json and disable exception with clang -fno-exceptions?
- How to access multiple keys together from a json file
- will json parse works for JSON schema inheritance
- Iterating over list of objects.
- Filter JSON objects in a Array
- what's the meaning of function json.dump()'s param : error_handler_t::ignore.