About 2,420,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 …

  4. 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

  5. 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

  6. 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 …

  7. python - Import JSON Lines into Pandas - Stack Overflow

    Nov 11, 2022 · The pd.read_json() function in the pandas library is used to read JSON data into a DataFrame. When reading a JSON Lines (JSONL) file, where each line represents a separate …

  8. 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

  9. 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.

  10. Converting a text document into a jsonl (json lines) format

    Dec 28, 2021 · I want to convert a text file into a json lines format using Python. I need this to be applicable to a text file of any length (in characters or words). As an example, I want to convert …