Newer
Older
minerva / Userland / Libraries / LibJS / Tests / modules / json-module.json
@minerva minerva on 13 Jul 104 bytes Initial commit
{
    "value": "value",
    "array": [1, 2, 3],
    "map": {
        "innerValue": "innerValue"
    }
}