You can write multiple JSON strings to a file, separated with newline (or any other custom character or tag).
Then parse them with tokenat(), for example tokenat(filecontent, 2, newline) is the line number 3.
Or you can read them in a loop:
Repeat tokencount(filecontent, newline)-1
Create sprite
Sprite load from JSON tokenat(filecontent, loopindex, newline)