- JSON Formatter/Viewer
Format, minify, visualize and validate JSON.
- JSON Diff
Compare two JSON objects.
- JSON Schema Validator
Validate JSON schema online
- Base64 Encode/Decode
Encode and decode Base64.
- URL Encode/Decode
Encode and decode URL.
- UUID Generator v4 / v1
Generate UUIDs in v4 and other versions.
- Text Hash
Generate cryptographic hashes from your text input using a wide variety of algorithms.
- File Hash
Generate cryptographic hashes from your file using a wide variety of algorithms.
- JWT Decoder & Validator
Decode and validate JSON Web Tokens.
- CSV Viewer
View CSV data in a table.
- CSV to JSON Converter
Convert CSV to JSON.
- JSON to CSV Converter
Convert JSON to CSV.
Articles tagged with go
Learn how to decode and verify JSON Web Tokens (JWTs) in GoLang with this comprehensive guide.
Learn how to create and work with enums in Go, even though the language does not have built-in enum support.
Learn about Golang generics, understand the concept of generic functions and types, and explore examples of how to use them.
Learn how to use Golang for loop and different methods of iteration in Go through examples.
Learn about Golang switch statements with examples, covering basic syntax, multiple case values, and switch statements with no expression.
Learn how to work with dates and time in Golang with practical examples, including creating, formatting, arithmetic, and timezone operations.
Learn how to convert between common data types in Go, with a focus on integer and string conversions.