Fix typo in canonical JSON grammar

Signed-off-by: Benedykt Błaszkiewicz <tsufeki@gmail.com>
pull/1652/head
tsufeki 9 months ago committed by GitHub
parent e40d9ca186
commit 4cc88c99a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@ character escapes.
true = %x74.72.75.65
object = %x7B [ member *( %x2C member ) ] %7D
member = string %x3A value
array = %x5B [ value *( %x2C value ) ] %5B
array = %x5B [ value *( %x2C value ) ] %5D
number = [ %x2D ] int
int = %x30 / ( %x31-39 *digit )
digit = %x30-39

Loading…
Cancel
Save