📚 Terry Mcginnis
Another serialization format appears amzn.github.io/ion...
👨🏻💻 Moroni
The .NET implementation is really bare bones. Unless someone creates a wrapper around it, it will never get traction. But the format itself has some really interesting features. I wish I had the motivation to create that wrapper myself... :)
📚 Terry Mcginnis
Then you should do it and see what happens.
🤘 Matt Pope
Neat, it uses ANTLR
📚 Terry Mcginnis
Always been meaning to invest more time in learning ANTLR so good to know I can use this as an example.
🤔 David
Reminds me of some of the redbook research papers describing reinvention of various serialization formats and their general failures (JSON, XML, etc.)--reference: redbook.io
📚 Terry Mcginnis
Didn't know about redbook.io. Thanks for the reference.