10 defined(
'JPATH_PLATFORM') or die;
38 public function __construct(array $source = null, array $options = array())
40 if (isset($options[
'filter']))
42 $this->filter = $options[
'filter'];
51 $this->_raw = file_get_contents(
'php://input');
52 $this->data = json_decode($this->_raw,
true);
56 $this->data = & $source;
60 $this->options = $options;
70 public function getRaw()