Sending JSON Data

Get a brief overview of sending JSON data to the server.

When the information expected by the web server is more structured (with complex types, nested fields, etc.), it’s often a better choice to send it as JSON data. For example, check out how to send a JavaScript array as JSON data to a web server.

Get hands-on with 1200+ tech skills courses.