squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

json-streaming-parser for xml? #21

Closed glown closed 5 years ago

glown commented 6 years ago

I've use your json streaming parser a couple of times so I'm comfortable using it. I have a new need to parse an xml doc -- very close to json, but not quite. Would I be crazy trying to use the json streaming parser on an xml doc, or would it be somewhat straightforward?