Merge branch 'develop' into feature/sax2
This commit is contained in:
		
						commit
						27cf05af8d
					
				
					 56 changed files with 101 additions and 62 deletions
				
			
		|  | @ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0.0) | |||
| ## PROJECT | ||||
| ## name and version | ||||
| ## | ||||
| project(nlohmann_json VERSION 3.1.1 LANGUAGES CXX) | ||||
| project(nlohmann_json VERSION 3.1.2 LANGUAGES CXX) | ||||
| 
 | ||||
| ## | ||||
| ## INCLUDE | ||||
|  |  | |||
							
								
								
									
										41
									
								
								ChangeLog.md
									
										
									
									
									
								
							
							
						
						
									
										41
									
								
								ChangeLog.md
									
										
									
									
									
								
							|  | @ -1,7 +1,46 @@ | |||
| # Change Log | ||||
| All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||||
| 
 | ||||
| ## [v3.1.1](https://github.com/nlohmann/json/releases/tag/v3.1.1) (2018-02-12) | ||||
| ## [v3.1.2](https://github.com/nlohmann/json/releases/tag/v3.1.2) (2018-03-14) | ||||
| [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.1...v3.1.2) | ||||
| 
 | ||||
| - STL containers are always serialized to a nested array like \[\[1,2,3\]\] [\#1013](https://github.com/nlohmann/json/issues/1013) | ||||
| - The library doesn't want to insert an unordered\_map [\#1010](https://github.com/nlohmann/json/issues/1010) | ||||
| - Convert Json to uint8\_t [\#1008](https://github.com/nlohmann/json/issues/1008) | ||||
| - How to compare two JSON objects? [\#1007](https://github.com/nlohmann/json/issues/1007) | ||||
| - Syntax checking [\#1003](https://github.com/nlohmann/json/issues/1003) | ||||
| - more than one operator '=' matches these operands [\#1002](https://github.com/nlohmann/json/issues/1002) | ||||
| - How to check if key existed  [\#1000](https://github.com/nlohmann/json/issues/1000) | ||||
| - nlohmann::json::parse exhaust memory in go binding [\#999](https://github.com/nlohmann/json/issues/999) | ||||
| - Range-based iteration over a non-array object [\#998](https://github.com/nlohmann/json/issues/998) | ||||
| - get\<T\> for types that are not default constructible [\#996](https://github.com/nlohmann/json/issues/996) | ||||
| - Prevent Null values to appear in .dump\(\) [\#995](https://github.com/nlohmann/json/issues/995) | ||||
| - number parsing [\#993](https://github.com/nlohmann/json/issues/993) | ||||
| - How to create a json variable? [\#990](https://github.com/nlohmann/json/issues/990) | ||||
| - C2664 \(C++/CLR\) cannot convert 'nullptr' to 'nullptr &&' [\#987](https://github.com/nlohmann/json/issues/987) | ||||
| - Uniform initialization from another json object differs between gcc and clang. [\#985](https://github.com/nlohmann/json/issues/985) | ||||
| - Problem with adding the lib as a submodule [\#983](https://github.com/nlohmann/json/issues/983) | ||||
| - UTF-8/Unicode error [\#982](https://github.com/nlohmann/json/issues/982) | ||||
| - "forcing MSVC stacktrace to show which T we're talking about." error [\#980](https://github.com/nlohmann/json/issues/980) | ||||
| - reverse order of serialization  [\#979](https://github.com/nlohmann/json/issues/979) | ||||
| - Assigning between different json types [\#977](https://github.com/nlohmann/json/issues/977) | ||||
| - Support serialisation of `unique\_ptr\<\>` and `shared\_ptr\<\>` [\#975](https://github.com/nlohmann/json/issues/975) | ||||
| - Unexpected end of input \(not same as one before\) [\#974](https://github.com/nlohmann/json/issues/974) | ||||
| - Segfault on direct initializing json object [\#973](https://github.com/nlohmann/json/issues/973) | ||||
| - Segmentation fault on G++ when trying to assign json string literal to custom json type. [\#972](https://github.com/nlohmann/json/issues/972) | ||||
| - os\_defines.h:44:19: error: missing binary operator before token "\(" [\#970](https://github.com/nlohmann/json/issues/970) | ||||
| - Passing an iteration object by reference to a function [\#967](https://github.com/nlohmann/json/issues/967) | ||||
| - Json and fmt::lib's format\_arg\(\) [\#964](https://github.com/nlohmann/json/issues/964) | ||||
| - Feature: to\_string\(const json& j\); [\#916](https://github.com/nlohmann/json/issues/916) | ||||
| 
 | ||||
| - Allowing for user-defined string type in lexer/parser [\#1009](https://github.com/nlohmann/json/pull/1009) ([nlohmann](https://github.com/nlohmann)) | ||||
| - dump to alternative string type, as defined in basic\_json template [\#1006](https://github.com/nlohmann/json/pull/1006) ([agrianius](https://github.com/agrianius)) | ||||
| - Fix memory leak during parser callback [\#1001](https://github.com/nlohmann/json/pull/1001) ([nlohmann](https://github.com/nlohmann)) | ||||
| - fixed misprinted condition detected by PVS Studio. [\#992](https://github.com/nlohmann/json/pull/992) ([bogemic](https://github.com/bogemic)) | ||||
| - Fix/basic json conversion [\#986](https://github.com/nlohmann/json/pull/986) ([theodelrieu](https://github.com/theodelrieu)) | ||||
| - Make integration section concise [\#981](https://github.com/nlohmann/json/pull/981) ([wla80](https://github.com/wla80)) | ||||
| 
 | ||||
| ## [v3.1.1](https://github.com/nlohmann/json/releases/tag/v3.1.1) (2018-02-13) | ||||
| [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.0...v3.1.1) | ||||
| 
 | ||||
| - Updation of child object isn't reflected in parent Object [\#968](https://github.com/nlohmann/json/issues/968) | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| [](https://coveralls.io/r/nlohmann/json) | ||||
| [](https://scan.coverity.com/projects/nlohmann-json) | ||||
| [](https://www.codacy.com/app/nlohmann/json?utm_source=github.com&utm_medium=referral&utm_content=nlohmann/json&utm_campaign=Badge_Grade) | ||||
| [](https://wandbox.org/permlink/DfWUb7e2q2USw0Q6) | ||||
| [](https://wandbox.org/permlink/TarF5pPn9NtHQjhf) | ||||
| [](http://nlohmann.github.io/json) | ||||
| [](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) | ||||
| [](https://github.com/nlohmann/json/releases) | ||||
|  | @ -1005,7 +1005,7 @@ The library itself contains of a single header file licensed under the MIT licen | |||
| - [**send_to_wandbox**](https://github.com/nlohmann/json/blob/develop/doc/scripts/send_to_wandbox.py) to send code examples to [Wandbox](http://melpon.org/wandbox) | ||||
| - [**Travis**](https://travis-ci.org) for [continuous integration](https://travis-ci.org/nlohmann/json) on Linux and macOS | ||||
| - [**Valgrind**](http://valgrind.org) to check for correct memory management | ||||
| - [**Wandbox**](http://melpon.org/wandbox) for [online examples](https://wandbox.org/permlink/DfWUb7e2q2USw0Q6) | ||||
| - [**Wandbox**](http://melpon.org/wandbox) for [online examples](https://wandbox.org/permlink/TarF5pPn9NtHQjhf) | ||||
| 
 | ||||
| 
 | ||||
| ## Projects using JSON for Modern C++ | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| #--------------------------------------------------------------------------- | ||||
| DOXYFILE_ENCODING      = UTF-8 | ||||
| PROJECT_NAME           = "JSON for Modern C++" | ||||
| PROJECT_NUMBER         = 3.1.1 | ||||
| PROJECT_NUMBER         = 3.1.2 | ||||
| PROJECT_BRIEF          = | ||||
| PROJECT_LOGO           = | ||||
| OUTPUT_DIRECTORY       = . | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								doc/avatars.png
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								doc/avatars.png
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 580 KiB After Width: | Height: | Size: 568 KiB | 
|  | @ -1 +1 @@ | |||
| <a target="_blank" href="https://wandbox.org/permlink/DfWUb7e2q2USw0Q6"><b>online</b></a> | ||||
| <a target="_blank" href="https://wandbox.org/permlink/TarF5pPn9NtHQjhf"><b>online</b></a> | ||||
|  | @ -11,7 +11,7 @@ | |||
|     "version": { | ||||
|         "major": 3, | ||||
|         "minor": 1, | ||||
|         "patch": 1, | ||||
|         "string": "3.1.1" | ||||
|         "patch": 2, | ||||
|         "string": "3.1.2" | ||||
|     } | ||||
| } | ||||
|  |  | |||
|  | @ -304,4 +304,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.1.1 | ||||
| @version 3.1.2 | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								doc/json.gif
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								doc/json.gif
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB | 
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  | @ -31,7 +31,7 @@ SOFTWARE. | |||
| 
 | ||||
| #define NLOHMANN_JSON_VERSION_MAJOR 3 | ||||
| #define NLOHMANN_JSON_VERSION_MINOR 1 | ||||
| #define NLOHMANN_JSON_VERSION_PATCH 1 | ||||
| #define NLOHMANN_JSON_VERSION_PATCH 2 | ||||
| 
 | ||||
| #include <algorithm> // all_of, find, for_each
 | ||||
| #include <cassert> // assert
 | ||||
|  | @ -939,7 +939,7 @@ class basic_json | |||
|                     object = nullptr;  // silence warning, see #821
 | ||||
|                     if (JSON_UNLIKELY(t == value_t::null)) | ||||
|                     { | ||||
|                         JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.1.1")); // LCOV_EXCL_LINE
 | ||||
|                         JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.1.2")); // LCOV_EXCL_LINE
 | ||||
|                     } | ||||
|                     break; | ||||
|                 } | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  | @ -31,7 +31,7 @@ SOFTWARE. | |||
| 
 | ||||
| #define NLOHMANN_JSON_VERSION_MAJOR 3 | ||||
| #define NLOHMANN_JSON_VERSION_MINOR 1 | ||||
| #define NLOHMANN_JSON_VERSION_PATCH 1 | ||||
| #define NLOHMANN_JSON_VERSION_PATCH 2 | ||||
| 
 | ||||
| #include <algorithm> // all_of, find, for_each
 | ||||
| #include <cassert> // assert
 | ||||
|  | @ -11055,7 +11055,7 @@ class basic_json | |||
|                     object = nullptr;  // silence warning, see #821
 | ||||
|                     if (JSON_UNLIKELY(t == value_t::null)) | ||||
|                     { | ||||
|                         JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.1.1")); // LCOV_EXCL_LINE
 | ||||
|                         JSON_THROW(other_error::create(500, "961c151d2e87f2686a955a9be24d316f1362bf21 3.1.2")); // LCOV_EXCL_LINE
 | ||||
|                     } | ||||
|                     break; | ||||
|                 } | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| This file implements a driver for American Fuzzy Lop (afl-fuzz). It relies on | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| This file implements a parser test suitable for fuzz testing. Given a byte | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| This file implements a parser test suitable for fuzz testing. Given a byte | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| This file implements a parser test suitable for fuzz testing. Given a byte | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (fuzz test support) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| This file implements a parser test suitable for fuzz testing. Given a byte | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  | @ -42,10 +42,10 @@ TEST_CASE("version information") | |||
|         CHECK(j["url"] == "https://github.com/nlohmann/json"); | ||||
|         CHECK(j["version"] == json( | ||||
|         { | ||||
|             {"string", "3.1.1"}, | ||||
|             {"string", "3.1.2"}, | ||||
|             {"major", 3}, | ||||
|             {"minor", 1}, | ||||
|             {"patch", 1} | ||||
|             {"patch", 2} | ||||
|         })); | ||||
| 
 | ||||
|         CHECK(j.find("platform") != j.end()); | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| /*
 | ||||
|     __ _____ _____ _____ | ||||
|  __|  |   __|     |   | |  JSON for Modern C++ (test suite) | ||||
| |  |  |__   |  |  | | | |  version 3.1.1 | ||||
| |  |  |__   |  |  | | | |  version 3.1.2 | ||||
| |_____|_____|_____|_|___|  https://github.com/nlohmann/json
 | ||||
| 
 | ||||
| Licensed under the MIT License <http://opensource.org/licenses/MIT>.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue