You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to work a lot with JSONL files (JSON Lines).
I know that the idea behind a JSONL file is that each line in the file is a separate JSON "object", but that makes it very hard to read. I know that I can Format or Compress each line individually, but it would be great if I could Format the whole document to read it and then Compress the whole document again to use it.
The text was updated successfully, but these errors were encountered:
@molsonkiko thanks for the info.
Currently, this plugin uses rapidjson under the hood to parse json. I am exploring some other options as rapidjson's sax parser does provide line/position information. I am trying to figure some existing parser instead of write owner custom parser.
I'm starting to work a lot with JSONL files (JSON Lines).
I know that the idea behind a JSONL file is that each line in the file is a separate JSON "object", but that makes it very hard to read. I know that I can Format or Compress each line individually, but it would be great if I could Format the whole document to read it and then Compress the whole document again to use it.
The text was updated successfully, but these errors were encountered: