Dup Ver Goto 📝

json

PT2/lang/php does not exist
To
5 lines, 12 words, 109 chars Page 'json' does not exist.

To read POST'ed JSON,

$input = file_get_contents('php://input');
$data = json_decode($input,true);