mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
We now have one supported assertion: 'type' if that is 'json' we attempt to parse the module as JSON.
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"value": "value",
|
|
"array": [1, 2, 3],
|
|
"map": {
|
|
"innerValue": "innerValue"
|
|
}
|
|
}
|