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_ID

Note: 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.

ToolCapabilities
JSONFormat, Minify, Tree View, Convert to CSV/XML/YAML
XMLFormat, Validate, Convert to JSON
YAMLValidate, Format, Convert to JSON
JWTDecode Headers & Payloads (Client-side only)
UUIDGenerate v4 UUIDs in bulk
Base64Encode/Decode text and files