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-14 20:27:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2a489702d10317e0db03d0cbe5cf5d27828f1b5f
json
/
include
/
nlohmann
/
detail
/
input
T
History
Niels Lohmann
1da2f68992
Only reserve array capacity if the array type supports it (
#5522
)
2026-09-14 06:44:01 +02:00
..
binary_reader.hpp
Fix two develop CI regressions: dump() nodiscard warning and binary-reader const-correctness (
#5520
)
2026-09-11 17:55:46 +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
Only reserve array capacity if the array type supports it (
#5522
)
2026-09-14 06:44:01 +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