Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
JSON_ParserStruct Struct Reference

#include <parser.h>

Data Fields

VALUE Vsource
 
char * source
 
long len
 
char * memo
 
VALUE create_id
 
int max_nesting
 
int allow_nan
 
int parsing_name
 
int symbolize_names
 
VALUE object_class
 
VALUE array_class
 
int create_additions
 
VALUE match_string
 
FBufferfbuffer
 

Detailed Description

Definition at line 30 of file parser.h.

Field Documentation

◆ allow_nan

int JSON_ParserStruct::allow_nan

Definition at line 37 of file parser.h.

Referenced by JSON_parse_value().

◆ array_class

VALUE JSON_ParserStruct::array_class

Definition at line 41 of file parser.h.

Referenced by JSON_mark(), and JSON_parse_array().

◆ create_additions

int JSON_ParserStruct::create_additions

Definition at line 42 of file parser.h.

Referenced by JSON_parse_object(), and JSON_parse_string().

◆ create_id

VALUE JSON_ParserStruct::create_id

Definition at line 35 of file parser.h.

Referenced by JSON_mark(), and JSON_parse_object().

◆ fbuffer

FBuffer* JSON_ParserStruct::fbuffer

◆ len

long JSON_ParserStruct::len

Definition at line 33 of file parser.h.

◆ match_string

VALUE JSON_ParserStruct::match_string

Definition at line 43 of file parser.h.

Referenced by JSON_mark(), and JSON_parse_string().

◆ max_nesting

int JSON_ParserStruct::max_nesting

Definition at line 36 of file parser.h.

Referenced by JSON_parse_array(), and JSON_parse_object().

◆ memo

char* JSON_ParserStruct::memo

Definition at line 34 of file parser.h.

Referenced by JSON_parse_float(), JSON_parse_integer(), and JSON_parse_string().

◆ object_class

VALUE JSON_ParserStruct::object_class

Definition at line 40 of file parser.h.

Referenced by JSON_mark(), and JSON_parse_object().

◆ parsing_name

int JSON_ParserStruct::parsing_name

Definition at line 38 of file parser.h.

Referenced by JSON_parse_object(), and JSON_parse_string().

◆ source

char* JSON_ParserStruct::source

Definition at line 32 of file parser.h.

◆ symbolize_names

int JSON_ParserStruct::symbolize_names

Definition at line 39 of file parser.h.

Referenced by JSON_parse_string().

◆ Vsource

VALUE JSON_ParserStruct::Vsource

Definition at line 31 of file parser.h.

Referenced by JSON_mark().


The documentation for this struct was generated from the following file: