Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Hjson

< >

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

#274on PLDB 10Years Old
Download source code:
git clone https://github.com/hjson/hjson
Homepage · Source Code

Hjson is a syntax extension to JSON. It's NOT a proposal to replace JSON or to incorporate it into the JSON spec itself. It's intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine.


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 Example Token
MultiLine Comments ✓ /* A comment */ /* */
Comments ✓ # A comment
Line Comments ✓ # A comment #
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0