How to handle JSON Lines (JSONL) response? #169
Unanswered
davidwmartines2
asked this question in
Q&A
Replies: 1 comment
-
Just wondering if it makes sense to create a new ResponseParser or RecordResponseParser for JSONL, that does something like: String body = response.getBody(); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to handle a JSON Lines (JSONL) response? This response contains multiple JSON objects, one per line and in its entirety is not a valid JSON object/array.
Example:
It appears the default behavior is that only the first JSON object is parsed into a record.
Thanks for any ideas.
Beta Was this translation helpful? Give feedback.
All reactions