Skip to content

Commit

Permalink
Update hjson link (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lau authored May 11, 2024
1 parent b19b432 commit 6f23fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ NOTE: You must ensure that the data type (e.g. Object, Array or String) for the

Hjson is a syntax extension to JSON. It is intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine. That means you can use it to parse JSON files but it is not intended as a replacement.

You can check [Hjson's homepage](https://hjson.org) to get familiar with it and you can [try out its syntax](https://hjson.org/try.html).
You can check [Hjson's homepage](https://hjson.github.io/) to get familiar with it and you can [try out its syntax](https://hjson.github.io/try.html).

Main features:

Expand Down

0 comments on commit 6f23fff

Please sign in to comment.