Guides
Practical guides for developer tools and repeatable technical workflows
BoxunBao guides connect browser tools, curated tags, and topic categories without generating large numbers of thin pages.
JSON Formatter Guide
guideLearn when to format JSON, how to inspect nested payloads, and how to avoid changing data while making it easier to review.
JSON Parse Error Guide
errorUnderstand common JSON parse errors, including missing commas, trailing commas, unescaped quotes, and invalid copied snippets.
Base64 Encode Decode Guide
guideUse Base64 encoding and decoding for safe inspection of text payloads, documentation examples, and lightweight developer workflows.
JWT Decoder Guide
guideDecode JWT header and payload data for debugging while keeping the signature verification boundary explicit.
Regex Tester Guide
guideTest regex patterns against realistic sample text, understand flags, and avoid shipping brittle text matching logic.
Cron Expression Guide
guideRead five-part cron expressions, review common schedules, and document scheduled jobs with fewer timing mistakes.