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
750 contributions in the last year
Activity overview
Contributed to
nlohmann/json,
nlohmann/cmake_min_version,
nlohmann/homebrew-json
and 5 other
repositories
Contribution activity
July 2020
- nlohmann/gcc_flags Python
Created a pull request in nlohmann/json that received 8 comments
Add support for high-precision numbers in UBJSON encoding
This PR adds high-precision numbers for UBJSON. Entries with a 'H' prefix use the JSON number parser and store the parsed number. When serializing…
+3,693
−3,469
•
8
comments
- Fix a bug due to missing overloads in ordered_map container
- Update documentation
- Fix bug in CBOR tag handling
- Cleanup
- Add test with multiple translation units
- Merge GitHub actions
- Fix unused parameter
- Add static assertion for missing binary function in SAX interface
- Add test for target_include_directories
- Clean up maintainer Makefiles and fix some linter warnings
- Add option to ignore CBOR tags
- Hash function without allocation
- Add support for 128 bit integers
- Add Xcode 12 CI
- Make library work with Clang on Windows
- Add ordered_json specialization with ordered object keys
- Fix regression from #2181
- Make assert configurable via JSON_ASSERT
- fix typo
- cmake: install pkg-config file relative to current_binary_dir
- Fixed installation of pkg-config file on other than Ubuntu
- fixes unused variable 'ex' for #2304
- added inline to NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE macro
- Feat/explicit conversion operator
- Serialisation macros: increase upper bound on number of member variables
- fix eof for get_binary and get_string
- add inline specifier for detail::combine
- Tag binary values in cbor if set
- 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
- Adding full BSON support
- duplicate symbol 'nlohmann::detail::combine(unsigned long, unsigned long)'
- warning: unused parameter 'allow_exceptions'
- How do I iterate this variable structure?
- can I read from a json file and parse with this library?
- Missing include guard for nlohmann::detail::combine?
- Condionally serialize or deserialize JSON
- 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.
1
contribution
in private repositories
Jul 21

