Repeteadly try to parse raw JSON bytes into
a values,
reporting any
DecodingErrors downstream as they happen.
Note: The JSON RFC-4627 standard only allows arrays or objects
as top-level entities, which is why these functions restrict their
input to them. If you prefer to ignore the standard and encode any
Value, then use
encode from the
Pipes.Aeson.Unchecked module.