How to use this tool
- Enter json lines.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Parse each nonblank line as an independent JSON value, then collect values into an array.
A WORKED EXAMPLE
Two object lines become an array of two objects.
What to keep in mind
Blank lines are skipped. Multiline objects are not valid individual JSONL records.
Common questions
How does this tool handle my input?
Processing happens in your browser. Your pasted content is not uploaded, included in URLs or stored as a calculation history.
What input should I use?
JSON Lines: use the example already shown, then replace it with your own content. Blank lines are skipped. Multiline objects are not valid individual JSONL records.
Methodology maintained by ClarityKit. How these tools are built and checked.