Top "Jsonkit" questions

A Very High Performance Objective-C JSON Library, licensed under the terms of the BSD License

is there an example of AFHTTPClient posting json with AFNetworking?

Looking for an example of how to post json with AFHTTPClient. I see that there is a postPath method which …

afnetworking jsonkit
How do I JSON serialize an NSDate Dictionary in JSONKit

I tried this using Jsonkit and Apple's JSON serializer with no luck. It keeps breaking on the geo property, which …

objective-c ios json jsonkit
iOS: Serialize/Deserialize complex JSON generically from NSObject class

Anyone have idea how to serialize nested JSON based on NSObject class? There is a discussion to serialize simple JSON …

ios objective-c json generics jsonkit
Does JSONKit support ARC, or is there a fork that supports ARC?

According to these comments, JSONKit does not support ARC, and not even running with fobjc-no-arc setting in an ARC environment: …

iphone ios json jsonkit
Parsing JSON Array in iOS with JSONKit - array with no tag for ObjectForKey?

I am trying to parse a JSON array returned by a RESTful web API that looks similiar to the following (…

iphone ios json ipad jsonkit
Which json library to use on iphone to consume gson/jackson generated json

I need to build a java based JSON data API that will be accessed from mobile devices: Android, Iphone... I …

iphone json json-framework jsonkit