OK                155 json/JSON_parser.c /*ok     OK*/ {OK,OK,__,-8,__,-7,__,-3,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__},
OK                168 json/JSON_parser.c /*zero   ZE*/ {OK,OK,__,-8,__,-7,__,-3,__,__,__,__,__,FR,__,__,__,__,__,__,E1,__,__,__,__,__,__,__,__,E1,__},
OK                169 json/JSON_parser.c /*int    IN*/ {OK,OK,__,-8,__,-7,__,-3,__,__,__,__,__,FR,IN,IN,__,__,__,__,E1,__,__,__,__,__,__,__,__,E1,__},
OK                170 json/JSON_parser.c /*frac   FR*/ {OK,OK,__,-8,__,-7,__,-3,__,__,__,__,__,__,FR,FR,__,__,__,__,E1,__,__,__,__,__,__,__,__,E1,__},
OK                173 json/JSON_parser.c /*exp    E3*/ {OK,OK,__,-8,__,-7,__,-3,__,__,__,__,__,__,E3,E3,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__},
OK                176 json/JSON_parser.c /*true   T3*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,OK,__,__,__,__,__,__,__,__,__,__},
OK                180 json/JSON_parser.c /*false  F4*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,OK,__,__,__,__,__,__,__,__,__,__},
OK                183 json/JSON_parser.c /*null   N3*/ {__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,__,OK,__,__,__,__,__,__,__,__},
OK                522 json/JSON_parser.c 	        } else if (type < IS_BOOL && ((jp->state == T3 && next_state == OK) || (jp->state == F4 && next_state == OK))) {
OK                524 json/JSON_parser.c 	        } else if (type < IS_NULL && jp->state == N3 && next_state == OK) {
OK                541 json/JSON_parser.c                 jp->state = OK;
OK                568 json/JSON_parser.c                 jp->state = OK;
OK                588 json/JSON_parser.c                 jp->state = OK;
OK                664 json/JSON_parser.c                     jp->state = OK;
OK                670 json/JSON_parser.c 						jp->state = OK;
OK                743 json/JSON_parser.c 	if (jp->state == OK && pop(jp, MODE_DONE)) {