blob: a9de3972ab48a5129416c5686801b5e2b2197271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
%true
%false
[%null %null %false]
["hello\nfriend\t\tstuff\"" "world"]
"\U0001f600"
{
testing: "this is a test map"
i_hope_it_works: {nesting: "nested maps!!!"}
"here's an interesting key :D": %null
}
]
|