JSON Query with blueprint visual scripting

Hey forum!

I have this idea, which requires me to make basic HttpRequests to receive JSON data and manipulate this data.
I’ve seen the JSONQuery plugin that was made for 4.7 (i think), but not available for 4.9. I’ve read a few posts about JSON support in 4.8, but in 4.9 I can’t seem t find any JSON nodes.

Is it possible to get JSON with an HttpGet request within UE4.9 blueprint scripting? Or am I forced to do C++ programming?

Use VArest module, search the forums works fine with 4.9/10. Not need c++

perhaps for 4.10 need compile but its easy.

Thanks. Appreciate it