_______ is a data format commonly used for representing resources in RESTful APIs.
- HTML (Hypertext Markup Language)
- JSON (JavaScript Object Notation)
- XML (eXtensible Markup Language)
- YAML (YAML Ain't Markup Language)
JSON (JavaScript Object Notation) is a data format commonly used for representing resources in RESTful APIs. It provides a lightweight and easy-to-read format for data exchange between the client and server.
Loading...
Related Quiz
- In a web application, you want to fetch data from an external API asynchronously. Which JavaScript feature would you use for this purpose?
- You're building a web form where users need to upload images. Which HTML element would you use to create the file upload field?
- Which HTTP method is typically used for creating a new resource in a RESTful API?
- In OAuth 2.0, the _______ grant type is commonly used for server-to-server communication.
- Among the options, which language is often preferred for server-side scripting due to its versatility and support for frameworks like Ruby on Rails?