Save JSON data with hyphen


#1

I am unable to save a part of the data I get from a http post request. The response is JSON, and I can extract anything from it, except one of the string that has a hyphen in its name.
Is there any way of making webCoRE know that the " - " is just a part of the name?
I can see the information I need on the screen, but I cant extract it into a string variable.


#2

Something similar here…


#3

Thank you. The information there solved my problem. I’ll write it here aswell:

I made a string variable challRes = “challenge-response”
and then used that variable instead of the text in {$response[challRes]}