Hi, I am just starting out with Mango Automation. My hardware is Spark Core (spark.io).
I am trying to use HTTP Retriever to get sensor values exposed through spark API.
I am having similar trouble with parsing the html response with regex. I haven't been able to replicate the results that worked at regexpal.com. Any help with this would be very much appreciated. Thanks!

My response looks like:

{
"cmd": "VarReturn",
"name": "Outlet4State",
"result": 0,
"coreInfo": {
"last_app": "",
"last_heard": "2014-08-25T00:55:52.299Z",
"connected": true,
"deviceID": "xx"
}
}

All I care about now is the binary output "result"