flourishlib / flourish-classes

The class files for Flourish
http://flourishlib.com
182 stars 78 forks source link

Removed "!is_numeric($json)" #223

Closed frugan-dev closed 9 years ago

frugan-dev commented 9 years ago

I removed "!is_numeric($json)" because otherwise e.g. this JSON data are not parsed:

{ "query": { "count": 2, "created": "2015-09-10T07:09:20Z", "lang": "en-US", "results": { "rate": [ { "id": "EURUSD", "Name": "EUR/USD", "Rate": "1.1215", "Date": "9/10/2015", "Time": "8:09am", "Ask": "1.1220", "Bid": "1.1210" }, { "id": "EURGBP", "Name": "EUR/GBP", "Rate": "0.7304", "Date": "9/10/2015", "Time": "8:09am", "Ask": "0.7307", "Bid": "0.7300" } ] } } }