Re: Euphoria JSON parser
- Posted by ghaberek (admin) Oct 16, 2015
- 2798 views
So it's been like six months since I did this. Any thoughts on merging this into the trunk for 4.1 release? Is this a sufficiently "Euphoria" approach to handling JSON? I would like to start work on building Mini-XML into Euphoria as well. I think it is sufficiently small enouch (like JSMN) to be embedded into the interpreter directly and exposed through machine_func(). Mini-XML has about 70 functions whereas JSMN had only two, but when compiled into a shared library, Mini-XML is only about 70 KB. I guess I'm just looking for input on moving forward with this effort.
-Greg