NEED_MORE if more input is needed, OK on success, or ERROR on failure.JsonStreamResult tryParse(out var value, out JsonError err) @safeAttempt to parse the buffered data as a single JSON root value.
value | Parsed value on OK; var.init otherwise. |
err | Populated on ERROR; JsonError.init otherwise. |
NEED_MORE if more input is needed, OK on success, or ERROR on failure.