sbjson
SBJSon dont like [ ] chars in Json string
I noticed SBJson failed to decode this json string: [{\"JNAME\":\"VERSION\",\"DATE\": \"20111012\",\"TIME\": \"145020\"}][详细]
2023-04-12 23:03 分类:问答How can I write data from an NSDictionary to a SQLite database? [duplicate]
This question already has answers here开发者_Go百科: Closed 11 years ago. Possible Duplicate: separating keys and objects from NSMutable dictionary and use the values in insert command of sqli[详细]
2023-04-12 02:51 分类:问答Can I minimize the number of objects used in this SBjson code?
The response I receive from the server is formatted as such: { \"Data\":{ \"Key\": \"Value\" ... }, \"Key\": \"Value\"[详细]
2023-04-11 22:32 分类:问答ASIHTTPRequest and ASINetworkQueue and JSON Parsing
// //RootViewController.m //JsonPetser33 // //Created by ME on 9/26/11. //Copyright 2011 __MyCompanyName__. All rights reserved.[详细]
2023-04-08 11:06 分类:问答SBJSONParser on large integer
I\'m using json-framework to parse JSON data in an iPhone project. But there\'s a large number in the json data, such as 10432159274, it will make NSNumber overflow. In the SBJsonParser.h, the doc say[详细]
2023-04-08 10:39 分类:问答Stig JSON library parse error: How do you accommodate new lines in JSON?
I have some xml that is coming back from a web service.I in turn use xslt to turn that xml into json (I am turning someone else\'s xml service into a json-based service). My service, which is now outp[详细]
2023-04-07 03:27 分类:问答SBJsonParser JSONValue failed. Error is: Illegal start of token
I am trying to get an exchange rate from the iGoogle Calculator.I have successfully run a NSURLConnection and built up the result in an NSData via:[详细]
2023-04-06 10:54 分类:问答JSON: how to deal with double quotations?
I\'m using SBJson to parse by JSON string. Some requests return somethink like this: { \"jsonResponse\":[{[详细]
2023-04-04 18:34 分类:问答Replace tab in NSString with \t
I\'m parsing json with SBJson. I receive an error \"-JSONValue failed. Error is: Unescaped control character [0x09]\" when parsing my json string, it has unen开发者_运维技巧coded tab. How to replace t[详细]
2023-04-04 07:08 分类:问答Parsing large quantities of JSON data in iOS
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 开发者_Go百科crashes.[详细]
2023-04-02 15:21 分类:问答