<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Json data?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I searched around in the forums - I couldn't find anything. Is there any easy way, to get datapoints out of JSON formatted data?</p>
<p dir="auto">I have this data ---</p>
<pre><code>{"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"
</code></pre>
<p dir="auto">I'm interested in S0-&gt;dio9, "1".</p>
<p dir="auto">I've got a regex express to grab dio9, but what if I have more than 1 s0?</p>
<p dir="auto">Anyone have any experience getting json data?</p>
<p dir="auto">sean</p>
]]></description><link>https://forum.mango-os.com/topic/1048/json-data</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 14:14:30 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/1048.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jul 2012 03:30:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Json data? on Tue, 27 Nov 2012 07:50:09 GMT]]></title><description><![CDATA[<p dir="auto">Regex is the only way at the moment. Of course, a data source could be built probably easily.</p>
]]></description><link>https://forum.mango-os.com/post/7181</link><guid isPermaLink="true">https://forum.mango-os.com/post/7181</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Tue, 27 Nov 2012 07:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to Json data? on Tue, 20 Nov 2012 12:28:22 GMT]]></title><description><![CDATA[<p dir="auto">I want to pull data off an inverter, which replies to http GETS in JSON</p>
<p dir="auto">Here is the manual for the device <a href="http://files.sma.de/dl/2585/SWebBoxRPC-BEN092713.pdf" rel="nofollow ugc">http://files.sma.de/dl/2585/SWebBoxRPC-BEN092713.pdf</a></p>
<p dir="auto">I can see this could kind of work using the regex, but is there an easier way?</p>
]]></description><link>https://forum.mango-os.com/post/7167</link><guid isPermaLink="true">https://forum.mango-os.com/post/7167</guid><dc:creator><![CDATA[craig]]></dc:creator><pubDate>Tue, 20 Nov 2012 12:28:22 GMT</pubDate></item><item><title><![CDATA[Reply to Json data? on Sat, 21 Jul 2012 20:54:09 GMT]]></title><description><![CDATA[<p dir="auto">Ah, when you said "datapoints" i thought you meant the creation of a point based upon external data. If you're just grabbing readings, http retriever should do it, yeah.</p>
]]></description><link>https://forum.mango-os.com/post/6584</link><guid isPermaLink="true">https://forum.mango-os.com/post/6584</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Sat, 21 Jul 2012 20:54:09 GMT</pubDate></item><item><title><![CDATA[Reply to Json data? on Sat, 21 Jul 2012 10:26:15 GMT]]></title><description><![CDATA[<p dir="auto">The data is on a webserver - I can sort of grab it via regex on a http retriever -</p>
]]></description><link>https://forum.mango-os.com/post/6583</link><guid isPermaLink="true">https://forum.mango-os.com/post/6583</guid><dc:creator><![CDATA[hairyballs]]></dc:creator><pubDate>Sat, 21 Jul 2012 10:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to Json data? on Sat, 21 Jul 2012 05:40:27 GMT]]></title><description><![CDATA[<p dir="auto">Have you looked at import/export?</p>
]]></description><link>https://forum.mango-os.com/post/6582</link><guid isPermaLink="true">https://forum.mango-os.com/post/6582</guid><dc:creator><![CDATA[mlohbihler]]></dc:creator><pubDate>Sat, 21 Jul 2012 05:40:27 GMT</pubDate></item></channel></rss>