handle 'json=1' case
The extensioon currently assumes that $_REQUEST['json']
is a string representation of a JSON object, but json=1
is also valid. This MR handles the json=1
case.
The extensioon currently assumes that $_REQUEST['json']
is a string representation of a JSON object, but json=1
is also valid. This MR handles the json=1
case.