Library issues with Galileo and Edison IDE from Intel.
Created by: acasadoalonso
The current version of the library ArduinoJson V4 is not visible on the MAC when used from the ARDUINO IDE used by Arduino Galileo and Arduino Edison, the IDE provided by INTEL Arduino 1.5.3-Intel 1.0.4 https://communities.intel.com/docs/DOC-23242 If we delete the file "libraries.properties" from the library, the IDE sees the library, however it has compile errors. I had no problems when used on the MAC with Arduino IDE 1.5.6-r2 The implementation is really elegant indeed. I am using it to parse the weather from openweathermap.org on the JSON format API. Thanks. AC/.