sbjson Questions

3

Can anyone tell me the difference between json and sbjson? What is the use of these two? Thanks
Flowery asked 19/7, 2012 at 7:58

7

How to serialize the following class in objective-c so that it can be used with SBJson? I get "JSON serialisation not supported for Animal" error when I use this code. Can someone point out where...
Backgammon asked 19/1, 2012 at 5:59

6

In my iPhone aplication I have a list of custom objects. I need to create a json string from them. How I can implement this with SBJSON or iPhone sdk? NSArray* eventsForUpload = [app.dataService....
Rebane asked 23/7, 2013 at 12:14

5

Where JSON_CATEGORY_DATA_URL_STRING is my feed URL, which returns fine as: [ { "group":"For Sale", "code":"SSSS" }, { "group":"For Sale", "category":"Wanted", "code":"SWNT" } ] I cannot...
Bachman asked 18/2, 2011 at 6:35

3

Solved

I'm starting a new project with SBJson parser, which people seem to recommend as the best on the internet for new iOS projects. I'm having a really strage issue which is that the current methods St...
Donavon asked 3/1, 2013 at 16:45

9

Solved

duplicate symbol _OBJC_METACLASS_$_SBJsonParser in: /Users/Gaditek/Library/Developer/Xcode/DerivedData/DietBet-gyhoyhmdrobtqregldjyixtgmize/Build/Intermediates/DietBet.build/Debug-iphonesimulator/...
Gangue asked 20/3, 2013 at 10:25

3

Solved

I currently have ShareKit in my project that is compiled as a static library. It is properly implemented. I also have implemented Amazon's AWS SDK by just adding their framework into my project. I...
Rochette asked 22/7, 2012 at 20:0

2

Solved

I have a JSON response from a web server that looks like this: {"success":true, "token":"123456"} and I want to use that in an if statement, and compare it with "YES". However, doing this doesn...
Eimile asked 25/11, 2011 at 8:10

4

i am getting this error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_ASIHTTPRequest", referenced from: objc-class-ref in FirstViewController.o "_OBJC_CLASS_$_SBJsonParser", referenc...
Wolsky asked 9/4, 2012 at 12:37

2

Solved

I'm trying to serialize an objc object with Json to send it to a server. That same server sends the following on GET for this object type: { "TypeProperties":[ {"Key":"prop 0","Value":"blah 0"...
Rohrer asked 1/8, 2012 at 18:8

4

I'm getting a large JSON string (11MB) from a web service. When I parse the data using JSONKit, my app reaches 70MB, I get memory warnings, and the app crashes. How can I parse this data?
Amoebaean asked 2/9, 2011 at 14:26

1

Solved

I am dealing with a weird behavior of XCode: dyld: Library not loaded: /Library/Frameworks/SBJson.framework/Versions/A/SBJson Basically it ignores my Runpath Search Path (LD_RUNPATH_SEARCH_PATHS...
Antigone asked 1/9, 2012 at 2:2

1

Solved

I'm using the AFNetworking Framework for iOS. I've subclassed AFHttpClient and are using it as a singleton, i.e. [TestAFClient sharedClient] I'm consuming an ASP.NET Web Service API that requires ...
Allegorist asked 29/3, 2012 at 21:18

1

Solved

I just cloned the git repository for the SBJson framework and imported the source code into my application. Ran a Static Memory profiler and got a little scared from the results I saw. See the pict...
Mushroom asked 25/3, 2012 at 5:22
1

© 2022 - 2024 — McMap. All rights reserved.