<?php $jsonStr = '{a: 10}'; $postBody = []; parse_str(urldecode($jsonStr), $postBody); var_dump($postBody);
You have javascript disabled. You will not be able to edit any code.