Javascript is required
Technical guides and resources

Developer Tools, Resources and Practical Guides

Focused on JSON, data conversion, encoding, security and frontend development

This hub connects Tiny's Tool utilities with practical guides and reviewed software or website resources. Each recommendation should explain its purpose, audience, limits, pricing status and review date.

Article Picks

Technical guides and troubleshooting organized around verifiable problems.

View all
Pitfalls2026-07-28·8 min read

Large Integers in JSON: JavaScript Precision Limits and Fixes

Learn why valid JSON integers can be rounded when parsed into JavaScript Number values, and apply string contracts, BigInt conversion, and safe serialization without losing digits.

JSONJavaScriptNumberBigInt精度丢失
Visit Official Site ->
Troubleshooting2026-07-28·10 min read

JSON.parse Unexpected Token: 8 Causes and a Reliable Debugging Flow

Debug JSON.parse syntax failures by inspecting the raw response, input type, error position, and JSON grammar. Covers HTML responses, double parsing, trailing commas, escaping, invalid numbers, and truncated payloads.

JSONJSON.parseSyntaxErrorUnexpected token调试
Visit Official Site ->
Performance2026-07-28·13 min read

Rendering Large JSON with Web Workers and Virtual Lists

Separate file reading, UTF-8 decoding, JSON parsing, worker messaging, and DOM costs. Keep full data in a worker, return viewport slices, and render them with a Vue 3 fixed-height virtual list.

JSONWeb Worker虚拟列表大文件Vue 3
Visit Official Site ->
Pitfalls2026-07-28·9 min read

Why Backslashes Multiply in Nested JSON: Layered Escaping and Parsing

Separate in-memory objects, JSON text, embedded JSON strings, and JavaScript source literals. Learn the one-stringify/one-parse-per-layer rule and avoid destructive backslash replacements.

JSON转义反斜杠JSON.stringify嵌套 JSON
Visit Official Site ->
Concepts2026-07-28·7 min read

JSON Unicode Escapes: \uXXXX, Surrogate Pairs, and UTF-8

Understand why JSON \uXXXX represents UTF-16 code units, why emoji require surrogate pairs, how native Unicode and escaped text compare, and how to convert and validate safely.

JSONUnicodeUTF-16UTF-8代理对
Visit Official Site ->
Best practices2026-07-28·6 min read

JSON over HTTP: Choosing Gzip, Brotli, and Streaming

Separate JSON minification and escaping from HTTP Content-Encoding, then choose Gzip, Brotli, pagination, or NDJSON with a verifiable browser streaming example.

HTTPContent-EncodingGzipBrotliNDJSON
Visit Official Site ->

Developer Tools, Resources and Practical Guides

This hub connects Tiny's Tool utilities with practical guides and reviewed software or website resources.

Each recommendation should explain its purpose, audience, limits, pricing status and review date.