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