jsonaf
jsonaf copied to clipboard
Confusing parse errors for partial arrays
This code:
Jsonaf.of_string "[0, 1, 2}"
produces a result with error: "json > ]: satisfy", which is cryptic. I would expect something more along the lines of "expected ], saw }".