FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · nlohmann/json · GitHub
nlohmann
/
json
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
7.5k
Star
50.7k
Code
Issues
39
Pull requests
64
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 23, 2026
Speed up binary writing: value-type output sink + byte-swap number encoding (#5286)
Show description for 1054b20
nlohmann
and
claude
authored
1054b20
View commit details
Copy full SHA for 1054b20
Browse repository at this point
De-duplicate the swap() diagnostic-positions characterization test (#5540)
nlohmann
authored
f92024b
View commit details
Copy full SHA for f92024b
Browse repository at this point
Commits on Sep 22, 2026
Reject MessagePack/BSON binary subtypes that don't fit their wire format (#5469)
Show description for 0b20b7e
nlohmann
authored
0b20b7e
View commit details
Copy full SHA for 0b20b7e
Browse repository at this point
Reject array insert(pos, first, last) iterators not pointing into an array (#5468)
Show description for d2c1a6a
nlohmann
authored
d2c1a6a
View commit details
Copy full SHA for d2c1a6a
Browse repository at this point
Honor allow_exceptions=false for excessive array/object size (out_of_range.408) (#5467)
Show description for a2b19d6
nlohmann
authored
a2b19d6
View commit details
Copy full SHA for a2b19d6
Browse repository at this point
Restore a duplicate key's prior value when the callback rejects its new value (#5466)
Show description for e485441
nlohmann
authored
e485441
View commit details
Copy full SHA for e485441
Browse repository at this point
Make diff() account for member order in ordered_json objects (#5465)
Show description for e564136
nlohmann
authored
e564136
View commit details
Copy full SHA for e564136
Browse repository at this point
Fix incorrect diagnostic-positions test assertion for swap() (#5539)
Show description for 663013c
nlohmann
and
claude
authored
663013c
View commit details
Copy full SHA for 663013c
Browse repository at this point
Commits on Sep 16, 2026
Fall back to plain-object encoding when to_bjdata()'s _ArrayType_ annotation is not a string (#5494)
Show description for c41152e
nlohmann
authored
c41152e
View commit details
Copy full SHA for c41152e
Browse repository at this point
Fix to_bjdata() emitting the Draft-3-only 'B' marker in default Draft-2 mode (#5479)
Show description for 502e9d6
nlohmann
authored
502e9d6
View commit details
Copy full SHA for 502e9d6
Browse repository at this point
Fix dead ill-formed-fourth-byte UTF-8 test sections (byte3/byte4 typo) (#5499)
Show description for e8e1ba0
nlohmann
authored
e8e1ba0
View commit details
Copy full SHA for e8e1ba0
Browse repository at this point
Add missing diagnostic-positions test coverage (lifetime, input adapters, SAX) (#5482)
Show description for 29ba597
nlohmann
authored
29ba597
View commit details
Copy full SHA for 29ba597
Browse repository at this point
Test suite: cover untested macro configs, std::formatter branches, patch_inplace, and fix a duplicate TEST_CASE name (#5492)
Show description for 75efd6b
nlohmann
authored
75efd6b
View commit details
Copy full SHA for 75efd6b
Browse repository at this point
Add test coverage for ordered_json/alt_json across binary formats and patch/diff/flatten APIs (#5480)
Show description for f58db1c
nlohmann
authored
f58db1c
View commit details
Copy full SHA for f58db1c
Browse repository at this point
Cover binary values in the indentation regression tests (#5533)
Show description for ff65f68
nlohmann
authored
ff65f68
View commit details
Copy full SHA for ff65f68
Browse repository at this point
Bump the codeql-action group with 4 updates (#5536)
Show description for af91eee
dependabot[bot]
authored
af91eee
View commit details
Copy full SHA for af91eee
Browse repository at this point
Commits on Sep 15, 2026
Support custom object/array types and improve template parameter handling (#5443)
Show description for c72f37a
nlohmann
and
claude
authored
c72f37a
View commit details
Copy full SHA for c72f37a
Browse repository at this point
Fix swap(array_t&)/swap(object_t&) to update parent pointers under JSON_DIAGNOSTICS (#5464)
Show description for 6487678
nlohmann
authored
6487678
View commit details
Copy full SHA for 6487678
Browse repository at this point
Commits on Sep 14, 2026
Stop the privacy plugin from downloading the repology.org badges (#5523)
Show description for 3bfe2b6
nlohmann
authored
3bfe2b6
View commit details
Copy full SHA for 3bfe2b6
Browse repository at this point
Only reserve array capacity if the array type supports it (#5522)
nlohmann
authored
1da2f68
View commit details
Copy full SHA for 1da2f68
Browse repository at this point
Commits on Sep 13, 2026
Swap diagnostic positions in basic_json::swap() (#5493)
Show description for c0b2878
nlohmann
authored
c0b2878
View commit details
Copy full SHA for c0b2878
Browse repository at this point
Commits on Sep 12, 2026
Reserve capped array capacity in json_sax_dom_parser::start_array() for definite-length binary arrays (#5476)
Show description for a50c253
nlohmann
authored
a50c253
View commit details
Copy full SHA for a50c253
Browse repository at this point
Commits on Sep 11, 2026
Fix two develop CI regressions: dump() nodiscard warning and binary-reader const-correctness (#5520)
Show description for aa391dc
nlohmann
authored
aa391dc
View commit details
Copy full SHA for aa391dc
Browse repository at this point
Add benchmarks for the binary readers (#5510)
Show description for d2514a4
nlohmann
authored
d2514a4
View commit details
Copy full SHA for d2514a4
Browse repository at this point
Read BSON documents without recursing per nesting level (#5508)
Show description for 0452641
nlohmann
authored
0452641
View commit details
Copy full SHA for 0452641
Browse repository at this point
Read UBJSON and BJData containers without recursing per nesting level (#5507)
Show description for a14619b
nlohmann
authored
a14619b
View commit details
Copy full SHA for a14619b
Browse repository at this point
Read CBOR containers and tags without recursing per nesting level (#5506)
Show description for 91ab3e8
nlohmann
authored
91ab3e8
View commit details
Copy full SHA for 91ab3e8
Browse repository at this point
Read MessagePack containers without recursing per nesting level (#5505)
Show description for 0dd8ca9
nlohmann
authored
0dd8ca9
View commit details
Copy full SHA for 0dd8ca9
Browse repository at this point
Split unit-regression2.cpp so the MinGW linker can relocate it (#5511)
Show description for d9c55eb
nlohmann
authored
d9c55eb
View commit details
Copy full SHA for d9c55eb
Browse repository at this point
Bound UBJSON optimized arrays of a valueless type (#5504)
Show description for 44f8ec3
nlohmann
authored
44f8ec3
View commit details
Copy full SHA for 44f8ec3
Browse repository at this point
Reject a nested BJData ndarray dimension vector where it is read (#5503)
Show description for 4bb2de8
nlohmann
authored
4bb2de8
View commit details
Copy full SHA for 4bb2de8
Browse repository at this point
Stop CBOR indefinite-length strings from recursing per chunk (#5502)
Show description for dd50f0e
nlohmann
authored
dd50f0e
View commit details
Copy full SHA for dd50f0e
Browse repository at this point
Move the scanned string into the value instead of copying it (#5458)
Show description for fae364d
nlohmann
authored
fae364d
View commit details
Copy full SHA for fae364d
Browse repository at this point
Do not search a container for the value the callback rejected (#5457)
Show description for 1dc1d09
nlohmann
authored
1dc1d09
View commit details
Copy full SHA for 1dc1d09
Browse repository at this point
Benchmark parsing of pretty-printed JSON (#5456)
Show description for 4715846
nlohmann
authored
4715846
View commit details
Copy full SHA for 4715846
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL