My roadmap/to-do list #3459
falbrechtskirchinger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In absence of a better place to put this and not lose it, I'll keep my personal list of issues and things to (maybe) work on here.
json_pointer
overloads:count()
,erase()
, ...iterator
overloads:emplace()
, ..._ordered_json
value()
SaxEventCountdown
to a separate header, and explore addingCHECK()
to dtor and verifying the expected SAX event causes the abort.serve_header.py
.mkdocs.yml
:JSON_HAS_CPP_11
,JSON_HAS_CPP_14
, etc. are all documented injson_has_cpp_11.md
.from_json_internal
/to_json_internal
.namespace nlohmann
.json_pointer::to_string
be improved? (eliminate temporaries in accumulate; also, noexcept)json_pointer
and document all operators.value<nullptr_t>()
and add unit tests if necessary.parse()
should return the iterator to where it stopped.Notes:
Print raw discussion text
Beta Was this translation helpful? Give feedback.
All reactions