mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-09 18:36:22 +00:00
5 lines
185 B
Lua
5 lines
185 B
Lua
-- https://www.json.org/JSON_checker/test.zip
|
|
-- JSON parsing sample test case: fail1.json
|
|
assert(pcall(DecodeJson, [[
|
|
"A JSON payload should be an object or array, not a string."
|
|
]]))
|