[flori/json] Doc: Improve documentation on JSON#parse and JSON#parse!
https://github.com/flori/json/commit/75ada77b96 Co-authored-by: Bruno Gomes da Silva <brunojabs@gmail.com>
This commit is contained in:
parent
a37051ef3b
commit
767f3904ee
@ -2950,6 +2950,7 @@ static const char MAYBE_UNUSED(_JSON_nfa_pop_trans)[] = {
|
|||||||
*
|
*
|
||||||
* Parses the current JSON text _source_ and returns the complete data
|
* Parses the current JSON text _source_ and returns the complete data
|
||||||
* structure as a result.
|
* structure as a result.
|
||||||
|
* It raises JSON::ParseError if fail to parse.
|
||||||
*/
|
*/
|
||||||
static VALUE cParser_parse(VALUE self)
|
static VALUE cParser_parse(VALUE self)
|
||||||
{
|
{
|
||||||
|
@ -839,6 +839,7 @@ static VALUE cParser_initialize(int argc, VALUE *argv, VALUE self)
|
|||||||
*
|
*
|
||||||
* Parses the current JSON text _source_ and returns the complete data
|
* Parses the current JSON text _source_ and returns the complete data
|
||||||
* structure as a result.
|
* structure as a result.
|
||||||
|
* It raises JSON::ParseError if fail to parse.
|
||||||
*/
|
*/
|
||||||
static VALUE cParser_parse(VALUE self)
|
static VALUE cParser_parse(VALUE self)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user