We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2ce52 commit cb987aaCopy full SHA for cb987aa
json_parser.c
@@ -64,7 +64,7 @@ static int __json_string_length(const char *cursor)
64
if (*cursor == '\0')
65
return -2;
66
}
67
- else if ((unsigned char)*cursor < ' ')
+ else if ((unsigned char)*cursor < 0x20)
68
69
70
cursor++;
0 commit comments