This code: ```ocaml 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 }"`.