Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/json
Submodule json updated 37 files
+3 βˆ’1 .github/CONTRIBUTING.md
+1 βˆ’1 .github/workflows/ubuntu.yml
+18 βˆ’0 cmake/ci.cmake
+6 βˆ’2 docs/mkdocs/docs/api/basic_json/swap.md
+1 βˆ’0 docs/mkdocs/docs/api/macros/index.md
+71 βˆ’0 docs/mkdocs/docs/api/macros/json_use_simdutf.md
+7 βˆ’0 docs/mkdocs/docs/features/binary_formats/ubjson.md
+8 βˆ’0 docs/mkdocs/docs/features/macros.md
+9 βˆ’0 docs/mkdocs/docs/home/exceptions.md
+1 βˆ’0 docs/mkdocs/mkdocs.yml
+604 βˆ’354 include/nlohmann/detail/input/binary_reader.hpp
+131 βˆ’21 include/nlohmann/detail/input/input_adapters.hpp
+123 βˆ’11 include/nlohmann/detail/input/json_sax.hpp
+375 βˆ’30 include/nlohmann/detail/input/lexer.hpp
+302 βˆ’0 include/nlohmann/detail/input/number_parse.hpp
+287 βˆ’0 include/nlohmann/detail/input/string_scan.hpp
+79 βˆ’1 include/nlohmann/detail/output/binary_writer.hpp
+838 βˆ’138 include/nlohmann/detail/output/serializer.hpp
+86 βˆ’33 include/nlohmann/json.hpp
+4,833 βˆ’2,590 single_include/nlohmann/json.hpp
+86 βˆ’0 tests/CMakeLists.txt
+357 βˆ’0 tests/benchmarks/src/benchmarks.cpp
+170 βˆ’3 tests/src/unit-bjdata.cpp
+85 βˆ’0 tests/src/unit-bson.cpp
+225 βˆ’0 tests/src/unit-cbor.cpp
+433 βˆ’0 tests/src/unit-class_lexer.cpp
+398 βˆ’0 tests/src/unit-class_parser.cpp
+0 βˆ’1,960 tests/src/unit-class_parser_diagnostic_positions.cpp
+4 βˆ’2 tests/src/unit-convenience.cpp
+0 βˆ’44 tests/src/unit-diagnostic-positions-only.cpp
+13 βˆ’1 tests/src/unit-diagnostic-positions.cpp
+146 βˆ’0 tests/src/unit-msgpack.cpp
+0 βˆ’808 tests/src/unit-regression2.cpp
+945 βˆ’0 tests/src/unit-regression3.cpp
+229 βˆ’0 tests/src/unit-serialization.cpp
+272 βˆ’0 tests/src/unit-ubjson.cpp
+239 βˆ’0 tests/src/unit-user_defined_input.cpp
Loading