Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-08-24 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-23 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-22 | 0 | 0 | 1 | 1 | 1 |
| 2026-08-21 | 2 | 0 | 0 | 0 | 2 |
| 2026-08-20 | 1 | 0 | 1 | 2 | 1 |
| 2026-08-19 | 0 | 1 | 1 | 6 | 1 |
| 2026-08-18 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-17 | 0 | 0 | 1 | 3 | 1 |
| 2026-08-16 | 0 | 0 | 1 | 2 | 1 |
| 2026-08-15 | 0 | 0 | 1 | 2 | 1 |
| 2026-08-14 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-13 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-12 | 0 | 1 | 0 | 1 | 0 |
| 2026-08-11 | 0 | 0 | 0 | 0 | 0 |
Opened: 3
Closed: 1
Comments: 3
Events: 9
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#5393 Stack overflow in diff(), merge_patch(), and flatten() due to unbounded recursion Opened 3 days ago | nlohmann | open | No labels | 1 | 0 | 2 days ago |
#5392 Stack overflow in binary format writers (CBOR/MessagePack/UBJSON/BSON) due to unbounded recursion Opened 3 days ago | nlohmann | open | No labels | 0 | 0 | 3 days ago |
#5387 Stack overflow in copy constructor and dump() on deeply nested json (destructor was fixed in #1436) Opened 4 days ago | doringeman | open | kind: bug | 1 | 0 | 4 days ago |
#5315 CBOR: cbor_tag_handler_t::ignore does not ignore tags 0-5 and 21-23 (head bytes 0xC0-0xC5, 0xD5-0xD7) Opened 28 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 3 | 0 | 5 days ago |
#5135 basic_json destructor allocates memory, violating noexcept semantics Opened 4 months ago | EvanBalster | open - reopened | kind: bug state: please discuss | 8 | 0 | 6 days ago |
#5318 to_cbor()/to_msgpack() allocate a temporary basic_json for every object key Opened 28 days ago | nlohmann | open | kind: enhancement/improvement aspect: binary formats good first issue | 2 | 0 | 7 days ago |
#5066 MSVC: unexpected behaviour converting from json to a rvalue reference of a variant containing a type that can be constructed from a string Opened 7 months ago | karcherm | open - reopened | kind: bug state: stale | 15 | 0 | 10 days ago |
#5210 Mixed comparison bug: number_unsigned (INT64_MAX+1~UINT64_MAX) vs number_integer Opened 2 months ago | ljcjclljc | closed - completed | kind: bug solution: proposed fix | 6 | 0 | 13 days ago |
#5371 C28619 warning in lexer.hpp with Visual Studio 2022 / C++20 Opened 14 days ago | PalazonP | closed - duplicate | kind: bug solution: duplicate solution: proposed fix | 1 | 0 | 14 days ago |
#4714 Binary formats invalid encoding for <discarded> values in arrays and objects Opened 1 year ago | nebkat | open | kind: bug aspect: binary formats state: stale | 14 | 0 | 15 days ago |
#5321 to_ubjson()/to_bjdata() with use_type=true and use_size=false aborts in debug builds and emits invalid output in release builds Opened 28 days ago | nlohmann | open | state: please discuss aspect: binary formats | 2 | 0 | 16 days ago |
#5357 Behavior differences in operator[] object creation with a json_pointer Opened 21 days ago | nlohmann | open | state: please discuss | 1 | 0 | 21 days ago |
#5290 Docs: document standards/JSONTestSuite compliance and the parse() vs operator>> strictness difference Opened 1 month ago | nlohmann | closed - completed | documentation | 0 | 0 | 21 days ago |
#5346 char_traits<signed char>::to_int_type sign-extends bytes ≥0x80, colliding with eof() and breaking CBOR/UTF-8 parsing Opened 22 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 1 | 0 | 21 days ago |
#5288 Deprecation warning for operator== when using ordered_json when building with clang Opened 1 month ago | Jezza2 | closed - completed | kind: bug confirmed solution: proposed fix | 1 | 0 | 22 days ago |
#5298 Idea: arena / PMR document mode (O(1) teardown, allocation-free destruction) Opened 1 month ago | nlohmann | open | No labels | 1 | 0 | 22 days ago |
#5340 operator>> does not restore the character that terminates a number Opened 25 days ago | nlohmann | open | state: please discuss | 2 | 0 | 24 days ago |
#5338 CBOR: get_number() return value discarded when reading tagged-binary subtype (0xD8-0xDB) Opened 25 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 1 | 0 | 24 days ago |
#5322 UBJSON/BJData high-precision numbers ('H') bypass the out_of_range.406 overflow check and silently yield infinity Opened 28 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 4 | 0 | 24 days ago |
#5311 BSON docs: missing interoperability warning for marker 0x11, and binary round-trip asymmetry not mentioned Opened 29 days ago | nlohmann | closed - completed | documentation aspect: binary formats | 1 | 0 | 25 days ago |
#5309 BSON reader ignores get_number() return values and skips an EOF check for booleans Opened 29 days ago | nlohmann | closed - completed | aspect: binary formats | 0 | 0 | 25 days ago |
#5319 CBOR: docs and comments cite the obsoleted RFC 7049, and the half-precision decoder has two tautological assertions Opened 28 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 4 | 0 | 25 days ago |
#5297 Idea: canonical / deterministic serialization (RFC 8785 JCS) Opened 1 month ago | nlohmann | open | No labels | 1 | 0 | 27 days ago |
#5307 to_bson() silently emits corrupt documents when a length exceeds INT32_MAX Opened 29 days ago | nlohmann | closed - completed | aspect: binary formats good first issue | 1 | 0 | 27 days ago |
#5320 to_msgpack() silently emits corrupt output (or reads out of bounds) above the documented 4294967295 size limit Opened 28 days ago | nlohmann | open | aspect: binary formats good first issue | 1 | 0 | 28 days ago |