Re: Using jdon serialized objects as query params

"Eric J. Bowman" <[email protected]> Wed, 5 Jun 2013 07:57:21 -0600
Newsgroups gmane.comp.web.services.rest
Organization Bison Systems Corporation
Message-ID <[email protected]>
>
> :-). you surely can use "jdon" if its standardized.
> 

For URI syntax it just doesn't matter, except on POST where you'd want
the equivalent of application/x-www-form-urlencoded to inform the
origin server and any participating intermediaries, how to decode the
payload.  On GET, the query isn't "payload" it's just an opaque URI,
IMO.

-Eric