This website requires JavaScript.
Explore
Help
Register
Sign In
amorfo77
/
json
Watch
1
Star
0
Fork
0
mirror of
https://github.com/nlohmann/json.git
synced
2026-09-11 10:48:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e774db4922b31fd88a66ad22df69e581b8e50bd
json
/
include
/
nlohmann
/
detail
/
input
T
History
Niels Lohmann
d88d2dae85
🐛
fix BSON conformance issue
...
Signed-off-by: Niels Lohmann <
mail@nlohmann.me
>
2026-09-11 08:59:21 +02:00
..
binary_reader.hpp
🐛
fix BSON conformance issue
2026-09-11 08:59:21 +02:00
input_adapters.hpp
Speed up parsing of contiguous input (numbers, strings, UTF-8) (
#5283
)
2026-09-10 17:20:48 +02:00
json_sax.hpp
Move the scanned string into the value instead of copying it (
#5458
)
2026-09-11 08:22:51 +02:00
lexer.hpp
Speed up parsing of contiguous input (numbers, strings, UTF-8) (
#5283
)
2026-09-10 17:20:48 +02:00
number_parse.hpp
Speed up parsing of contiguous input (numbers, strings, UTF-8) (
#5283
)
2026-09-10 17:20:48 +02:00
parser.hpp
Skip integer conversion in accept()/SAX validation when the value is unused (
#5484
)
2026-09-09 09:46:26 +02:00
position_t.hpp
📄
adjust year (
#5044
)
2026-01-01 20:00:39 +01:00
string_scan.hpp
Speed up dump(), and keep it from overflowing the stack (
#5285
)
2026-09-11 08:22:49 +02:00