What would be the most elegant way to receive data from a streaming JSON API using AFNetworking? AFNetworking provides excellent support for receiving non-streaming data from JSON APIs, but I couldn't find any examples of streaming JSON.
|
feedback
|
|
AFNetworking does not have a built-in streaming SAX-style JSON operation, but it should be straight forward to create your own.
If you are able to get this working, I would encourage you to publish and share this with others. I think this could be useful to quite a few people. | |||
|
feedback
|