Skip to content

tron-format/tron-format.github.io

Repository files navigation

TRON Format Website

CI License: MIT

This repository contains the source code for the official website of TRON (Token Reduced Object Notation).

See the website at https://tron-format.github.io/.

Check out the Playground in the website to try out TRON with your own data!

What is TRON?

TRON is a data serialization format that extends JSON. It is designed to be more compact by allowing the definition of "classes" (schemas) for objects, reducing the repetition of property names. TRON is a superset of JSON, meaning any valid JSON is also valid TRON.

For a full technical explanation, please refer to the Specification.

Website Features

The website provides:

  • Specification: The complete documentation of the TRON format.
  • Playground: An interactive editor to experiment with TRON, convert between TRON and JSON, and compare token counts.
  • SDKs: Information on supporting libraries for different programming languages.

Development Setup

To run this project locally:

  1. Install Dependencies

    pnpm install
  2. Start Development Server

    pnpm dev
  3. Build for Production

    pnpm build
  4. Preview Production Build

    pnpm preview

License

MIT License © 2025-PRESENT Tim Huang

About

Official website for the TRON (Token Reduced Object Notation) format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages