mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"value": "value",
|
|
"array": [1, 2, 3],
|
|
"map": {
|
|
"innerValue": "innerValue"
|
|
}
|
|
}
|