Because JSON format API is the standard format, doesn't mean it is the only format to use.
I never seen any article online talking about XML to power the API (for web app) .
Of course many will debate that JSON is more lightweight and supported by parser from many major programming languages.
XML is more uglier, verbose, takes up more file size and difficult to parse.
This doesn't mean we should ignore this format.
Maybe some systems are still using SOAP.
So B4X should also (already true) have XML supported when building backend API.
But to make it easier to use, a library or framework can help you get the job done.
So Pakai framework is worth to consider. Because you can... use XML as API.
I never seen any article online talking about XML to power the API (for web app) .
Of course many will debate that JSON is more lightweight and supported by parser from many major programming languages.
XML is more uglier, verbose, takes up more file size and difficult to parse.
This doesn't mean we should ignore this format.
Maybe some systems are still using SOAP.
So B4X should also (already true) have XML supported when building backend API.
But to make it easier to use, a library or framework can help you get the job done.
So Pakai framework is worth to consider. Because you can... use XML as API.
Last edited: