Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Mmiscool
#39974 I was working on this. Still trying to get the parsing right. The source code for what I have been working on might be in the git hub.

This is still on the radar. Just been a bit busy working on getting my local maker space ready to open. Have not had a chance to dig in to why it's having trouble.

I did play with that other library but it seems to want constants for the the parameter of what you want to extract from the json query.

It should get there. Just no eta as of now.

Also I need to get every thing moved to the new staging version of the arduino environment. So there is a bit of work to do there. I'm also looking to move the documentation to the git hub and have a separate file for each command so that example can be included. There is so much to do. It will get there. Slow and steady wins the race.
User avatar
By Mmiscool
#41971 The latest build posted today has a new json parser function built in.

This is thanks to the efforts of cicciocb.

Documentation will be coming.
Example:
Code: Select allbla = wget("ip-api.com/json")
print bla
print json(bla,"zip") - See more at: http://www.esp8266.com/viewtopic.php?f=39&t=8415#sthash.hxG76L3Y.dpuf
User avatar
By forlotto
#41980 Could updates be allowed in this manner and incorporated as well possibly allowing that github update to play out and work for OTA updates? I believe I gave you the non https link for downloading the flash dunno if it'll work but or if it just worked already haven't tested I should actually test it and update my other 1.82 to 1.83 in this manner just to see if it works.