Questions tagged [sbjson]

Related to the SBJson Objective-C JSON parser/generator.

SBJson's homepage is at:

Source code available at:

Tests, containing useful examples:

Example app:

182 questions
-2
votes
2 answers

Using ARC library in non-ARC project

ARC technology isn't being used in my project. I'm trying to add SBJson library to it. I set -fobjc-arc flag for all files which have SBJson prefix, but during compilation process ARC semantic issue (Pointer to non-const type 'id' with no explicit…
-2
votes
4 answers

Parse complex JSON Data

I want to parse complex json data coming from server in following form: { "Data 1":{ "2012-12-01":[ { "field 1":"field 2", "summary":"summary 1" }, { …
iOSDev
  • 3,617
  • 10
  • 51
  • 91
1 2 3
12
13