mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
release 2.0.6
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*
|
||||
__ _____ _____ _____
|
||||
__| | __| | | | JSON for Modern C++
|
||||
| | |__ | | | | | | version 2.0.5
|
||||
| | |__ | | | | | | version 2.0.6
|
||||
|_____|_____|_____|_|___| https://github.com/nlohmann/json
|
||||
|
||||
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
@ -8791,7 +8791,6 @@ class basic_json
|
||||
|
||||
case value_t::array:
|
||||
{
|
||||
|
||||
// error condition (cf. RFC 6901, Sect. 4)
|
||||
if (reference_token.size() > 1 and reference_token[0] == '0')
|
||||
{
|
||||
|
Reference in New Issue
Block a user