JPJson icon indicating copy to clipboard operation
JPJson copied to clipboard

A JSON Framework for Objective-C and C++

Results 4 JPJson issues
Sort by recently updated
recently updated
newest added

I'm pulling gzipped data from the internet, and call `[parser parseBuffer:data]` in `didRecieveData:` method. It works super fast on my desktop/simulator. But I've notice tons of memory leaks on the...

This JSON library is incredibly useful, but developers currently need to copy it to their projects to use it. Any plans on adding a podspec for CocoaPods?

enhancement

The implementation uses a private class implementing a synchronous queue. This one might be useful for clients. Thus, I'm thinking about making a robust Objective-C implementation.

enhancement

When parsing a JSON document, oftentimes one is not interested in the complete JSON representation returned as a hierarchy of objects. A _json-path filter_ could be used to specify a...

enhancement