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 Found

[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

Re: [swift-corelibs-dev] swift-corelibs-dev Digest, Vol 1, Issue 18

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