hjson VS cdk8s

Compare hjson vs cdk8s and see what are their differences.

cdk8s

Define Kubernetes native apps and abstractions using object-oriented programming (by cdk8s-team)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hjson cdk8s
5 48
2,629 4,145
0.5% 1.5%
4.8 9.7
23 days ago 1 day ago
HTML JavaScript
MIT License Apache License 2.0
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.

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-01-23.
  • 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.

cdk8s

Posts with mentions or reviews of cdk8s. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-02.

What are some alternatives?

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

noyaml - A silly emotional rant about the state of devops tooling/the infrastructure sector in 2018. #noyaml.com

helmfile - Deploy Kubernetes Helm Charts

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

Pulumi - Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

LIBUCL - Universal configuration library parser

terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform

www.yaml.org - The yaml.org website

aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

cuetorials.com - Learn you some CUE for a great good!

jsonnet - Jsonnet - The data templating language

json2jsii - Generates jsii-compatible structs from JSON schemas

kubernetes-the-hard-way - Bootstrap Kubernetes the hard way. No scripts.