space_before()
This string is used to insert a space before the ‘:’ in JSON objects.
static VALUE cState_space_before(VALUE self) { GET_STATE(self); return state->space_before; }