About 2,440,000 results
Open links in new tab
  1. Read a jsonl (json lines) file - Stack Overflow

    Jul 5, 2023 · JSONL is a text-based format that uses the .jsonl file extension and is essentially the same as JSON format except that newline characters are used to delimit JSON data.

  2. python - Loading JSONL file as JSON objects - Stack Overflow

    Feb 17, 2019 · I want to load a JSONL file as JSON objects in python. Is there an easy way to do so?

  3. Python conversion from JSON to JSONL - Stack Overflow

    Aug 12, 2016 · This is an edit to which takes into account the possibility of special symbols or using a different alphabet in the JSONL file. For example, I use Cyrillic and without the encoding and …

  4. How to convert JSONL to parquet efficiently? - Stack Overflow

    Jul 25, 2024 · There's no JSONL, that's just some guy's attempt to hijack the already common practice of storing unindented JSON objects as separate lines in text files, because appending to a file is the …

  5. json - How to write a JSONL file in Python - Stack Overflow

    Oct 30, 2022 · How to write a JSONL file in Python Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 5k times

  6. jsonlines - Create JSONL with Python - Stack Overflow

    Jul 17, 2019 · Create JSONL with Python Asked 6 years, 5 months ago Modified 1 year, 5 months ago Viewed 25k times

  7. How do I upload unstructured documents with meta data to Google …

    Jun 3, 2025 · I have setup all the necessary access and set the CONFIG to CONTENT REQUIRED. Create a GCP Cloud Storage Bucket which contains 4 PDF documents (for now) and a .jsonl meta …

  8. Is there any formatter for JSONL(JSON Lines) files for vs code?

    Oct 26, 2023 · If so, how do I configure it to be default formatter just for jsonl files when I am using prettier as my default code formatter.

  9. javascript - How to manipulate jsonl objects - Stack Overflow

    Mar 30, 2021 · How to manipulate jsonl objects Asked 4 years, 9 months ago Modified 4 years, 9 months ago Viewed 2k times

  10. How to use jq to output JSONL (one independent JSON object per line)

    Feb 12, 2017 · Following this question/answer, noticed that many tools generating JSON (in my case I'm exporting from a database) use ambiguous line endings -- jq doesn't play nicely with making JSONL …