mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 16:02:53 +00:00
We now have one supported assertion: 'type' if that is 'json' we attempt to parse the module as JSON.
7 lines
104 B
JSON
7 lines
104 B
JSON
{
|
|
"value": "value",
|
|
"array": [1, 2, 3],
|
|
"map": {
|
|
"innerValue": "innerValue"
|
|
}
|
|
}
|