use AMF instead of JSON on iPhone? (for web services)
Posted
by Henry
on Stack Overflow
See other posts from Stack Overflow
or by Henry
Published on 2010-05-29T01:47:10Z
Indexed on
2010/05/29
2:02 UTC
Read the original article
Hit count: 379
Although iPhone support JSON natively, AMF is a binary protocol and it supposes to use much less bandwidth. Do you think using AMF is a good idea?
Just found this AMF library in cocoa (Objective-C): http://github.com/nesium/cocoa-amf/
© Stack Overflow or respective owner