Cannot parse JSON data.. pls help!

Hi all,
I am trying to parsing JSON data as below but stuck in here for few days…
There must be something wrong but I really cannot figure out… pls let me know what is wrong …thanks!!

In “temp”, I think “message” should be “ranked” but show “0” as you see…

Value is 0 because the value is non existing.
In fact if you call an variable not yet defined the engine will create the variable and attribute a default value to 0.

That mean your parse action didn’t working well.

1 Like