1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 21:25:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/modules/json-module.json
davidot 6b5c882af3 LibJS: Add support for JSON modules
We now have one supported assertion: 'type' if that is 'json' we attempt
to parse the module as JSON.
2022-01-30 17:40:20 +00:00

7 lines
104 B
JSON

{
"value": "value",
"array": [1, 2, 3],
"map": {
"innerValue": "innerValue"
}
}