JSON

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Mastering Ajax, Part 11: JSON on the server side by Brett McLaughlin   - [Clicks: 18]
    In the last article, you learned how to take an object in JavaScript and convert it into a JSON representation. That format is an easy one to use for sending (and receiving) data that maps to objects, or even arrays of objects. In this final article of the series, you'll learn how to handle data sent to a server in the JSON format and how to reply to scripts using the same format.
    http://www.ibm.com/developerworks/xml/library/wa-ajaxintro11.html - Aug, 2007
  • Get to know JsonML by Martin Brown   - [Clicks: 6]
    The rise of JavaScript Object Notation (JSON) has gone hand-in-hand with the rise of Asynchronous JavaScript + XML (Ajax). JSON is useful because it enables you to easily transmit data that can be turned back into a JavaScript object, but it still requires custom scripting to deal with that object. JsonML is an extension of JSON that enables you to map XML data using JSON type markup, and this in turn enables you to easily create XML or XHTML data based on JSON markup and to build and exchange user interface (UI) elements. This article shows you how to make use of this handy tool.
    http://www.ibm.com/developerworks/xml/library/x-jsonml/index.html - Jul, 2007
  • Mastering Ajax, Part 10: Using JSON for data transfer by Brett McLaughlin   - [Clicks: 28]
    Plain text and XML are both data formats that you can use for sending and receiving information in your asynchronous applications. This installment of Mastering Ajax looks at another useful data format, JavaScript Object Notation (JSON), and how it makes moving data and objects around in your applications easier.
    http://www-128.ibm.com/developerworks/library/wa-ajaxintro10/index.html - Mar, 2007
  • An Introduction to JSON by Daniel Rubio   - [Clicks: 25]
    This article addresses why JSON has gained traction in Web services design, including its main benefits and constraints as an alternative to XML. It also provides an in-depth look at how to easily produce JSON output in Java Web services, accompanied by a corresponding Web service client consuming JSON.
    [Includes source code]
    http://dev2dev.bea.com/pub/a/2007/02/introduction-json.html - Feb, 2007
  • Convert XML to JSON in PHP by Senthil Velayudham, Edward J Pring, John Morar   - [Clicks: 7]
    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.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/library/x-xml2jsonphp/index.html - Jan, 2007

[Top]