How to make a request to a server and receive the JSON response?
Created by: horendus
HEY!
I just need to make a quick arduino sketch to do a POST request to http://ip.jsontest.com/ and parse the JSON response to my arduino
This is what I get when I paste http://ip.jsontest.com/ into my browser so I know the server works. {"ip": "34.33.111.135"}
None of the examples show an example of this!
It would be great for a quick example, I know this must be something easy.