Large size json file processing

If we want to read large size json files, we can use script read line by invoke code

Now the problem is, it does read the file but takes lots of time like 2/3 hours or more than that for file size of 1 gb
Any suggestion on this how we can read JSON file quickly

Hi!

Do you need all of the information in your JSON or just specific values?

Hi @sven.wullum1 Full information is required

Ok!

It all depends on how complex the JSON is structured.
How are you solving it in the invoke code?
Could you supply us with a structure of the JSON?