Hjson, the Human JSON. A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. { # specify rate in requests/second (because comments are helpful!) rate: 1000 // prefer c ...
Validate JSON. The library rejects invalid JSON in most cases, but it is not designed as a strict JSON validating parser. Support more JSON features. The library intentionally does not provide bean ...