Which format is typically more lightweight and used in RESTful web services?

  • HTML
  • JSON
  • XML
  • YAML
JSON (JavaScript Object Notation) is typically more lightweight and commonly used in RESTful web services. Its lightweight and easy-to-read nature align well with the principles of REST architecture, where simplicity and efficiency are key considerations for data exchange between clients and servers.
Add your answer
Loading...

Leave a comment

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