Earlier quoted context omitted.
That's neat, but I'm much more intrigued by your Concise Encoding project[1]. I see that it only has a single Go reference implementation that hasn't been updated in 3 years. Is the project still relevant? Thanks for sharing your work! [1]: https://concise-encoding.org/
Thanks! I'm actually having second thoughts with Concise Encoding. It's gotten very big with all the features it has, which makes it less likely to be adopted (people don't like new things). I've been toying around with a less ambitious format called ORB: https://github.com/kstenerud/orb It's essentially an extension of BONJSON (so it can read BONJSON documents natively) that adds extra types and features. I'm still…
Your extensions of JSON with comments, hexadecimal notation, optional commas, etc is useful though (my own program to convert JSON to DER does treat commas as spaces, although that is an implementation detail).