pub fn json_stringify_replacer_space<'js>( ctx: &Ctx<'js>, value: Value<'js>, replacer: Option<Value<'js>>, indentation: Option<String>, ) -> Result<Option<String>>