YaRiabtsev / json-eval

A C++ console application that allows evaluating expressions on a JSON file.
https://yariabtsev.github.io/json-eval/
MIT License
1 stars 0 forks source link

large files #10

Open YaRiabtsev opened 2 weeks ago

YaRiabtsev commented 2 weeks ago

if result in parser_lib::parser::parse_json process is larger than some size, then write current result to intermediate file, and replace result with a new json_reference with shifts on this file for quick access.