Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created March 27, 2021 02:06
Embed
What would you like to do?
$.ajax({
url:"https://api.jsonstorage.net/v1/json",
type:"POST",
data:'{"key":"value"}',
contentType:"application/json; charset=utf-8",
dataType:"json",
success: function(data, textStatus, jqXHR){
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment