1 | <?php |
||
16 | class Json implements FileParserInterface |
||
17 | { |
||
18 | /** |
||
19 | * {@inheritDoc} |
||
20 | * Loads a JSON file as an array |
||
21 | * |
||
22 | * @throws ParseException If there is an error parsing the JSON file |
||
23 | */ |
||
24 | 6 | public function parse($path) |
|
39 | 3 | ||
40 | /** |
||
41 | * {@inheritDoc} |
||
42 | 3 | */ |
|
43 | public function getSupportedExtensions() |
||
47 | } |
||
48 |