json

Tag

Cards List
#json

@shubh6200: To understand how massive files are processed, read "Parsing Gigabytes of JSON per Second" by @geofflangdale and @lemir…

X AI KOLs Timeline · 5d ago Cached

The paper presents simdjson, the first validating JSON parser capable of processing gigabytes per second on a single core using SIMD instructions, achieving substantial speedups over existing parsers like RapidJSON.

0 favorites 0 likes
#json

Parsing JSON at compile time with C++26 static reflection

Lobsters Hottest · 2026-06-15 Cached

C++26's #embed and static reflection, combined with the simdjson library, allow JSON parsing at compile time, turning configuration files into compile-time constants with no runtime overhead.

0 favorites 0 likes
#json

Nontrailing separators do not spark joy

Lobsters Hottest · 2026-06-10 Cached

The article argues that disallowing trailing separators (like commas) in programming languages and data formats makes code editing more error-prone and less consistent, and advocates for language designs that permit trailing separators for better developer experience.

0 favorites 0 likes
#json

A fast, zero-copy Transit-format reader and writer written in C

Lobsters Hottest · 2026-06-08 Cached

A fast, zero-copy C11 library for reading and writing the Transit data format with SIMD acceleration, supporting JSON, JSON-Verbose, and MessagePack wire formats via a single codec-agnostic engine.

0 favorites 0 likes
#json

Paint By JSON

Product Hunt · 2026-05-31

Paint By JSON is a tool that lets designers populate mockups with real API data as easily as using lorem ipsum placeholder text.

0 favorites 0 likes
#json

@tom_doerr: Converts documents and media into structured JSON for LLMs https://github.com/adithya-s-k/omniparse…

X AI KOLs Timeline · 2026-05-25 Cached

OmniParse is a local platform that ingests and parses unstructured data (documents, images, video, audio, web) into structured JSON optimized for LLM applications like RAG and fine-tuning.

0 favorites 0 likes
#json

@so_ainsight: This is way too convenient. It's a method that's been making waves overseas: just ask Claude, "Bundle this entire app i…

X AI KOLs Timeline · 2026-05-15

A method using Claude to bundle an entire app into one HTML and one JSON file, making complex systems visible and self-documenting, is gaining popularity overseas.

0 favorites 0 likes
#json

@RoundtableSpace: Ask Claude to map your entire app's architecture into a single HTML page and JSON file. The HTML is for you. The JSON i…

X AI KOLs Timeline · 2026-05-14 Cached

A technique to use Claude to generate an HTML page and JSON file mapping your app's architecture, enabling self-explanatory codebases.

0 favorites 0 likes
#json

I catalogued every way local models break JSON output and built a repair library, here's what I found across 288 model calls

Reddit r/LocalLLaMA · 2026-05-11

A developer catalogued JSON output failures across 288 local model runs, finding common issues like markdown fences and trailing commas, and built outputguard, a Python library to repair invalid JSON with 15 strategies.

0 favorites 0 likes
#json

GeoJSON

Hacker News Top · 2026-05-08 Cached

GeoJSON is an open standard format for encoding geographic data structures using JSON, supporting various geometry types and standardized as RFC 7946 by IETF in 2016.

0 favorites 0 likes
← Back to home

Submit Feedback