Skip to content

jsson-lang/jsson-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSSON

JSSON Banner

JavaScript Simplified Object Notation – A human-friendly syntax that transpiles to JSON, YAML, TOML, and TypeScript.

License: MIT VS Code Extension


Overview

This repository contains the official applications that power the JSSON ecosystem.
It includes the website, documentation platform, and the online playground used for experimenting with the language.

These applications are separated from the core compiler to keep the language implementation isolated, stable, and maintainable.


Contents

The repository is structured as follows:

  • www/
    Public-facing website for JSSON, including landing pages and product information.

  • docs/
    Documentation built with Next.js (Fumadocs), including guides, references, and LLM-optimized text exports.

  • playground/
    A web-based environment that allows users to write and transpile JSSON directly in the browser.

Additional applications may be added over time as the ecosystem evolves.


Development

All applications inside this repository use modern web technologies such as:

  • Next.js (App Router)
  • Fumadocs
  • TypeScript
  • Tailwind CSS
  • Vercel for deployments

Each application has its own configuration, environment variables (if needed), and build instructions.
Refer to the respective folder's README for specific setup details.


Contributing

Contributions to the apps are welcome.
If you want to work on the compiler or the JSSON language itself, refer to the main repository instead:

https://github.com/jsson-lang/jsson


License

This repository is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages