public marks

PUBLIC MARKS from nhoizey with tags xml & json

2009

JSON REST vs. XML SOAP

SOAP sur un terrain glissant...

2008

Performance web » Archive du blog » JSON ?

Contrairement à une idée reçue assez répandue, l'usage de JSON à la place de XML pour optimiser les performances d'Ajax n'est peut-être pas si pertinent que ça...

2007

Eleven Emerging Ideas for SOA Architects in 2007

by 1 other (via)
using the basic Web formats and protocols such as HTTP, XML, REST, and JSON as the "Unix Pipe of the Web" -- to quote a colorful phrase of Ray Ozzie's -- as the fundamental glue between systems

2005

QuirksBlog: The AJAX response: XML, HTML, or JSON?

by 8 others (via)
wondering about the "ideal" output format for the AJAX response. Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else?