Check it out here. | Read this for more information. | Web UI available here (can convert JSDN to JSON) | Benchmark Please note that JSDN is in its early stages. It might (actually, will) have bugs. Examples Web UI 'Default' Mafia theme [generated with JSDN.stringify]
Good work on making JSON markup even more practical, makes it a tad less annoying to write up. I might use it sometime, grats.
Thanks. Keep in mind though that because it's in very early stages, so your code (JSDN) might break when you use newer version. Bonus: Spoiler # Interface vepix vepix{ common: "self", # Role priority priority: 1 # Etc }; vepix1: vepix; vepix1.priority: 2; => Spoiler { "vepix": { "common": "self", "priority": 1 }, "vepix1": { "common": "self", "priority": 2 } }