You may know me from my JSON library for C++.
- Berlin, Germany
- https://nlohmann.me
- @nlohmann
Highlights
- Developer Program Member
- 218 discussions answered
Block or Report
Block or report nlohmann
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse756 contributions in the last year
Less
More
Activity overview
Contributed to
nlohmann/json,
nlohmann/json-ci,
nlohmann/json_release_scripts
and 5 other
repositories
Loading
Contribution activity
November 2021
Created 6 commits in 2 repositories
Created a pull request in nlohmann/json that received 1 comment
Extend std specializations
This PR extends std::hash and std::swap to work on any nlohmann::basic_json specializations rather than just nlohmann::json.
+73
−27
•
1
comment
Opened 1 other pull request in 1 repository
nlohmann/json
1
closed
Reviewed 6 pull requests in 1 repository
Answered 10 discussions in 1 repository
nlohmann/json
nlohmann/json
- Why not allow .at and [] to work with non json arrays?
- [ Meaningless discussion ] Thank you!!
- Is there a way to process a JSON file larger than memory?
- Is is possible to evalute lazy data wrappers on serialization?
- JSON encoding unexpectedly wrapped in array
- QDebug & nlohmann::json ?
- Performance slow when assign values in a loop
- Sort json keys with specified order
- Access an element within an array of arrays
- Returning current json object when using `json[""]` or `json['.']`