Converting HTTP Response (Java "Properties" stream format) in to NSDictionary.
Posted
by user343256
on Stack Overflow
See other posts from Stack Overflow
or by user343256
Published on 2010-05-17T16:34:06Z
Indexed on
2010/05/18
13:41 UTC
Read the original article
Hit count: 104
iphone
Hi guyz,
I am working on iphone application which contains HTTP Request and Response.
The format of the response is a key/value format compatible with the Java "Properties" stream format.
I want to store the response into a NSDictionay. Could you suggest me any way to do this?
Thank you.
sangee
© Stack Overflow or respective owner