{ } JSONDock 中文

JSONDock Guides

Better ways to work with JSON.

Practical explanations, reproducible examples, and privacy-conscious workflows for developers who need to inspect real JSON—not just make it look pretty.

JSON syntax · 8 min read

5 JSON documents that look broken but parse fine

Top-level scalars, scientific notation, 1e999, unicode escapes, and duplicate keys—every case reproduced with real output.

Read the guide →
AI · 9 min read

Why AI-generated JSON is broken—and how to repair it

Reproduce the failures LLMs produce—trailing commas, comments, truncation—and see how deterministic repair fixes them without re-prompting.

Read the guide →
Featured · 9 min read

What is JSONDock? A private, lossless JSON workspace

See how repair, media previews, exact large numbers, and a focused interface make everyday JSON debugging clearer.

Read the guide →
JavaScript · 8 min read

Why JSON.parse loses precision with large integers

Reproduce silent rounding beyond Number.MAX_SAFE_INTEGER and compare strings, BigInt, and lossless parsing solutions.

Read the guide →