cfunction
(json/decode json-source &opt keywords nils)
Returns a janet object after parsing JSON. If keywords is truthy,
string keys will be converted to keywords. If nils is truthy, null
will become nil instead of the keyword :null.