pub(crate) fn json_stringify( it: &mut Interp, _t: Value, a: &[Value], ) -> Result<Value, Value>
JSON.stringify(value, replacer, space)。以前は space(インデント整形)と replacer(キーのフィルタ用配列、または値を差し替える関数)の両方を完全に無視していた。
JSON.stringify(value, replacer, space)
space
replacer