push 418 ext/json/JSON_parser.c push(&the_json, z, MODE_DONE);
push 454 ext/json/JSON_parser.c if (!push(&the_json, z, MODE_KEY)) {
push 533 ext/json/JSON_parser.c if (!push(&the_json, z, MODE_ARRAY)) {
push 634 ext/json/JSON_parser.c if (pop(&the_json, z, MODE_OBJECT) && push(&the_json, z, MODE_KEY)) {
push 672 ext/json/JSON_parser.c if (pop(&the_json, z, MODE_KEY) && push(&the_json, z, MODE_OBJECT)) {