Navigation Menu

Skip to content

Commit

Permalink
JSON strings can consist of zero characters
Browse files Browse the repository at this point in the history
  • Loading branch information
tml committed Aug 6, 2014
1 parent f07b90e commit 879d04a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ object Json {
"string",
sequence(
chunk("\""),
oneOrMore(choice(
zeroOrMore(choice(
anyExceptOf("\n\r\\\""),
sequence(chunk("\\"), anyOf("\"\\/bfnrt")),
sequence(
Expand Down

0 comments on commit 879d04a

Please sign in to comment.