JSON formatter
Format, minify, validate and explore JSON without losing large integer precision.
jsonGenerate up to 100 random UUID v4 identifiers using browser cryptography. Choose uppercase, copy or download without saving or uploading results.
Uses crypto.randomUUID to generate up to 100 v4 UUIDs. UUIDs are identifiers and should not be used as access credentials.
5Expect five UUID lines, with different values each run. The third hyphen-separated group of a v4 UUID begins with 4.
Random UUID collisions are very unlikely, but not mathematically impossible. Use database uniqueness constraints where the application needs them.
UUIDs identify objects and should not be used as access credentials. Use the password generator for passwords and manage credentials according to the authentication system.
crypto.randomUUID requires a secure context. The production site uses HTTPS; some development environments or older browsers may not expose the API.