JsonDock
Everyday utilities in one place
JSON FormatterHOTJSON MinifierJSON ValidatorJSON Escape
Base64 CodecHOTURL CodecHTML EntityMD5 Hash
String EscapeRegex TesterHOTText DiffWord Count
CSS FormatterColor ConverterHOTImage to Base64Timestamp Converter
SEO Guides

Developer tool guides

These guides turn common JsonDock tools into repeatable workflows so you can move faster across formatting, minifying, validating, and regex debugging.

How to use a JSON Formatter to inspect API payloads faster

Learn when to start with JSON Formatter, how to read payloads more clearly, and how to move from formatting to validation or minifying.

JSON FormatterJSON ValidatorJSON Minifier
JSON formatting vs minifying: when to use each step

Understand when to optimize for readability, when to shrink payload size, and why formatting usually comes before minifying.

JSON FormatterJSON MinifierJSON Validator
Common regex examples developers use all the time

From extracting numbers to testing simple validation rules, these regex examples show how to get more value out of a Regex Tester before you write code.

Regex TesterString EscapeText Diff
Timestamp conversion examples for seconds, milliseconds, and readable dates

Learn the most common timestamp conversion patterns so you can quickly tell seconds from milliseconds, compare UTC with local time, and move between date strings and timestamps with less confusion.

Timestamp ConverterJSON FormatterWord Count
Common Base64 encoding use cases developers run into

Learn where Base64 is useful in APIs, image embedding, and transport-safe text conversion, and where it should not be treated as encryption.

Base64 CodecImage to Base64URL Codec