I've worked with JSON - generally speaking, each IDE has it'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's various properties as you would any other PHP class variable (i.e. $json_variable->part1).<br>
<br>What are you trying to accomplish? Work with just PHP locally? Wouldn'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"><<a href="mailto:d.haslam@ukonline.co.uk">d.haslam@ukonline.co.uk</a>></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>
><br>
><br>
><br>
> - *Bible data installed via JSON,* gzipped with PHP to make it a bit<br>
<div class="im">> lighter going down the pipe. Install works with packages which are<br>
> themselves similar to up-only Rails migrations.<br>
><br>
> - Any website could potentially provide downloadable packages for<br>
> concordances & Bibles, just via a JSON service-oriented architecture<br>
> rather<br>
> than a downloadable resource-based installer. Also, any website could<br>
> potentially run a service which allowed the user to<br>
> backup/publish/share<br>
> their Bible notes. Think Facebook, but where each person's profile<br>
> contains<br>
> their shared notes. Whenever the user opens the offline bible site, it<br>
> could<br>
> check whether the version of notes on the server is up-to-date with the<br>
> Gears database and automatically sync or backup. Same goes for any<br>
> installed<br>
> Bibles or concordances: fixes and updates could be downloaded and<br>
> installed<br>
> automatically.<br>
><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>