condense-json 1.1
condense-json 1.1 release adds structural replacements and merge operations for JSON condensing, with Hypothesis round-trip tests.
condense-json 1.1 release adds structural replacements and merge operations for JSON condensing, with Hypothesis round-trip tests.
Simon Willison releases condense-json 1.0, a Python function for condensing JSON using replacement strings.
Introduces the lt R package for creating lightweight HTML tables with minimal dependencies, inspired by gt.
An analysis comparing JSON and XML as data-interchange formats, arguing XML is superior despite JSON's popularity.
Explores Richard Gabriel's 'Worse is Better' concept, comparing popular vs superior software technologies with examples like JSON vs XML.
How to extract delete keys from explain.depesz.com plans posted via tools like curl, not web browsers.
Introduces Polecat, a .NET library that turns SQL Server 2025 into a document database, leveraging its native JSON support for improved developer productivity.
Developer builds a personalized schedule page for Adobe ColdFusion Summit 2026 using Claude Code and JSON data.
A developer replaces browser bookmarks with a JSON file and a 150-line C# app for project-specific, version-controlled bookmark management.
Analysis of e-bike fleet data from Bird, Lime, and Neuron APIs using DuckDB and QGIS.
PostgreSQL 19 adds JSON format to COPY TO, enabling NDJSON-style export of query results and table data.
A developer discovers and details a JSON serialization bug in Adobe ColdFusion 2025 related to java.lang.Character escaping.
Azure Logic Apps designer's 'Run with payload' feature currently enforces JSON-only input, preventing manual testing of workflows expecting XML or other content types.
Introduces Open Responses, a vendor-neutral JSON API standard for hosted LLMs, based on OpenAI's Responses API and backed by major industry partners.
Explores the new JSON data type and JSON Index in SQL Server 2025, focusing on their compatibility and limitations with Columnstore Indexes and Batch Execution Mode.
A performance benchmark comparing JSON serialization to the TOON format in Go, analyzing speed and usability of different libraries.
Introduces TOON, a compact and readable alternative to JSON for data exchange, especially useful for AI tokens and general programming.
Using AI to transform messy, unstructured vendor notes into clean JSON and a styled HTML website, highlighting the importance of examples.
A technical analysis comparing PostgreSQL JSON storage options, compression methods (pglz vs. lz4), and performance optimizations.
EF Core 10.0 introduces partial updates for JSON columns using ExecuteUpdate/ExecuteUpdateAsync, with examples for SQL Server.