- 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 actions
Learn how to use the Github Actions checkout feature to automate tasks in your development cycle.
In this tutorial, learn how to set up and test GitHub Actions locally to streamline your development process and enhance your CI/CD workflows.
Learn how to use matrix with Github Actions to create efficient and dynamic workflows across multiple environments.
Learn how to effectively set environment variables in GitHub Actions with this detailed and informative tutorial.
Learn how to automatically update submodules in your projects using GitHub Actions.