• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. hairyballs

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    hairyballs

    @hairyballs

    0
    Reputation
    139
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hairyballs Unfollow Follow

    Latest posts made by hairyballs

    • RE: Json data?

      The data is on a webserver - I can sort of grab it via regex on a http retriever -

      posted in User help
      H
      hairyballs
    • Json data?

      Hi,

      I searched around in the forums - I couldn't find anything. Is there any easy way, to get datapoints out of JSON formatted data?

      I have this data ---

      {"s0":
      	{"status":"2",
      	"enabledSensors":"964691456",
      	"sensorName":"Testing",
      	"nodeAddress":"beef"
      	,"dio9": "1"
      	,"dio10": "1"
      	,"batteryVoltage": " 0.00"
      	,"internalTemp": " 0.00"
      	,"dr1048temp": "0"
      	,"dr1048humid": "0"
      	,"dr1048light": "0"
      

      I'm interested in S0->dio9, "1".

      I've got a regex express to grab dio9, but what if I have more than 1 s0?

      Anyone have any experience getting json data?

      sean

      posted in User help
      H
      hairyballs
    • RE: Json data?

      Hi,

      I searched around in the forums - I couldn't find anything. Is there any easy way, to get datapoints out of JSON formatted data?

      I have this data ---

      {"s0":
      	{"status":"2",
      	"enabledSensors":"964691456",
      	"sensorName":"Testing",
      	"nodeAddress":"beef"
      	,"dio9": "1"
      	,"dio10": "1"
      	,"batteryVoltage": " 0.00"
      	,"internalTemp": " 0.00"
      	,"dr1048temp": "0"
      	,"dr1048humid": "0"
      	,"dr1048light": "0"
      

      I'm interested in S0->dio9, "1".

      I've got a regex express to grab dio9, but what if I have more than 1 s0?

      Anyone have any experience getting json data?

      sean

      posted in User help
      H
      hairyballs