1 | <?php |
||
7 | class Json |
||
8 | { |
||
9 | protected $content; |
||
10 | |||
11 | public function __construct($content) |
||
15 | |||
16 | public function getContent() |
||
20 | |||
21 | public function read($expression, PropertyAccessor $accessor) |
||
36 | |||
37 | public function encode($pretty = true) |
||
47 | |||
48 | public function __toString() |
||
52 | |||
53 | private function decode($content) |
||
63 | } |
||
64 |