Y
Hacker News
new
|
ask
|
show
|
jobs
by
rf15
5 days ago
But isn't JSON de facto conceptually a glorified Map<String,Object> ?
1 comments
wewtyflakes
5 days ago
The root of a JSON document can also be an array.
link
svieira
5 days ago
Or the boolean `true`, or the empty string `""`, or `null`. JSON allows bare "value"s as the root element.
https://www.json.org/json-en.html
link