mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +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"
|
|
}
|
|
}
|