Compare different data formats and their parsing speed to be used in iOS projects.
index - Data format - parsing library - link
- JSON JSONKit https://github.com/johnezang/JSONKit
- MessagePack msgpack-objectivec https://github.com/msgpack/msgpack-objectivec
- Protocol Buffers ? ?
- Thrift - http://wiki.apache.org/thrift/ThriftUsageObjectiveC
- vtd-xml ? http://vtd-xml.sourceforge.net/ xml based
- fast-infoset ? http://en.wikipedia.org/wiki/Fast_Infoset xml based
- exi ? http://en.wikipedia.org/wiki/Efficient_XML_Interchange xml based
- avro ? http://avro.apache.org/docs/current/
- hessian ? http://hessian.caucho.com/
not supported:
- smile ?