mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
[json.exception.parse_error.101] parse error at line 11, column 9: syntax error while parsing value - unexpected ']'; expected '[', '{', or a literal
|
|
{
|
|
"planets": [
|
|
"Mercury",
|
|
"Venus",
|
|
"Earth",
|
|
"Mars",
|
|
"Jupiter",
|
|
"Uranus",
|
|
"Neptune"
|
|
]
|
|
}
|