json

Tag

Cards List
#json

@tom_doerr: Turns websites into clean Markdown and JSON for AI agents and RAG pipelines. https://github.com/0xMassi/webclaw

X AI KOLs Timeline · 2026-08-10 Cached

webclaw is an open-source tool that converts websites into clean Markdown, JSON, and LLM-ready context, available as a CLI, MCP server, REST API, and SDKs for AI agents and RAG pipelines.

0 favorites 0 likes
#json

TSON – A JSON superset with immutable, hash-pinned schemas

Hacker News Top · 2026-08-05 Cached

TSON is a schema system and JSON superset with immutable, hash-pinned schemas whose definitions are themselves data. It offers a compact schema grammar and a working Java implementation.

0 favorites 0 likes
#json

Gave my agent live patent data: Google Patents as JSON over MCP (claims, citations, family graphs)

Reddit r/AI_Agents · 2026-08-04

The author built a service that exposes Google Patents data as structured JSON over MCP, letting AI agents query patent claims, citations, family graphs, and summaries across many patent offices, with pay-per-event pricing.

0 favorites 0 likes
#json

@franpradasAI: Ask CLAUDE or CODEX to give you the entire ARCHITECTURE of your app on a single HTML page and a JSON file. Your code no…

X AI KOLs Timeline · 2026-08-03 Cached

Sugiere pedirle a CLAUDE o CODEX que genere la arquitectura completa de una app en una sola página HTML y un archivo JSON, permitiendo visualizarla y que otro agente la entienda. Incluye un prompt de ejemplo.

0 favorites 0 likes
#json

condense-json 1.1

Simon Willison's Blog · 2026-08-03 Cached

condense-json 1.1 adds structural replacements and merge operations for objects, plus property-based round-trip tests using Hypothesis.

0 favorites 0 likes
#json

Your JSON Is Lying to You

Lobsters Hottest · 2026-08-03 Cached

This article explains how JSON serialization in JavaScript silently changes data: large integers lose precision, undefined properties disappear, Dates become strings, and NaN becomes null. It traces the history of JSON and argues that developers should define explicit wire formats to avoid accidental data contracts.

0 favorites 0 likes
#json

condense-json 1.0

Simon Willison's Blog · 2026-08-02 Cached

Simon Willison announces the 1.0 release of condense-json, a Python library that condenses JSON by replacing repeated substrings with compact references, saving space in SQLite logs for LLM.

0 favorites 0 likes
#json

Structured Output Collapses Answer Diversity Across 44 Language Models

arXiv cs.CL · 2026-07-22 Cached

A study shows that when LLMs are asked to output in JSON format, their answer diversity collapses significantly compared to plain chat, with modal answers becoming more common and distinctive models losing half their uniqueness.

0 favorites 0 likes
#json

JSON5E - JSON5 for Humans

Lobsters Hottest · 2026-07-20 Cached

libpdjson5 is a public domain C library for parsing JSON, JSON5, and JSON5E with full Unicode support, minimal memory footprint, and a streaming API. It is a fork of pdjson with various improvements including JSON5E support.

0 favorites 0 likes
#json

Structured output reliability with LLMs — 3-month production learnings

Reddit r/artificial · 2026-07-14

The article shares production learnings for reliably generating structured JSON output from LLMs, covering methods like JSON mode, schema validation, and retry loops, achieving 99.5% validity.

0 favorites 0 likes
#json

@QingQ77: 一个 Open WebUI 工具,用 python-docx 把模型产出的 Markdown(含 YAML 头)或 JSON 规范直接生成为原生、可编辑的 Word(.docx)文档。 https://github.com/ianuste…

X AI KOLs Timeline · 2026-07-11 Cached

一个 Open WebUI 工具,使用 python-docx 将模型产出的 Markdown(含 YAML 头)或 JSON 规范直接生成为原生、可编辑的 Word (.docx) 文档,支持多种模板和样式。

0 favorites 0 likes
#json

AI Agent Validator

Reddit r/AI_Agents · 2026-07-08

A developer discusses building an execution validator for AI agent-generated graphs where nodes interact via inputs and references, seeking advice between using test accounts or graph traversal for validation.

0 favorites 0 likes
#json

Agents Work Better with Conventional CLIs (12 minute read)

TLDR AI · 2026-07-08 Cached

Microsoft's developer advocate tests whether agents work better with JSON payloads or conventional CLI arguments, finding that flat CLI args actually perform better in terms of success rate, token efficiency, and latency.

0 favorites 0 likes
#json

HTML table extractor

Simon Willison's Blog · 2026-06-29 Cached

A tool that extracts tables from pasted HTML, rich text, or plain text and exports them to HTML, Markdown, CSV, TSV, or JSON, with added Wikipedia search and automatic table import.

0 favorites 0 likes
#json

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

X AI KOLs Timeline · 2026-06-24 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
Next →
← Back to home

Submit Feedback