hujson icon indicating copy to clipboard operation
hujson copied to clipboard

HuJSON: JSON for Humans (JWCC: JSON w/ comments and trailing commas)

Results 7 hujson issues
Sort by recently updated
recently updated
newest added

Just to know: https://www.urbandictionary.com/define.php?term=Huj

The NewNames function produces a map of canonical names from a Go struct. It can be passed to Value.NormalizeNames to normalizes case-insensitive matches to a JSON object name to the...

Standardizer wraps an io.Reader that reads from a HuJSON stream and implements an io.Reader that reads back standard JSON. Unlike the Standardize helper function, it does not validate HuJSON. It...

To use the megalinter and linter in many IDEs is a release the json schema on https://schemastore.org required. https://github.com/SchemaStore/schemastore

enhancement

Would be great to get a version tag on this repo to avoid having a version ilke this in `go.mod` files of projects importing this repository: ``` github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a ```

I discovered that JetBrains IDEs support JSON5 and that appears to be compatible with HuJSON.

Hey all- we're updating our tailnet config to have a posture/ grant per production device on our network, since we have a load of devices, and we don't want to...