Unable to load JSONATA into duktape JavaScript engine
I’m trying to use jsonata for python in a Jupyter notebook running in Visual Studio Code. I have installed jsonata via %pip install jsonata
, and have imported it via import jsonata
. However, when I try to run a command such as jsonata.Context()
or jsonata.transform('x', {'x': 10})
, I get the following error message: Unable to load JSONATA into duktape JavaScript engine
.