SaaSHub helps you find the best software and product alternatives Learn more →
Hujson Alternatives
Similar projects and alternatives to hujson
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
set
Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go types.
-
jsonschema-key-compression
Compress json-data based on its json-schema while still having valid json
-
-
-
-
typeconf
Make small changes without deploying your app. Define feature flags, prompts, or any experiments right in Typescript!
-
ason
ASON is a data format that evolved from JSON, introducing strong data typing and support for variant types.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
hujson discussion
hujson reviews and mentions
- JSON5 – JSON for Humans
JWCC literally stands for JSON With Commas and Comments.
JWCC is also what Tailscale call HuJSON, as in "JSON for Humans", which as amusingly also what json5 claims to be.
https://github.com/tailscale/hujson
- JSON for Humans (JWCC: JSON with comments and trailing commas)
- Ron: Rusty Object Notation
That, and comments!
Personally, I really hope Human JSON, https://github.com/tailscale/hujson , will take over!
- Unmarshal text with Go reflection - usage and internals of a library for line-oriented text
I also like the approach that the hujson library takes, where everything is a type Literal []byte and you can call (Literal).Bool(), (Literal).String(), (Literal).Int() or (Literal).Float() on it and it gives you the corresponding value out of it (or the zero value). So kinda like dynamic variables that can store anything.
- Internet Object – A JSON alternative data serialization format
One of the variants that permit comments: https://github.com/tailscale/hujson
- HuJSON - JSON for Humans (comments and trailing commas)
- Tailscale/hujson: HuJSON: JSON for Humans (comments and trailing commas)
- A note from our sponsor - SaaSHub www.saashub.com | 24 Dec 2025
Stats
tailscale/hujson is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of hujson is Go.