moseschrute@lemmy.worldtoTechnology@lemmy.world•I Ditched the Algorithm for RSS—and You Should Too - Joey's Hoard of StuffEnglish
1·
10 hours agoBut a lot of languages have native support for parsing JSON without the need for a library. When it’s handled by the language, it’s more likely to be done to spec, doesn’t increase bundle size (if that matters to you), and will be considered as updates to the language are made.
Idk maybe I’m wrong. I worked for a news outlet for a couple years and I just remember generating and parsing XML to be more work then generating a JSON feed.
It’s not even just parsing. I just remember crawling the parsed JSON tree to not be as nice as navigating a JSON object.