On Wed, May 5, 2010 at 10:47 AM, Torsten Lodderstedt
<[email protected]> 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
_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth

Reply via email to