noyaml VS hjson

Compare noyaml vs hjson and see what are their differences.

noyaml

A silly emotional rant about the state of devops tooling/the infrastructure sector in 2018. #noyaml.com (by ghuntley)
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
noyaml hjson
12 7
479 2,719
2.7% 0.6%
4.4 3.0
12 days ago 3 months ago
CSS HTML
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

noyaml

Posts with mentions or reviews of noyaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-12.

hjson

Posts with mentions or reviews of hjson. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-08.
  • JSON5 – JSON for Humans
    21 projects | news.ycombinator.com | 8 Dec 2024
    There's also HJSON, which stands for Human JSON.

    https://hjson.github.io/

    It has implementations in JavaScript, C#, C++, Go, Java, Lua, PHP, Python, Rust.

  • Better Dotfiles
    5 projects | news.ycombinator.com | 6 Sep 2024
    The JSON hiccup occured to me - I don't have any JSON dotfiles but I guess I'd store it as hjson (https://hjson.github.io/) and add a conversion step.

    Symlinking a directory - admittedly didn't come up for my dotfiles, maybe `.ln` files with a similar format in dir roots.

    Commands - yes, I still keep a set of shell scripts alongside my config files.

  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    HJson https://hjson.github.io seems a nice 'in-between' between YAML and JSON without the indentation-based syntax, so closer to the JSON side but with comments and less quotes.

    What I don't really get is why the cloud providers / tooling implementors have never drafted up a "YAML-light" that just throws out the rarely-used headache-inducing syntax elements.

  • That's a Lot of YAML
    14 projects | news.ycombinator.com | 28 Sep 2023
    Hjson is very similar to JSON5 but allows quotes to be dropped and can use newlines instead of commas. There are implementations for a lot of different languages, I myself contributed the C++ implementation. I wanted something smaller than Yaml but more lax than JSON, found Hjson to suit my needs perfectly.

    https://hjson.github.io/

  • The real reason JSON has no comments
    6 projects | /r/ProgrammerHumor | 16 May 2023
    JSONs make terrible config files. If you want to use json-like syntax for config, use hjson instead. It's basically json, but changes it slightly so it better matches human expectations.
  • The YAML Document from Hell
    19 projects | news.ycombinator.com | 12 Jan 2023
    ```

    YAML and JSON succeeded because they had a clean and predictable, no-nonsense mapping between encoding and object-model after decoding. Probably we should all switch to an almost-yaml format that does away with the peculiarities, and the FANG companies would have the momentum to make that happen.

    I personally would like for HJSON (https://hjson.github.io) to see more adoption, but that train has passed...

  • Why?
    2 projects | /r/ProgrammerHumor | 7 Sep 2022
    There’s also json-c and Hjson.

What are some alternatives?

When comparing noyaml and hjson you can also consider the following projects:

PyYAML

yj - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

sexp - S-expression swiss knife

json2jsii - Generates jsii-compatible structs from JSON schemas

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured

Did you know that CSS is
the 16th most popular programming language
based on number of references?