Skip to content

Comment on JSON Parsing Speed Comparison (Obj-C): SBJSON vs YAJL

Comments

This is awesome. I've been using SBJSON but probably will be switching over. Thanks!

YAJL is a streaming parser (with an included Document style parser) which means you can use it streaming in situations where memory constraints are tight or as a general load everything into memory parser, very handy. I'm not aware of any other Obj-C friendly streaming JSON parsers.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.