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 ...
An elegant and efficient JSON library for embedded systems. It's designed to have the most intuitive API, the smallest footprint and is able to work without any allocation on the heap (no malloc). I ...