Y
Hacker News
new
|
ask
|
show
|
jobs
by
wewtyflakes
5 days ago
The root of a JSON document can also be an array.
1 comments
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