NEED_MORE, OK, or ERROR.Json5StreamResult tryParse(out var value, out Json5Error err) @safeAttempt to parse the buffered data as a single JSON5 root value.
value | Parsed value on OK; var.init otherwise. |
err | Populated on ERROR; Json5Error.init otherwise. |
NEED_MORE, OK, or ERROR.