RFR: 28: JSON parser does not support empty objects or arrays with whitespace

Erik Duveblad via github.com duke at openjdk.java.net
Fri Jun 28 13:52:58 UTC 2019


Hi all,

this patch fixes the small issues that whitespace after `{` and `[` in the JSON parser isn't consumed. I also wrote two small unit tests, `sh gradlew test` now passes.

Thanks,
Erik

----------------

Commits:
 - 02e32f0f:	28: JSON parser does not support empty objects or arrays with whitespace

Pull request:
http://git.openjdk.java.net/skara/pull/12

Webrev:
https://openjdk.github.io/cr/skara/12/webrev.00

Patch:
http://git.openjdk.java.net/skara/pull/12.diff

Fetch command:
git fetch https://github.com/openjdk/skara.git 02e32f0f:pr/12


More information about the skara-dev mailing list