We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1adb1 commit ab5efcaCopy full SHA for ab5efca
1 file changed
ext/json/ext/parser/parser.c
@@ -336,7 +336,6 @@ typedef struct JSON_ParserStruct {
336
int max_nesting;
337
bool allow_nan;
338
bool allow_trailing_comma;
339
- bool parsing_name;
340
bool symbolize_names;
341
bool freeze;
342
} JSON_ParserConfig;
0 commit comments