Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Hu Wei
Json
Commits
1f03395e
Unverified
Commit
1f03395e
authored
6 years ago
by
Niels Lohmann
Browse files
Options
Download
Plain Diff
Merge branch 'develop' of
https://github.com/nlohmann/json
into develop
parents
2f9095dd
ee8732c3
Changes
56
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.github/CONTRIBUTING.md
+1
-1
.github/CONTRIBUTING.md
Makefile
+1
-1
Makefile
README.md
+1
-1
README.md
include/nlohmann/detail/conversions/from_json.hpp
+23
-4
include/nlohmann/detail/conversions/from_json.hpp
include/nlohmann/detail/meta/type_traits.hpp
+28
-15
include/nlohmann/detail/meta/type_traits.hpp
include/nlohmann/json.hpp
+13
-0
include/nlohmann/json.hpp
single_include/nlohmann/json.hpp
+64
-19
single_include/nlohmann/json.hpp
test/CMakeLists.txt
+14
-15
test/CMakeLists.txt
test/Makefile
+4
-4
test/Makefile
test/src/unit-algorithms.cpp
+1
-1
test/src/unit-algorithms.cpp
test/src/unit-allocator.cpp
+2
-1
test/src/unit-allocator.cpp
test/src/unit-alt-string.cpp
+2
-1
test/src/unit-alt-string.cpp
test/src/unit-bson.cpp
+10
-8
test/src/unit-bson.cpp
test/src/unit-capacity.cpp
+1
-1
test/src/unit-capacity.cpp
test/src/unit-cbor.cpp
+19
-11
test/src/unit-cbor.cpp
test/src/unit-class_const_iterator.cpp
+2
-1
test/src/unit-class_const_iterator.cpp
test/src/unit-class_iterator.cpp
+2
-1
test/src/unit-class_iterator.cpp
test/src/unit-class_lexer.cpp
+2
-1
test/src/unit-class_lexer.cpp
test/src/unit-class_parser.cpp
+12
-11
test/src/unit-class_parser.cpp
test/src/unit-comparison.cpp
+1
-1
test/src/unit-comparison.cpp
with
203 additions
and
98 deletions
+203
-98
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets