CCJSON

Cocoa Conjurer lightweight JSON library for iPhone and Mac OS X
Download

CCJSON Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Johnson
  • Publisher web site:
  • http://www.nilobject.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

CCJSON Tags


CCJSON Description

Cocoa Conjurer lightweight JSON library for iPhone and Mac OS X CCJSON is a lightweight and open source JSON library for Objective-C which works on the iPhone and on the desktop. Most JSON parsers are NSScanner based which has a fair amount of overhead. The parser is written as a recursive descent parser, meaning that if you have extremely nested JSON, it is possible to run out of stack space. It is possible to convert this to a stack based parser instead of recursion, but all of my uses are from trusted sources. Additionally, at least two of the other popular JSON libraries also hinge on recursion.


CCJSON Related Software