Json
class Json extends Input
Joomla! Input JSON Class
This class decodes a JSON string from the raw request data and makes it available via the standard JInput interface.
Methods
__construct(
array $source = null,
array $options = array())
Constructor.
mixed
getArray(
array $vars = array(),
mixed $datasource = null,
string $defaultFilter = 'unknown')
Gets an array of values from the request.
from Input
string
getRaw()
Gets the raw JSON string from the request.