source()
Returns a copy of the current source string, that was used to construct this Parser.
static VALUE cParser_source(VALUE self) { GET_PARSER; return rb_str_dup(json->Vsource); }