jsonkit Questions
4
Solved
I need to build a java based JSON data API that will be accessed from mobile devices: Android, Iphone... I have narrowed down to these:
Server side data api - gson/jackson lib (pojo to json)
Andr...
Siloxane asked 25/10, 2011 at 16:22
3
Solved
Anyone have idea how to serialize nested JSON based on NSObject class? There is a discussion to serialize simple JSON here , but it is not generic enough to cater complex nested JSON.
Imagine this...
Ragg asked 19/2, 2013 at 13:35
2
Solved
I get warning when I run my app in iOS7 "'isa' is deprecated", I don't have any idea how to fix this warning message. Please any one help on this.
array->isa = _JKArrayClass;
3
I pulled the code from
http://www.bonto.ch/blog/2011/12/08/json-libraries-for-ios-comparison-updated/ and tested it on my local machine.
I was surprised by the results and NSJSonSerialization ga...
3
Solved
Looking for an example of how to post json with AFHTTPClient. I see that there is a postPath method which takes an NSDictionary and the AFJSONEncode method returns an NSData. Is there an easy way t...
Preference asked 11/12, 2011 at 22:36
2
Solved
Using JSONkit for a project that is ARC enabled, and having issues. I flagged the files appropriately as -fno-objc-arc and tried a build, but it is still throwing errors like ARC is enabled. Any id...
Intelligencer asked 28/3, 2013 at 22:8
2
Solved
I noticed with with the latest update to XCode (4.6), I was given a warning about a couple of lines in JSONKit.m. Specifically, lines that set the class of an object:
dictionary->isa = _JKDicti...
Baroness asked 20/2, 2013 at 17:33
2
Solved
I tried this using Jsonkit and Apple's JSON serializer with no luck. It keeps breaking on the geo property, which is an nsarray of NSNumbers.
Post* p = [[Post alloc] init];
p.uname = @"mike";
p...
Exteroceptor asked 13/12, 2011 at 18:19
2
Solved
According to these comments, JSONKit does not support ARC, and not even running with fobjc-no-arc setting in an ARC environment:
https://github.com/johnezang/JSONKit/issues/37
3
Solved
Upon importing the JSONKit.h and JSONKit.m files into my project , i get the following errors. I have browsed and browsed but none seems to have encountered these problems ?
All i did was import...
2
Solved
I am trying to parse a JSON array returned by a RESTful web API that looks similiar to the following (using JSONKit):
[ { "DateCreated" : "/Date(1320296400000)/",
"ID" : 1,
"Summary" : "Summary ...
1
© 2022 - 2024 — McMap. All rights reserved.