Re: [swift-corelibs-dev] Third party license compatible libraries for JSON

2015-12-04 Thread swizzlr
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 Foundation so we can

[swift-corelibs-dev] Third party license compatible libraries for JSON

2015-12-04 Thread swizzlr
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