I have a large JSON file that is an array of objects, which I would like to split into smaller valid json files. Is it possible to achieve this using jq or any other off-the-shelf tools?
The original JSON is in the following format
[ {...}, {...}, ...]
Given this input I would like to produce multiple files which are valid json