Comment by paulmooreparks
4 days ago
I've been working on an alternative to JSON called XferLang, and along with that a "CLI construction kit" that will let the user create a CLI for interacting with RESTful APIs (and, eventually, more).
https://github.com/paulmooreparks/Xfer https://github.com/paulmooreparks/Xfer/tree/master/ParksComp...
Seems interesting tough more complicated. In json you can't have multi line strings? Does your format supports it?