REST services typically exchange data in which format?

  • HTML
  • JSON
  • Plain Text
  • XML
REST services typically exchange data in JSON (JavaScript Object Notation) format. JSON is a lightweight and readable data interchange format that is easy for both humans to understand and machines to parse, making it well-suited for data exchange in RESTful architectures.
Add your answer
Loading...

Leave a comment

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