1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Update hjson.html.markdown

Co-authored-by: Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com>
This commit is contained in:
MrTeferi
2022-08-08 10:37:20 -05:00
committed by GitHub
parent 4a4d5fda81
commit 393da8e16f

View File

@@ -8,7 +8,7 @@ lang: en
Hjson is an attempt to make [JSON](https://learnxinyminutes.com/docs/json/) more human readable. Hjson is an attempt to make [JSON](https://learnxinyminutes.com/docs/json/) more human readable.
HJSON is a syntax extension to JSON. 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 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, It's intended to be used like a user interface for humans,
to read and edit before passing the JSON data to the machine. to read and edit before passing the JSON data to the machine.