Remix.run Logo
rf15 an hour ago

But isn't JSON de facto conceptually a glorified Map<String,Object> ?

wewtyflakes 35 minutes ago | parent [-]

The root of a JSON document can also be an array.

svieira 25 minutes ago | parent [-]

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