Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Hjson

< >

Hjson is an open source data notation created in 2014 by Christian Zangl.

Source code:
git clone https://github.com/hjson/hjson
#219on PLDB 10Years Old

Hjson, a user interface for JSON


Example from the web:
{ # hash style comments # (because it's just one character) // line style comments // (because it's like C/JavaScript/...) /* block style comments because it allows you to comment out a block */ # Everything you do in comments, # stays in comments ;-} }

Language features

Feature Supported Token Example
MultiLine Comments ✓ /* */
/* A comment
*/
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io