When using an API, what format is typically used to transmit data back to the client?
- CSV
- HTML
- JSON
- XML
JSON (JavaScript Object Notation) is commonly used to transmit data between a server and a client in API communication due to its lightweight and human-readable format. XML is an alternative, but JSON is more widely adopted in modern APIs. CSV and HTML are not typical formats for API data transmission.
Loading...
Related Quiz
- In SQL, how do you select all columns from a table named 'Customers'?
- Which type of chart is best suited for displaying hierarchical data?
- Effective problem-solving often requires the ability to think _______ and consider various perspectives.
- In time series data, _______ is a common method for dealing with missing or irregular data points.
- What is the purpose of CTE (Common Table Expressions) in SQL?