REST APIs typically use _______ for data transfer, making them lightweight.

  • CSV
  • HTML
  • JSON
  • XML
REST APIs commonly use JSON (JavaScript Object Notation) for data transfer. JSON is lightweight, easy to read, and well-supported in modern web development. It allows for efficient communication between clients and servers in a RESTful architecture.
Add your answer
Loading...

Leave a comment

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