This commit is contained in:
nlohmann
2025-05-22 06:02:49 +00:00
parent 954dedad9d
commit c5cf12c0d5
253 changed files with 1012 additions and 736 deletions
+12
View File
@@ -0,0 +1,12 @@
[json.exception.parse_error.101] parse error at line 3, column 9: syntax error while parsing object key - invalid literal; last read: '<U+000A> {<U+000A> /'; expected string literal
{
"planets": [
"Mercury",
"Venus",
"Earth",
"Mars",
"Jupiter",
"Uranus",
"Neptune"
]
}