Parsing JSON in Arduino
I guess most of you would by now, know what is JSON. It is a data format to represent structured data like XML, but is very small and has native support in JavaScript. Libraries are available in various languages for parsing JSON. But I was stunned when I read about aJson Arduino library. The author […]