json_decode
On this page
wakterm.serde.json_decode(string)#
Parses the supplied string as json and returns the equivalent lua values:
> wakterm.serde.json_decode('{"foo":"bar"}')
{
"foo": "bar",
}
wakterm.serde.json_decode(string)#
Parses the supplied string as json and returns the equivalent lua values:
> wakterm.serde.json_decode('{"foo":"bar"}')
{
"foo": "bar",
}