space()
Returns the string that is used to insert a space between the tokens in a JSON string.
static VALUE cState_space(VALUE self) { GET_STATE(self); return state->space ? rb_str_new(state->space, state->space_len) : rb_str_new2(""); }