Don't allow new line in json object string
This commit is contained in:
parent
2cf420218b
commit
372ea4a7b4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ array ::=
|
|||
|
||||
string ::=
|
||||
"\"" (
|
||||
[^"\\] |
|
||||
[^"\\\n] |
|
||||
"\\" (["\\/bfnrt] | "u" [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F]) # escapes
|
||||
)* "\"" ws
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue