-
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 1809b3d
- Loading branch information
1 parent
394c564
commit a99d8df
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule json
updated
17 files
+3 −0 | .gitignore | |
+27 −0 | BUILD.bazel | |
+7 −0 | MODULE.bazel | |
+6 −0 | README.md | |
+0 −1 | WORKSPACE.bazel | |
+11 −3 | docs/mkdocs/docs/api/basic_json/to_bjdata.md | |
+22 −10 | docs/mkdocs/docs/features/binary_formats/bjdata.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 | |
+19 −1 | include/nlohmann/detail/input/binary_reader.hpp | |
+23 −3 | include/nlohmann/detail/macro_scope.hpp | |
+22 −11 | include/nlohmann/detail/output/binary_writer.hpp | |
+11 −6 | include/nlohmann/json.hpp | |
+75 −21 | single_include/nlohmann/json.hpp | |
+343 −211 | tests/src/unit-bjdata.cpp |