Set value of JSON Explorer Programmatically

I have a jsonExplorer and am trying to use a JavaScript query to set the value. In the docs I read that all components have a setValue function, however it appears that the jsonExplorer doesn't?

jsonExplorer1.setValue({ "hello": "test" })
jsonExplorer1.setValue is not a function

I also tried just setting jsonExplorer1.value = { "hello": "test" } which doesn't work either.

How can I set the value of the jsonExplorer from a JavaScript query?

Hey, you can assign a temp state variable as the value of the JsonExplorer and modify the variable