Sign in
flutter
/
third_party
/
json
/
b83fe5dbf2c1a64a766ca44dae0afd8095205adc
/
.
/
doc
/
examples
/
README.output
blob: 31188d45efe81d289c78c2999882a445ac575bd8 [
file
] [
log
] [
blame
]
{
"answer"
:
{
"everything"
:
42
},
"happy"
:
true
,
"list"
:
[
1
,
0
,
2
],
"name"
:
"Niels"
,
"new"
:
{
"key"
:
{
"value"
:
[
"another"
,
"list"
]
}
},
"nothing"
:
null
,
"object"
:
{
"currency"
:
"USD"
,
"value"
:
42.99
},
"pi"
:
3.141
,
"size"
:
8
}