space_before=(p1)
public
This string is used to insert a space before the ‘:’ in
JSON objects.
static VALUE cState_space_before_set(VALUE self, VALUE space_before)
{
GET_STATE(self);
Check_Type(space_before, T_STRING);
return state->space_before = space_before;
}