quarto.json
decode
function quarto.json.decode(str: string)
-> any
Parse the JSON str into a Lua value
encode
function quarto.json.encode(value: any)
-> string
Encode a Lua value into a JSON string
quarto.jsondecodefunction quarto.json.decode(str: string)
-> any
Parse the JSON str into a Lua value
encodefunction quarto.json.encode(value: any)
-> string
Encode a Lua value into a JSON string