What does a JSON-encoded request look like?

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-05-05T03:03:42Z Indexed on 2010/05/05 3:08 UTC
Read the original article Hit count: 194

Filed under:
|
|

I'm building an API using PHP.

What do I need to do to recognize a JSON encoded request?

Does it come with a certain request type?

How do I get just the request body so that I can json_decode it?

© Stack Overflow or respective owner

Related posts about php

Related posts about JSON