split large file into smaller files

Shell
$ split -l 10 data.json
Source

Also in Shell: