cosmopolitan/test/tool/net/samples/pass3.lua
2022-07-10 08:35:51 -07:00

11 lines
273 B
Lua

-- https://www.json.org/JSON_checker/test.zip
-- JSON parsing sample test case: pass3.json
assert(pcall(DecodeJson, [[
{
"JSON Test Pattern pass3": {
"The outermost value": "must be an object or array.",
"In this test": "It is an object."
}
}
]]))