Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
db78ac1d
Unverified
Commit
db78ac1d
authored
4 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/3.9.1' into develop
parents
f4155e47
b3e5cb7f
Changes
68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
104 additions
and
83 deletions
+104
-83
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Bug_report.md
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.md
ChangeLog.md
+31
-10
doc/Doxyfile
doc/Doxyfile
+1
-1
doc/examples/README.link
doc/examples/README.link
+1
-1
doc/examples/meta.output
doc/examples/meta.output
+2
-2
doc/index.md
doc/index.md
+1
-1
doc/json.gif
doc/json.gif
+0
-0
include/nlohmann/json.hpp
include/nlohmann/json.hpp
+3
-3
meson.build
meson.build
+1
-1
single_include/nlohmann/json.hpp
single_include/nlohmann/json.hpp
+3
-3
test/src/fuzzer-driver_afl.cpp
test/src/fuzzer-driver_afl.cpp
+1
-1
test/src/fuzzer-parse_bson.cpp
test/src/fuzzer-parse_bson.cpp
+1
-1
test/src/fuzzer-parse_cbor.cpp
test/src/fuzzer-parse_cbor.cpp
+1
-1
test/src/fuzzer-parse_json.cpp
test/src/fuzzer-parse_json.cpp
+1
-1
test/src/fuzzer-parse_msgpack.cpp
test/src/fuzzer-parse_msgpack.cpp
+1
-1
test/src/fuzzer-parse_ubjson.cpp
test/src/fuzzer-parse_ubjson.cpp
+1
-1
test/src/unit-algorithms.cpp
test/src/unit-algorithms.cpp
+1
-1
test/src/unit-allocator.cpp
test/src/unit-allocator.cpp
+1
-1
test/src/unit-alt-string.cpp
test/src/unit-alt-string.cpp
+1
-1
test/src/unit-assert_macro.cpp
test/src/unit-assert_macro.cpp
+1
-1
test/src/unit-bson.cpp
test/src/unit-bson.cpp
+1
-1
test/src/unit-capacity.cpp
test/src/unit-capacity.cpp
+1
-1
test/src/unit-cbor.cpp
test/src/unit-cbor.cpp
+1
-1
test/src/unit-class_const_iterator.cpp
test/src/unit-class_const_iterator.cpp
+1
-1
test/src/unit-class_iterator.cpp
test/src/unit-class_iterator.cpp
+1
-1
test/src/unit-class_lexer.cpp
test/src/unit-class_lexer.cpp
+1
-1
test/src/unit-class_parser.cpp
test/src/unit-class_parser.cpp
+1
-1
test/src/unit-comparison.cpp
test/src/unit-comparison.cpp
+1
-1
test/src/unit-concepts.cpp
test/src/unit-concepts.cpp
+1
-1
test/src/unit-constructor1.cpp
test/src/unit-constructor1.cpp
+1
-1
test/src/unit-constructor2.cpp
test/src/unit-constructor2.cpp
+1
-1
test/src/unit-convenience.cpp
test/src/unit-convenience.cpp
+1
-1
test/src/unit-conversions.cpp
test/src/unit-conversions.cpp
+1
-1
test/src/unit-deserialization.cpp
test/src/unit-deserialization.cpp
+1
-1
test/src/unit-element_access1.cpp
test/src/unit-element_access1.cpp
+1
-1
test/src/unit-element_access2.cpp
test/src/unit-element_access2.cpp
+1
-1
test/src/unit-hash.cpp
test/src/unit-hash.cpp
+1
-1
test/src/unit-inspection.cpp
test/src/unit-inspection.cpp
+1
-1
test/src/unit-items.cpp
test/src/unit-items.cpp
+1
-1
test/src/unit-iterators1.cpp
test/src/unit-iterators1.cpp
+1
-1
test/src/unit-iterators2.cpp
test/src/unit-iterators2.cpp
+1
-1
test/src/unit-json_patch.cpp
test/src/unit-json_patch.cpp
+1
-1
test/src/unit-json_pointer.cpp
test/src/unit-json_pointer.cpp
+1
-1
test/src/unit-large_json.cpp
test/src/unit-large_json.cpp
+1
-1
test/src/unit-merge_patch.cpp
test/src/unit-merge_patch.cpp
+1
-1
test/src/unit-meta.cpp
test/src/unit-meta.cpp
+3
-3
test/src/unit-modifiers.cpp
test/src/unit-modifiers.cpp
+1
-1
test/src/unit-msgpack.cpp
test/src/unit-msgpack.cpp
+1
-1
test/src/unit-noexcept.cpp
test/src/unit-noexcept.cpp
+1
-1
test/src/unit-ordered_json.cpp
test/src/unit-ordered_json.cpp
+1
-1
test/src/unit-ordered_map.cpp
test/src/unit-ordered_map.cpp
+1
-1
test/src/unit-pointer_access.cpp
test/src/unit-pointer_access.cpp
+1
-1
test/src/unit-readme.cpp
test/src/unit-readme.cpp
+1
-1
test/src/unit-reference_access.cpp
test/src/unit-reference_access.cpp
+1
-1
test/src/unit-regression1.cpp
test/src/unit-regression1.cpp
+1
-1
test/src/unit-regression2.cpp
test/src/unit-regression2.cpp
+1
-1
test/src/unit-serialization.cpp
test/src/unit-serialization.cpp
+1
-1
test/src/unit-testsuites.cpp
test/src/unit-testsuites.cpp
+1
-1
test/src/unit-to_chars.cpp
test/src/unit-to_chars.cpp
+1
-1
test/src/unit-ubjson.cpp
test/src/unit-ubjson.cpp
+1
-1
test/src/unit-udt.cpp
test/src/unit-udt.cpp
+1
-1
test/src/unit-udt_macro.cpp
test/src/unit-udt_macro.cpp
+1
-1
test/src/unit-unicode.cpp
test/src/unit-unicode.cpp
+1
-1
test/src/unit-user_defined_input.cpp
test/src/unit-user_defined_input.cpp
+1
-1
test/src/unit-wstring.cpp
test/src/unit-wstring.cpp
+1
-1
test/src/unit.cpp
test/src/unit.cpp
+1
-1
wsjcpp.yml
wsjcpp.yml
+1
-1
No files found.
.github/ISSUE_TEMPLATE/Bug_report.md
View file @
db78ac1d
...
...
@@ -47,7 +47,7 @@ assignees: ''
<!-- Please add an `x` to the respective line. -->
-
[ ] latest release version 3.9.
0
-
[ ] latest release version 3.9.
1
-
[ ] other release - please state the version: ___
-
[ ] the
`develop`
branch
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
View file @
db78ac1d
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
## PROJECT
## name and version
##
project
(
nlohmann_json VERSION 3.9.
0
LANGUAGES CXX
)
project
(
nlohmann_json VERSION 3.9.
1
LANGUAGES CXX
)
##
## INCLUDE
...
...
This diff is collapsed.
Click to expand it.
ChangeLog.md
View file @
db78ac1d
This diff is collapsed.
Click to expand it.
doc/Doxyfile
View file @
db78ac1d
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "JSON for Modern C++"
PROJECT_NUMBER = 3.9.
0
PROJECT_NUMBER = 3.9.
1
PROJECT_BRIEF =
PROJECT_LOGO =
OUTPUT_DIRECTORY = .
...
...
This diff is collapsed.
Click to expand it.
doc/examples/README.link
View file @
db78ac1d
<a target="_blank" href="https://wandbox.org/permlink/shE8T6phAQiEzAad"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/UYcLkpu1GaaAO2Cp"><b>online</b></a>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/examples/meta.output
View file @
db78ac1d
...
...
@@ -11,7 +11,7 @@
"version": {
"major": 3,
"minor": 9,
"patch":
0
,
"string": "3.9.
0
"
"patch":
1
,
"string": "3.9.
1
"
}
}
This diff is collapsed.
Click to expand it.
doc/index.md
View file @
db78ac1d
...
...
@@ -332,4 +332,4 @@ Note that this table only lists those exceptions thrown due to the type. For ins
@author
[
Niels Lohmann
](
http://nlohmann.me
)
@see https://github.com/nlohmann/json to download the source code
@version 3.9.
0
@version 3.9.
1
This diff is collapsed.
Click to expand it.
doc/json.gif
View replaced file @
f4155e47
View file @
db78ac1d
1.63 MB
|
W:
0px
|
H:
0px
1.63 MB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
include/nlohmann/json.hpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -32,7 +32,7 @@ SOFTWARE.
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR 9
#define NLOHMANN_JSON_VERSION_PATCH
0
#define NLOHMANN_JSON_VERSION_PATCH
1
#include <algorithm> // all_of, find, for_each
#include <cstddef> // nullptr_t, ptrdiff_t, size_t
...
...
@@ -1052,7 +1052,7 @@ class basic_json
object
=
nullptr
;
// silence warning, see #821
if
(
JSON_HEDLEY_UNLIKELY
(
t
==
value_t
::
null
))
{
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.9.
0
"
));
// LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.9.
1
"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
meson.build
View file @
db78ac1d
project('nlohmann_json',
'cpp',
version : '3.9.
0
',
version : '3.9.
1
',
license : 'MIT',
)
...
...
This diff is collapsed.
Click to expand it.
single_include/nlohmann/json.hpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -32,7 +32,7 @@ SOFTWARE.
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR 9
#define NLOHMANN_JSON_VERSION_PATCH
0
#define NLOHMANN_JSON_VERSION_PATCH
1
#include <algorithm> // all_of, find, for_each
#include <cstddef> // nullptr_t, ptrdiff_t, size_t
...
...
@@ -17540,7 +17540,7 @@ class basic_json
object
=
nullptr
;
// silence warning, see #821
if
(
JSON_HEDLEY_UNLIKELY
(
t
==
value_t
::
null
))
{
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.9.
0
"
));
// LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.9.
1
"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-driver_afl.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a driver for American Fuzzy Lop (afl-fuzz). It relies on
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-parse_bson.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a parser test suitable for fuzz testing. Given a byte
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-parse_cbor.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a parser test suitable for fuzz testing. Given a byte
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-parse_json.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a parser test suitable for fuzz testing. Given a byte
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-parse_msgpack.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a parser test suitable for fuzz testing. Given a byte
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-parse_ubjson.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
This file implements a parser test suitable for fuzz testing. Given a byte
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-algorithms.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-allocator.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-alt-string.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-assert_macro.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-bson.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-capacity.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-cbor.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-class_const_iterator.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-class_iterator.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-class_lexer.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-class_parser.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-comparison.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-concepts.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-constructor1.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-constructor2.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-convenience.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-conversions.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-deserialization.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-element_access1.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-element_access2.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-hash.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-inspection.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-items.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-iterators1.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-iterators2.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-json_patch.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-json_pointer.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-large_json.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-merge_patch.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-meta.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -43,10 +43,10 @@ TEST_CASE("version information")
CHECK
(
j
[
"url"
]
==
"https://github.com/nlohmann/json"
);
CHECK
(
j
[
"version"
]
==
json
(
{
{
"string"
,
"3.9.
0
"
},
{
"string"
,
"3.9.
1
"
},
{
"major"
,
3
},
{
"minor"
,
9
},
{
"patch"
,
0
}
{
"patch"
,
1
}
}));
CHECK
(
j
.
find
(
"platform"
)
!=
j
.
end
());
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-modifiers.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-msgpack.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-noexcept.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-ordered_json.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-ordered_map.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-pointer_access.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-readme.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-reference_access.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-regression1.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-regression2.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-serialization.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-testsuites.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-to_chars.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-ubjson.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-udt.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-udt_macro.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-unicode.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-user_defined_input.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-wstring.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
test/src/unit.cpp
View file @
db78ac1d
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.9.
0
| | |__ | | | | | | version 3.9.
1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
This diff is collapsed.
Click to expand it.
wsjcpp.yml
View file @
db78ac1d
...
...
@@ -2,7 +2,7 @@ wsjcpp_version: "v0.1.1"
cmake_minimum_required
:
"
3.0"
cmake_cxx_standard
:
"
11"
name
:
"
nlohmann/json"
version
:
"
v3.9.
0
"
version
:
"
v3.9.
1
"
description
:
"
JSON
for
Modern
C++"
issues
:
"
https://github.com/nlohmann/json/issues"
keywords
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment