Sorry, forgot to include the link:
http://zserge.com/jsmn.html
> On 4 Dec 2015, at 13:33, swizzlr wrote:
>
> I would like to begin work on implementing NSJSONSerialization. I believe
> that to get this up and running quickly, it would be prudent to vendor jsmn
> () within Found
I would like to begin work on implementing NSJSONSerialization. I believe that
to get this up and running quickly, it would be prudent to vendor jsmn ()
within Foundation so we can quickly provide an implementation which will be
crucial to web server support, instead of writing our own tokenizer
While I totally agree that that is a great long term goal, getting Swift
running JSON parsing on the server as fast as humanly possible is a priority
for many people. Would it be acceptable to vendor a minimal JSON tokenizer like
jsmn to handle the brunt of the implementation, until such time as