JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

spork/json/decode

spork


    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.


0 examplesSign in to add an example
Loading...