beryllium / yaya

Yet Another Yet Another Markup Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaya

Yet Another Yet Another Markup Language

Yaya is JSON but with support for trailing commas and comments.

Example:

This is a valid Yaya file:

// example.yaya
{"key": "value",/* and now, an array */"key2": ["value1", "value2",]}, // trailing comment

Parsers

JavaScript

About

Yet Another Yet Another Markup Language

License:MIT License