@wallhackio i feel a margo Take coming on this one lol
@aescling that was a desired outcome tbh
@wallhackio @aescling tree based structures are for cowards both JSON and XML are bad for data
XML is better for markup
@wallhackio @aescling JSON is best used for closed APIs with known parameters, where a tight binding exists between the three schemas (see <https://en.wikipedia.org/wiki/Three-schema_approach>)
when these things diverge JSON becomes less and less desirable
@wallhackio @aescling there are thing which are very easy to do on s-expressions or in XML which are a pain in the ass to do with JSON and those things are basically all of the nature “convert this structure into that structure”
strong argument for just deserializing into a lisp, transforming, and serializing back, and that makes one wonder why you aren’t just using a lisp as your structure to begin with