Developer tool guides
These guides turn common JsonDock tools into repeatable workflows so you can move faster across formatting, minifying, validating, and regex debugging.
Learn when to start with JSON Formatter, how to read payloads more clearly, and how to move from formatting to validation or minifying.
Understand when to optimize for readability, when to shrink payload size, and why formatting usually comes before minifying.
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.
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.
Learn where Base64 is useful in APIs, image embedding, and transport-safe text conversion, and where it should not be treated as encryption.