How to import JSON when using parallel mode?

You need to tell the worker processes to also use the local project like this:

import Pkg; Pkg.activate(".")
using JSON

In the future, it would be great if worker processes automatically adopted the project of the main process.

2 Likes