Was wondering if there was a chance that would could get a JSON type.
Which would be nice when fetching data by getting something like this.
{
"cmd": "VarReturn",
"name": "result",
"result": {"temperature":25.15,"pressure":102989, "units": {"temperature":"C","pressure":"Pa"}},
"coreInfo": {
"last_app": "",
"last_heard": "2014-12-07T16:29:00.077Z",
"connected": true,
"deviceID": "53ff6c066667574847242167"
}
}
Thanks