I'm transmitting a application/json in java with a HttpPost to a server which use Django.
I am performing the transmission as described here: JSON POST request parsing in PHP
How can I create a page that receive this json data ?
|
I'm transmitting a I am performing the transmission as described here: JSON POST request parsing in PHP How can I create a page that receive this json data ? |
||||
|
|
|
You can receive json through
|
|||
|
|
|
the in the end i guess you'll want something like
|
|||||||
|