How to use VaRest plugin to read a relatively large JSON file without delay?

I didn’t know the parsing speed would change running it from C++ directly myself. Though it’s absolutely true the less complex the dataset and cutting out any irrelevant data from the file beforehand would speed it up immensely usually.