-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/json digest to ad2ee18
- Loading branch information
1 parent
daf8ccc
commit 08ca88c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule json
updated
21 files
+3 −0 | .gitignore | |
+27 −0 | BUILD.bazel | |
+7 −0 | MODULE.bazel | |
+6 −0 | README.md | |
+0 −1 | WORKSPACE.bazel | |
+3 −3 | cmake/ci.cmake | |
+11 −3 | docs/mkdocs/docs/api/basic_json/to_bjdata.md | |
+22 −10 | docs/mkdocs/docs/features/binary_formats/bjdata.md | |
+7 −2 | docs/mkdocs/docs/features/binary_formats/bson.md | |
+1 −1 | docs/mkdocs/docs/home/exceptions.md | |
+1 −0 | docs/mkdocs/docs/integration/bazel/MODULE.bazel | |
+0 −7 | docs/mkdocs/docs/integration/bazel/WORKSPACE | |
+5 −7 | docs/mkdocs/docs/integration/package_managers.md | |
+2 −0 | docs/mkdocs/mkdocs.yml | |
+25 −1 | include/nlohmann/detail/input/binary_reader.hpp | |
+23 −3 | include/nlohmann/detail/macro_scope.hpp | |
+24 −12 | include/nlohmann/detail/output/binary_writer.hpp | |
+11 −6 | include/nlohmann/json.hpp | |
+83 −22 | single_include/nlohmann/json.hpp | |
+343 −211 | tests/src/unit-bjdata.cpp | |
+11 −13 | tests/src/unit-bson.cpp |