SaaSHub helps you find the best software and product alternatives Learn more →
Jsonlines Alternatives
Similar projects and alternatives to jsonlines
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
prql
PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
-
-
-
minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
-
-
-
-
mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
-
xtdb
An immutable SQL database for application development, time-travel reporting and data compliance. Developed by @juxt
-
-
-
-
-
-
-
-
template_python
A template repository that Python projects can inherit from to ensure tooling consistency
-
jsonlines discussion
jsonlines reviews and mentions
- JSON Lines
-
Six Principles for Agent Systems That Don't Hallucinate
Non-E2E application. A migration tool uses mappings.json (old names → new names) and applied-steps.jsonl (what has already been done). .jsonl means JSON Lines: an append-only format with one JSON object per line. It is ideal for event logs: a new entry is just >> appended to the file, you do not need to parse the whole thing, and one corrupted line does not invalidate the rest. If a migration stops halfway through, the restart reads applied-steps.jsonl and continues from there. A customer-support pipeline can keep session-context.json for each conversation so a new request reads prior context instead of starting from zero. A documentation generator can rebuild module-graph.json only when the source files changed, speeding repeated runs up by an order of magnitude.
- Do You Even Need a Database?
-
First few days with Codex CLI
A session started with the resume option will contain the context of your conversation. This works because all of your session logs are stored under the ~/.codex/sessions/ directory on your machine. The file format used by Codex is JSON Lines text format. These files contain timestamps, message types, the actual message you send, the output, token usage, and more.
- A love letter to the CSV format (2024)
-
How about trailing commas in SQL?
You probably want jsonlines. Being able to open a file in append mode without needing to parse the whole thing is great.
https://jsonlines.org/
-
Reading and parsing JSON in general and specifically in Rust 🦀
🧶 Reading a JSON-Lines file with multiple JSON structures where each JSON structure is on a separate physical row.
-
Fine-Tuning and Deploying Custom AI Models on Amazon Bedrock: A Practical Guide
In this step, we prepare the dataset by formatting it into the JSON Lines (JSONL) structure required for fine-tuning on Amazon Bedrock. Each line in the JSONL file must include a Prompt and a Completion field.
- jsonlines.org and ndjson.org
- Amazon Monitron - Monitoramento Inteligente para Indústria
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jun 2026
Stats
The primary programming language of jsonlines is CSS.