gr-b/jsonltui
A fast TUI application (with optional webui) to visually navigate and inspect JSON and JSONL data. Easily localize parse errors in large JSONL files. Made with LLM fine-tuning workflows in mind.
This tool helps data practitioners working with large language model (LLM) fine-tuning workflows to quickly examine and debug JSON and JSONL data files. You feed it a JSON or JSONL file, and it displays the data in an interactive tree view, highlighting any parsing errors. The output is a clear, navigable representation of your data, making it easy to spot and fix malformed entries.
No commits in the last 6 months.
Use this if you need to quickly inspect, navigate, and pinpoint errors in large JSON or JSONL files, especially when preparing data for LLM fine-tuning.
Not ideal if you are working with extremely massive files that exceed your system's memory, as the entire file is loaded into RAM.
Stars
15
Forks
—
Language
HTML
License
MIT
Category
Last pushed
Sep 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/gr-b/jsonltui"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mangiucugna/json_repair
A python module to repair invalid JSON from LLMs
antfu/shiki-stream
Streaming highlighting with Shiki. Useful for highlighting text streams like LLM outputs.
yokingma/fetch-sse
An easy API for making Event Source requests, with all the features of fetch(), Supports...
iw4p/partialjson
+1M Downloads! Repair invalid LLM JSON, commonly used to parse the output of LLMs — Parsing...
kaptinlin/jsonrepair
A high-performance Golang library for easily repairing invalid JSON documents. Designed to fix...