Tag: JSON

20 article(s)

Filtered by#JSONClear

JSON to CSV — Nested Objects, Arrays and Nulls Measured on 4 Converters

Convert JSON to CSV in your browser with no upload. We ran the same 15 JSON inputs through FormatArc, json-2-csv, Miller and pandas: see exactly where they disagree on nested objects, arrays, missing keys and nulls.

2026-07-26JSON#JSON#CSV

Markdown Frontmatter YAML to JSON — 5 SSGs, 5 YAML Traps, No Upload

Convert Markdown frontmatter YAML to JSON in the browser. SSG matrix for Hugo, Jekyll, Astro, Next.js, Eleventy, 5 breaking types (Norway problem, dates, anchors), JSON→YAML round-trip.

2026-06-22YAML#Markdown#frontmatter

API JSON to Markdown Table — curl, jq, Pagination, 6 Response Shapes

Turn API responses into Markdown tables with curl + jq. Covers 6 API shapes ranked by difficulty, pagination joining, nested flattening, and a browser-only workflow that never uploads your data.

2026-06-21CSV#API#JSON

JSON vs YAML vs CSV vs Markdown: Data Format Comparison Cheatsheet

Compare JSON, YAML, CSV, and Markdown in one page: decision matrix, feature comparison, comment support, parser ecosystem, LLM context guidance, and browser-side conversion between all four formats.

2026-06-18JSON#JSON#YAML

JSON Trailing Comma: Why It Fails and How to Remove It (RFC 8259)

Fix JSON trailing comma errors like Unexpected token } and Expecting property name. See before/after examples and locate the comma by line number in a browser-only formatter.

2026-06-08JSON#JSON#errors

How to Convert JSON to a Markdown Table — Arrays, API Responses, Nested Data

Turn a JSON array of objects into a Markdown table. Verify the structure, convert through CSV for a reliable result, handle API responses, and flatten nested JSON — all in the browser.

2026-06-02CSV#JSON#Markdown

Online JSON Converter Security: 5 Checks Before Pasting Secrets (2025 Breach Data)

Online converter security checklist. 2025 breach analysis (watchTowr disclosure of jsonformatter.com / codebeautify.org data leak) plus a 5-step DevTools verification to confirm browser-side processing yourself. Safer alternatives: jq, yq, offline tools.

2026-06-02JSON#security#JSON

Does JSON Allow Comments? 4 Alternatives That Work

No. RFC 8259 and ECMA-404 define strict JSON without comments. Fix VS Code errors with JSONC, JSON5, _comment fields, or safe comment stripping.

2026-04-13JSON#JSON#JSONC

Curl Pretty Print JSON: jq, Python, and a No-Upload Browser

Format curl JSON output with jq, python -m json.tool, or a no-upload browser when jq isn't installed. Covers curl -i headers and copy-paste one-liners.

2026-04-10JSON#curl#JSON

Best JSON Viewer/Formatter Chrome Extension 2026

We installed and measured seven Chrome JSON viewer and formatter extensions: only two auto-formatted a 10 MB file. Permissions, size and source compared.

2026-03-25Chrome extension#Chrome extension#JSON

Chrome Extension to Convert JSON, YAML & CSV

A Chrome extension that converts YAML, CSV, Markdown and HTML as well as formatting JSON, from the toolbar. No host permissions, everything runs locally.

2026-03-20Chrome extension#Chrome Extension#JSON

formatarc — Format JSON, YAML & CSV from the Terminal (npm / npx)

Run npx formatarc to format JSON, convert YAML, CSV, Markdown, and HTML from your terminal. Import it as an API in Node.js projects — no browser needed.

2026-03-20CLI#JSON#YAML

JSON Pretty Print — Free Online JSON Formatter, jq & Code Examples (2026)

Pretty-print JSON online in your browser, or format it from the terminal with jq and Python. Free JSON formatter with JSON.stringify examples and parse error fixes.

2026-03-20JSON#JSON#formatting

How to Write JSON: A Complete Syntax Guide

Learn the correct way to write JSON with examples for every data type, nesting patterns, and common mistakes to avoid.

2026-03-20JSON#JSON#syntax

What is JSON? Syntax, Data Types, and Real-World Uses (2026 Guide)

What is JSON: a 2026 beginner-to-practitioner guide covering syntax, data types, real-world uses (Web APIs, config files, npm), with a quick-reference table for common patterns.

2026-03-20JSON#JSON#beginners

YAML vs JSON in 2026: 7 Key Differences and When to Use Each

YAML vs JSON in 2026: compare comments, types, anchors, speed, LLM token cost, and pitfalls. Choose YAML for config, JSON for APIs.

2026-03-19YAML#YAML#JSON

JSON Parse Error: 5 Causes and Fixes for Unexpected Token

Fix JSON parse errors fast: unexpected token u/o, position 0, BOM, trailing commas, unexpected end of JSON input. Debug safely in your browser — no upload.

2026-03-18Troubleshooting#JSON#errors

Convert YAML to JSON — Python, yq, Browser (Avoid 8 Gotchas)

Convert YAML to JSON three ways: Python one-liner, yq CLI, and browser tool (no upload, no install). Covers 8 conversion gotchas (Norway problem, multi-document YAML, anchors expansion, comments lost), NDJSON streaming, and CI/CD automation.

2026-03-17YAML#YAML#JSON

Convert CSV to JSON — Browser, Python, Node, Go, Miller (No Upload)

Convert CSV to JSON in your browser without uploading data, or with Python, Node.js, Go, Miller, and csvkit. Covers 5 output shapes (NDJSON, nested, keyed), type inference, Shift-JIS/UTF-8 encoding, and large-file streaming.

2026-03-16CSV#CSV#JSON

Convert JSON to YAML — Kubernetes, Docker Compose, Ansible (Browser & CLI)

Convert JSON to YAML for Kubernetes manifests, Docker Compose, Helm values, and Ansible playbooks. Browser tool (no upload), yq, Python, Node.js, Go. Preserves key order, handles block scalars, multi-document output, string quoting, and the Norway problem.

2026-03-15JSON#JSON#YAML