Get JSON String Value using pixel streaming input UE 5.1

Hey

I have seen this work pretty well in Unreal engine 4.27 but when i upgraded to UE 5.1 it seems to fail.
I have this JSON string
{“image”:
{
“url”: “images/0001.jpg”,
“width”: 200,
“height”: 200
},
“thumbnail”:
{
“url”: “images/thumbnails/0001.jpg”,
“width”: 32,
“height”: 32
}
}

This reads fine when i do image.url in the get json string value function.
I do the same thing in UE 5.1, it fails and never returns the result.

Please share your observations.

I have the same issue, ‘Get Json String Value’ fails to get the return value when using ‘.’ to delimit JSON attributes, as per the older docs ( Get Json String Value | Unreal Engine Documentation). It used to work up to UE5.0