| 1 | <?php |
||
| 17 | class Json extends AbstractFileParser |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritDoc} |
||
| 21 | * Loads a JSON file as an array |
||
| 22 | * |
||
| 23 | * @throws ParseException If there is an error parsing JSON file |
||
| 24 | * @since 0.1 |
||
| 25 | */ |
||
| 26 | 6 | public function parse($path) |
|
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritDoc} |
||
| 49 | */ |
||
| 50 | 3 | public function getSupportedFileExtensions() |
|
| 54 | } |
||
| 55 | |||
| 57 |