News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Convert XML to JSON in PHP
January 18, 2007 @ 14:32:00

In this new post on the Zend Developer Zone today, Cal Evans shares a link to an interesting article over on the IBM developerWorks website. It deals with converting XML to JSON using PHP.

With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert XML-formatted enterprise application data into JSON format before sending it to browser applications.

The article starts with the basics, XML and JSON, then moves quickly on to other topics like "browser-side data processing" and "xml-to-json conversion". From there, it's all about the code - creating the xml2json script to make the transition simple. It incorporates the Services_JSON package to help with the handling.

The entire code is laid out in one block, making it simple to cut & paste and mess with a bit. They even include a sample of its usage as a command line script, complete with sample input and the resulting output.

0 comments voice your opinion now!
xml json convert servicesjson package xml json convert servicesjson package


blog comments powered by Disqus

Similar Posts

php|architect\'s ART: JSON and PHP - More Than Web Services

Ben Ramsey\'s Blog: Add Children with SimpleXML

PHPMaster.com: Bulletproofing Database Interactions with PHPUnit's Database Extension

Ken Guest's Blog: A new Openstreetmap API framework for PHP

Stuart Herbert's Blog: Using SimpleXML To Parse RSS Feeds


Community Events











Don't see your event here?
Let us know!


functional database testing language series introduction framework community example development opinion zendframework2 application code api podcast composer release interview phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework