Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Pinned
804 contributions in the last year
Activity overview
Contributed to
nlohmann/json,
nlohmann/cmake_min_version,
nlohmann/homebrew-json
and 5 other
repositories
Contribution activity
December 2020
Created 36 commits in 5 repositories
Created a pull request in nlohmann/json that received 1 comment
Fix warnings
The PR fixes some nodiscard warnings and adds a newline to the doctest header.
+83
−51
•
1
comment
Opened 3 other pull requests in 1 repository
Reviewed 10 pull requests in 2 repositories
nlohmann/json 9 pull requests
- Travis doesn't run any tests in C++17 mode
- Doctest is updated to v2.4.3
- Add MAIN_PROJECT check for test and install options
- Doctest is updated to v2.4.1
- 📝 add CPM.Cmake example
- Change argument name "subtype" in byte_container_with_subtype
- Fix move constructor of json_ref
- Add asserts to suppress C28020
- Ranged insert test section is added in unit-ordered_json.cpp
nlohmann/swagger_to_uml 1 pull request
Answered 19 discussions in 1 repository
nlohmann/json
nlohmann/json
- Unable to get info on how to build this project on Ubuntu.
- Feature Request: Add license file to include.zip
- Implement C++20 modules
- for [ordered_json], the member function [parse] do not support keeping order of the input
- The .get>(); method is not converting the values
- Ignore type errors
- Is the output of `dump()` guaranteed to be deterministic across versions?
- Is this the best way to map the members of a class to keys for multiple objects?
- Cannot parse {“A”:"黒"}
- When reading a json field, is the "get<T>()" needed?
- How to deserialize vectors?
- json.exception.parse_error.101 causes core dumped (bad char in json::parse)
- Efficient way of CBOR serializing big chunk of binary data
- Inserting JSON child without copying
- json format not correct
- Duplicate symbol definition linker error
- How to convert json object to string [Duplicate?]
- Storing Raw Binary files?
- are json references supported ?