$jsonReader
$jsonReader : \JsonReader
JsonReader object to deal with json files.
Handles book statistics.
filterBookData(array $data, array $filters) : array
Filters the data if filters are set (e.g. display only eBooks or only a specific category).
array | $data | The data to be filtered. |
array | $filters | Filters to be applied to the data (e.g. {'types': ['ebook']} to display only ebooks). |
The filtered data.