Skip to content

Tag Archives: standpoint

Choosing between JSON and XML?

I’m building a REST API to manipulate data records. The backend will be written in PHP, with an Adobe Flex user interface. From a development standpoint, which would be easier to use to transfer data between the Adobe Flex app and the PHP backend: JSON or XML? Thanks for your input!