Documentation
Learn how to use Aura's tools and mock API features.
Introduction
Aura is a suite of developer utilities designed to make formatting, validating, and sharing code easier. Whether you are debugging a JSON response, converting XML to YAML, or needing a quick mock API, Aura has you covered.
Key Features
Universal Sharing
Share any code snippet with a unique, permanent link.
Mock API
Turn any shared JSON or XML into a live GET endpoint for testing.
Data Conversion
Instantly convert between JSON, XML, YAML, and CSV.
Mock API Usage
Aura allow you to use your shared snippets as a read-only API. This is perfect for mocking backends during frontend development.
GET Request
aura.vamc.dev/api/share?id=YOUR_IDNote: The API returns raw content with the correct Content-Type header (application/json, application/xml, etc).
Tools Reference
A quick overview of supported tools and capabilities.
| Tool | Capabilities |
|---|---|
| JSON | Format, Minify, Tree View, Convert to CSV/XML/YAML |
| XML | Format, Validate, Convert to JSON |
| YAML | Validate, Format, Convert to JSON |
| JWT | Decode Headers & Payloads (Client-side only) |
| UUID | Generate v4 UUIDs in bulk |
| Base64 | Encode/Decode text and files |