arduino-libraries / Arduino_JSON

Official JSON Library for Arduino
GNU Lesser General Public License v2.1
151 stars 60 forks source link

Add example of parsing an HTTP response #37

Open jterrell345 opened 2 years ago

jterrell345 commented 2 years ago

I think the examples you give of parsing JSON are not sufficient. Considering JSON is never used in a real world example as you have provided.

Can you adjust your example to include a simple url call which is the most common use for parsing json in any case? Specifically, I am having trouble matching up a url request example that works with your parsing example.

aentinger commented 2 years ago

Can you create a minimum sketch that would fail? What would be the expected outcome?