I&#39;ve worked with JSON - generally speaking, each IDE has it&#39;s own plugin / library to work with JSON and it functions much like a high level OO class.<br><br>For example, in PHP - If you decode JSON into a variable, you can access it&#39;s various properties as you would any other PHP class variable (i.e. $json_variable-&gt;part1).<br>
<br>What are you trying to accomplish?  Work with just PHP locally?  Wouldn&#39;t that require a local PHP server?<br><br>-David<br><br><div class="gmail_quote">On Sun, Oct 4, 2009 at 10:18 AM, David Haslam <span dir="ltr">&lt;<a href="mailto:d.haslam@ukonline.co.uk">d.haslam@ukonline.co.uk</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I wonder if any CrossWire developers have experience in using JSON?<br>
<br>
<a href="http://en.wikipedia.org/wiki/JSON" target="_blank">http://en.wikipedia.org/wiki/JSON</a> <a href="http://en.wikipedia.org/wiki/JSON" target="_blank">http://en.wikipedia.org/wiki/JSON</a><br>
<br>
<a href="http://json.org/" target="_blank">http://json.org/</a> <a href="http://json.org/" target="_blank">http://json.org/</a><br>
<br>
<a href="http://www.json.org/fatfree.html" target="_blank">http://www.json.org/fatfree.html</a> <a href="http://www.json.org/fatfree.html" target="_blank">http://www.json.org/fatfree.html</a><br>
<br>
David<br>
<br>
<br>
Nathan Kitchen-3 wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;    - *Bible data installed via JSON,* gzipped with PHP to make it a bit<br>
<div class="im">&gt;    lighter going down the pipe. Install works with packages which are<br>
&gt;    themselves similar to up-only Rails migrations.<br>
&gt;<br>
&gt;    - Any website could potentially provide downloadable packages for<br>
&gt;    concordances &amp; Bibles, just via a JSON service-oriented architecture<br>
&gt; rather<br>
&gt;    than a downloadable resource-based installer. Also, any website could<br>
&gt;    potentially run a service which allowed the user to<br>
&gt; backup/publish/share<br>
&gt;    their Bible notes. Think Facebook, but where each person&#39;s profile<br>
&gt; contains<br>
&gt;    their shared notes. Whenever the user opens the offline bible site, it<br>
&gt; could<br>
&gt;    check whether the version of notes on the server is up-to-date with the<br>
&gt;    Gears database and automatically sync or backup. Same goes for any<br>
&gt; installed<br>
&gt;    Bibles or concordances: fixes and updates could be downloaded and<br>
&gt; installed<br>
&gt;    automatically.<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Offline-Bible-tp25699744p25739506.html" target="_blank">http://www.nabble.com/Offline-Bible-tp25699744p25739506.html</a><br>
</font><div><div></div><div class="h5">Sent from the SWORD Dev mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</div></div></blockquote></div><br>