(import json) (define (load-json filename) (with-input-from-file filename json-read)) ;; JSON file is around 10 MB (define BIGJSON (load-json "./bigjsonfile.json"))