How do I post a json object in a post request using Http native plugin? Tried converting the json object to a string using JSON.stringify method but it didn’t work. Please suggest me how to do it.
How do I post a json object in a post request using Http native plugin? Tried converting the json object to a string using JSON.stringify method but it didn’t work. Please suggest me how to do it.