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
5f862710
Unverified
Commit
5f862710
authored
4 years ago
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set version to 3.8.0
parent
1ecb7884
Changes
60
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
60 changed files
with
502 additions
and
146 deletions
+502
-146
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.md
ChangeLog.md
+433
-77
doc/Doxyfile
doc/Doxyfile
+1
-1
doc/examples/README.link
doc/examples/README.link
+1
-1
doc/examples/meta.output
doc/examples/meta.output
+3
-3
doc/index.md
doc/index.md
+1
-1
doc/json.gif
doc/json.gif
+0
-0
include/nlohmann/json.hpp
include/nlohmann/json.hpp
+4
-4
meson.build
meson.build
+1
-1
single_include/nlohmann/json.hpp
single_include/nlohmann/json.hpp
+4
-4
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-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-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
+4
-4
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-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-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
No files found.
CMakeLists.txt
View file @
5f862710
...
...
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
## PROJECT
## name and version
##
project
(
nlohmann_json VERSION 3.
7.3
LANGUAGES CXX
)
project
(
nlohmann_json VERSION 3.
8.0
LANGUAGES CXX
)
##
## INCLUDE
...
...
This diff is collapsed.
Click to expand it.
ChangeLog.md
View file @
5f862710
This diff is collapsed.
Click to expand it.
doc/Doxyfile
View file @
5f862710
...
...
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "JSON for Modern C++"
PROJECT_NUMBER = 3.
7.3
PROJECT_NUMBER = 3.
8.0
PROJECT_BRIEF =
PROJECT_LOGO =
OUTPUT_DIRECTORY = .
...
...
This diff is collapsed.
Click to expand it.
doc/examples/README.link
View file @
5f862710
<a target="_blank" href="https://wandbox.org/permlink/uDkr2VTjsrssiXq3"><b>online</b></a>
\ No newline at end of file
<a target="_blank" href="https://wandbox.org/permlink/EezQxM0Nzi8tTUEe"><b>online</b></a>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
doc/examples/meta.output
View file @
5f862710
...
...
@@ -10,8 +10,8 @@
"url": "https://github.com/nlohmann/json",
"version": {
"major": 3,
"minor":
7
,
"patch":
3
,
"string": "3.
7.3
"
"minor":
8
,
"patch":
0
,
"string": "3.
8.0
"
}
}
This diff is collapsed.
Click to expand it.
doc/index.md
View file @
5f862710
...
...
@@ -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.
7.3
@version 3.
8.0
This diff is collapsed.
Click to expand it.
doc/json.gif
View replaced file @
1ecb7884
View file @
5f862710
1.61 MB
|
W:
0px
|
H:
0px
1.62 MB
|
W:
0px
|
H:
0px
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
include/nlohmann/json.hpp
View file @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -31,8 +31,8 @@ SOFTWARE.
#define INCLUDE_NLOHMANN_JSON_HPP_
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR
7
#define NLOHMANN_JSON_VERSION_PATCH
3
#define NLOHMANN_JSON_VERSION_MINOR
8
#define NLOHMANN_JSON_VERSION_PATCH
0
#include <algorithm> // all_of, find, for_each
#include <cassert> // assert
...
...
@@ -1048,7 +1048,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.
7.3
"
));
// LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.
8.0
"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
meson.build
View file @
5f862710
project('nlohmann_json',
'cpp',
version : '3.
7.3
',
version : '3.
8.0
',
license : 'MIT',
)
...
...
This diff is collapsed.
Click to expand it.
single_include/nlohmann/json.hpp
View file @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
@@ -31,8 +31,8 @@ SOFTWARE.
#define INCLUDE_NLOHMANN_JSON_HPP_
#define NLOHMANN_JSON_VERSION_MAJOR 3
#define NLOHMANN_JSON_VERSION_MINOR
7
#define NLOHMANN_JSON_VERSION_PATCH
3
#define NLOHMANN_JSON_VERSION_MINOR
8
#define NLOHMANN_JSON_VERSION_PATCH
0
#include <algorithm> // all_of, find, for_each
#include <cassert> // assert
...
...
@@ -16829,7 +16829,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.
7.3
"
));
// LCOV_EXCL_LINE
JSON_THROW
(
other_error
::
create
(
500
,
"961c151d2e87f2686a955a9be24d316f1362bf21 3.
8.0
"
));
// LCOV_EXCL_LINE
}
break
;
}
...
...
This diff is collapsed.
Click to expand it.
test/src/fuzzer-driver_afl.cpp
View file @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (fuzz test support)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.0
|_____|_____|_____|_|___| 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.
7.3
"
},
{
"string"
,
"3.
8.0
"
},
{
"major"
,
3
},
{
"minor"
,
7
},
{
"patch"
,
3
}
{
"minor"
,
8
},
{
"patch"
,
0
}
}));
CHECK
(
j
.
find
(
"platform"
)
!=
j
.
end
());
...
...
This diff is collapsed.
Click to expand it.
test/src/unit-modifiers.cpp
View file @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.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 @
5f862710
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 3.
7.3
| | |__ | | | | | | version 3.
8.0
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
...
...
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