Load collection from json file, drop before load if drop: true: ``` await db('company').load('companies.json', { drop: true }) ``` Can be used in fl-scripts/import for example. Uses jsonstrom under the hood.