Am 05.05.2010 20:14, schrieb Marius Scurtescu:
On Wed, May 5, 2010 at 10:47 AM, Torsten Lodderstedt
<tors...@lodderstedt.net>  wrote:
Even if not supported directly by the platform there are many JSON libraries
available these days.

http://www.json.org/ lists 3 libraries for Objective-C alone.

Moreover, the JSON documents we are discussing now are simple, something
like

{ "access_token": "SlAV32hkKG", "expires_in": "3600", "refresh_token":
"8xLOxBtZp8" }

Parsing such a document is not a challenge even without library support.
I never written such code, but I imagine it would be quite complicated
and error prone. You have to deal with escaping, white spaces and
nested data structures.

Marius

we don't need nested data structure (at least currently). Where do you see a need for escaping?

regards,
Torsten.


_______________________________________________
OAuth mailing list
OAuth@ietf.org
https://www.ietf.org/mailman/listinfo/oauth

Reply via email to