UE4 Get Request JSON

Only know how to use Blueprints, can someone please tell me how to make a get request and handle the json data?
Thanks!

Use VaRest, which isn’t updated for the newest version of UE4 last I checked, or use LowEntry’s JSON, which is only $20 on the marketplace. LE Json in Code Plugins - UE Marketplace

If you expect to get a “leveled” structure in return you can use a plug-in called VaRest and do it all in blueprint.
However, the plugin doesn’t support nested data, so I’m looking for a way to do it in c++ myself, but it looks like you have to write your own parser or know what the expected structure looks like.