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

YAML vs Markdown vs JSON vs CSV: Data Format Comparison

Compare YAML vs Markdown, JSON, and CSV in one page: decision matrix, feature comparison, comment support, parser ecosystem, LLM context guidance, and the same data shown in all four formats.

2026-06-18JSON#JSON#YAML

JSON Trailing Comma: Find the Line, or Switch to JSONC

One comma before } or ] breaks the parse. Compare the Node.js and Python messages, find the line in a browser-only formatter, and check which of JSONC and JSON5 still accept it.

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

"Comments are not permitted in JSON" means the file is being parsed as strict JSON — RFC 8259 and ECMA-404 both exclude them. Fix it with JSONC, JSON5, a _comment field, or comment stripping.

2026-04-13JSON#JSON#JSONC

Curl Pretty Print JSON: jq, json.tool, formatarc CLI & Browser

Format curl JSON output with jq, python -m json.tool, the formatarc CLI, or a no-upload browser. Covers curl -i headers, non-ASCII output, and copy-paste one-liners.

2026-04-10JSON#curl#JSON

Best JSON Viewer & Formatter Chrome Extensions (2026): 7 Tested

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 valid JSON syntax for strings, numbers, arrays, objects and nesting. Fix trailing commas, comments, quote errors and locate parse errors by line number.

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: Four Parsers, Four Different Answers (2026)

The same YAML through js-yaml, PyYAML and ruamel.yaml lands as different JSON. See the measured table, plus comments, types, anchors, speed, LLM token cost, and when to choose each format.

2026-03-19YAML#YAML#JSON

JSON Parse Error: 5 Causes and Fixes for Unexpected Token

Fix JSON parse errors fast: "undefined" is not valid JSON, "[object Object]" is not valid JSON, and the older unexpected token u/o at position 0 wording. In-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