Note that sqlite has an limit in cursorsize.
It is not recommenden to put a json with 1000 datasets into one database field.
It would be much faster if you split the json and create table entries based on the data in the json. Faster afterwards as you can directly query the database.