fp-course
fp-course copied to clipboard
Make sure jsonNumber is a token parser
Skip trailing spaces in jsonNumber
. Alternatively, jsonValue
could skip trailing spaces, but this is more consistent with the behavior of jsonString
.
Without this change, parse jsonArray "[ 1 ]"
resulted in a ParseError.
New test can be found in NICTA/course#112.