[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

Having issues figuring out the process on the UE4 end AFTER url has been processed. I get a json response:

LogVaRest: Response (200): {“newsdate”:“01-20-2016”,“title”:“Test News!”,“desc”:"This is a Test of the ability to read and display news to the client!

This is a new Line!"}

So i want to do things in UE4 with this information, i tried a ton of wrong ways apparently… i use this BP and i imagine im missing steps or something to be able to pull the information out of the fields…

http://puu.sh/mEPRA/e110dded35.png

LogJson:Warning: Field Title was not found.
LogJson:Error: Json Value of type ‘Null’ used as a ‘String’.

Anyone able to help me with this?

Got it working finally had to use the latent version, i think it was trying to get the values before they were ready with the other version.