Source: /home/runner/work/aspl/aspl/stdlib/json/decoder.aspl:4:1
function error(string message)
Source: /home/runner/work/aspl/aspl/stdlib/json/decoder.aspl:11:1
function is_digit(string s) returns bool
Source: /home/runner/work/aspl/aspl/stdlib/json/decoder.aspl:124:1
function decode_token(TokenList tokens) returns any
Source: /home/runner/work/aspl/aspl/stdlib/json/decoder.aspl:178:1
function decode(string data) returns any
Source: /home/runner/work/aspl/aspl/stdlib/json/encoder.aspl:4:1
function encode(any data, bool prettyPrint = false) returns string?