In web services, what advantage does JSON have over XML in mobile applications?

  • Binary encoding support
  • Extensive schema support
  • Lightweight data interchange format
  • Strongly typed structure
JSON has an advantage over XML in mobile applications due to its lightweight data interchange format. The reduced overhead in JSON results in faster data transmission, making it more suitable for mobile devices with limited bandwidth and processing power, contributing to improved overall performance in mobile web services.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *