You may know me from my JSON library for C++.
- Berlin, Germany
- https://nlohmann.me
- @nlohmann
Highlights
- Developer Program Member
- 275 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 abuse695 contributions in the last year
Activity overview
Contributed to
nlohmann/json,
nlohmann/cmake_min_version,
nlohmann/json-ci
and 17 other
repositories
Contribution activity
May 2022
Created 8 commits in 3 repositories
Created 1 repository
- nlohmann/oss-fuzz Shell
Created a pull request in nlohmann/json that received 21 comments
Complete documentation for 3.11.0
BJData
contributors for 3.11.0
Further changes:
removed deprecated BJData functions
removed example for deprecated iterator_wrapper function
add…
+1,990
−247
•
21
comments
Opened 4 other pull requests in 2 repositories
nlohmann/json
2
merged
1
open
google/oss-fuzz
1
merged
Reviewed 16 pull requests in 2 repositories
nlohmann/json
15 pull requests
- Prevent ndarray size vector from recursive use, fix nlohmann/json#3503
- prevent ndarray dimension vector from recusive array, nlohmann/json#3500
- Discard optimized containers with negative counts in UBJSON/BJData (#3491,#3492,#3490)
- Fix C++20/gcc-12 issues (Part 2)
- Updated BJData documentation, #3464
- Complete documentation for 3.11.0
- change bjdata ndarray flag to detect negative size, as part of #3475
- Implement support for string_view (attempt no. 3)
- documents: fix typos in iterators.md
- Document fuzzer usage
- Handle invalid BJData optimized type, fix #3461
- Optimize copy / assignment and size of json iterator
- Add build step for ICPC (with fixes)
- Enable rapid testing and development on Compiler Explorer
- Reorganize directories
nlohmann/mutate_cpp
1 pull request
Created an issue in nlohmann/json that received 29 comments
json:parse_bjdata_fuzzer reaches assertion
Description
The input 0x5b, 0x23, 0x49, 0x20, 0xff triggers an assertion in the fuzzer for BJData.
https://bugs.chromium.org/p/oss-fuzz/issues/det…
2 tasks done
Opened 5 other issues in 2 repositories
Started 3 discussions in 1 repository
Answered 14 discussions in 1 repository
nlohmann/json
nlohmann/json
- Specifying all struct/class members at once
- How to read key values from json?
- Check numbered lists in documentation
- How to add an object with key:value pairs into an existing object in a schema
- Add documentation how to use fuzzers
- I want to add nlohmann (nlohmann-json-3.7.3.tar.gz) as third party library in my project, could someone tell how do i add this in my cmake file?
- what(): [json.exception.parse_error.101] parse error at line 1, column 6: syntax error while parsing value - unexpected ':'; expected end of input
- Getting error message from parse when allow_exceptions is false
- Saving parsed json to (and reading it back from) memory, e.g. in binary format
- double max to string to double result in infinit using IMX6 CPU and QNX operating system
- Documentation doesnt show how to add json objects to a json array.
- please give some examples how to access fields in json object, thanks
- how to deserise a json which has c++ keywords like "class"?
- Best Way to Rescursively Search JSON?