Skip to main content

json_parse

Function json_parse 

Source
pub(crate) fn json_parse(
    it: &mut Interp,
    _t: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

JSON.parse(text, reviver)。以前は reviver(各キーをボトムアップで巡り値を 差し替える/undefined を返せば削除する変換関数)を完全に無視していた。