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
d34771ca
Unverified
Commit
d34771ca
authored
5 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/3.9.0' into develop
parents
c006fc9b
e110667d
develop
bon8
coverity_scan
feature/optional
gcc_warning_flags
icpc
issue2615
issue2932
issue3232_use_catch
master
release/3.10.2
release/3.10.3
release/3.10.4
release/3.10.5
string_view
string_view2
update_doctest
v3.10.5
v3.10.4
v3.10.3
v3.10.2
v3.10.1
v3.10.0
v3.9.1
v3.9.0
No related merge requests found
Changes
66
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
192 additions
and
98 deletions
+192
-98
.github/ISSUE_TEMPLATE/Bug_report.md
.github/ISSUE_TEMPLATE/Bug_report.md
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.md
ChangeLog.md
+121
-27
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-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-regression.cpp
test/src/unit-regression.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 @
d34771ca
...
...
@@ -47,7 +47,7 @@ assignees: ''
<!-- Please add an `x` to the respective line. -->
-
[ ] latest release version 3.
7.3
-
[ ] latest release version 3.
9.0
-
[ ] other release - please state the version: ___
-
[ ] the
`develop`
branch
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
View file @
d34771ca
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
## PROJECT
## name and version
##
project
(
nlohmann_json VERSION 3.
8
.0 LANGUAGES CXX
)
project
(
nlohmann_json VERSION 3.
9
.0 LANGUAGES CXX
)
##
## INCLUDE
...
...
This diff is collapsed.
Click to expand it.
ChangeLog.md
View file @
d34771ca
This diff is collapsed.
Click to expand it.
doc/Doxyfile
View file @
d34771ca
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "JSON for Modern C++"
PROJECT_NUMBER = 3.
8
.0
PROJECT_NUMBER = 3.
9
.0
PROJECT_BRIEF =
PROJECT_LOGO =
OUTPUT_DIRECTORY = .
...
...
This diff is collapsed.
Click to expand it.
doc/examples/README.link
View file @
d34771ca
<a target="_blank" href="https://wandbox.org/permlink/EezQxM0Nzi8tTUEe"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/shE8T6phAQiEzAad"><b>online</b></a>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/examples/meta.output
View file @
d34771ca
...
...
@@ -10,8 +10,8 @@
"url": "https://github.com/nlohmann/json",
"version": {
"major": 3,
"minor":
8
,
"minor":
9
,
"patch": 0,
"string": "3.
8
.0"
"string": "3.
9
.0"
}
}
This diff is collapsed.
Click to expand it.
doc/index.md
View file @
d34771ca
...
...
@@ -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.
8
.0
@version 3.
9
.0
This diff is collapsed.
Click to expand it.
doc/json.gif
View replaced file @
c006fc9b
View file @
d34771ca
1.62 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -31,7 +31,7 @@ SOFTWARE.
#define INCLUDE_NLOHMANN_JSON_HPP_
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR
8
#define NLOHMANN_JSON_VERSION_MINOR
9
#define NLOHMANN_JSON_VERSION_PATCH 0
#include <algorithm> // all_of, find, for_each
...
...
@@ -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.
8
.0"
));
// LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.
9
.0"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
meson.build
View file @
d34771ca
project('nlohmann_json',
'cpp',
version : '3.
8
.0',
version : '3.
9
.0',
license : 'MIT',
)
...
...
This diff is collapsed.
Click to expand it.
single_include/nlohmann/json.hpp
View file @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -31,7 +31,7 @@ SOFTWARE.
#define INCLUDE_NLOHMANN_JSON_HPP_
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR
8
#define NLOHMANN_JSON_VERSION_MINOR
9
#define NLOHMANN_JSON_VERSION_PATCH 0
#include <algorithm> // all_of, find, for_each
...
...
@@ -17440,7 +17440,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.
8
.0")); // LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.
9
.0"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-driver_afl.cpp
View file @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -43,9 +43,9 @@ TEST_CASE("version information")
CHECK
(
j
[
"url"
]
==
"https://github.com/nlohmann/json"
);
CHECK
(
j
[
"version"
]
==
json
(
{
{
"string"
,
"3.
8
.0"
},
{
"string"
,
"3.
9
.0"
},
{
"major"
,
3
},
{
"minor"
,
8
},
{
"minor"
,
9
},
{
"patch"
,
0
}
}));
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-modifiers.cpp
View file @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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-regression.cpp
View file @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
8
.0
| | |__ | | | | | | version 3.
9
.0
|_____|_____|_____|_|___| 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 @
d34771ca
...
...
@@ -2,7 +2,7 @@ wsjcpp_version: "v0.1.1"
cmake_minimum_required
:
"
3.0"
cmake_cxx_standard
:
"
11"
name
:
"
nlohmann/json"
version
:
"
v3.
7.3
"
version
:
"
v3.
9.0
"
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