| 1 | <?php |
||
| 17 | class Json implements ParserInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritDoc} |
||
| 21 | * Loads a JSON string as an array |
||
| 22 | * |
||
| 23 | * @throws ParseException If there is an error parsing the JSON string |
||
| 24 | */ |
||
| 25 | 6 | public function parse($config, $filename = null) |
|
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritDoc} |
||
| 48 | */ |
||
| 49 | 3 | public static function getSupportedExtensions() |
|
| 53 | } |
||
| 54 |