For websites that are selling stuff or dealing with currencies, -like displaying prices of products, presenting parities (business-economy sites), multilanguage web apps- having the up-to-date exchange rates is pretty important. Open Source Exchange Rates API is a free-to-use service that makes these rates reachable -updated every hour- in a clean JSON format. The service collects [...]
Archive for the ‘JSON’ Category
FlyJSONP is a JavaScript library for making cross-domain GET and POST requests to services that support JSONP, and get a JSON response. The library is easy-to-use, there is nothing complicated, very lightweight (1.13kb gzipped) and doesn't require any other JS frameworks. It passes the POST requests through Yahoo's YQL and provides a complete control over [...]
Tempo is a JSON rendering engine with a light footprint (4kb) for easily designing data templates using pure HTML. The engine enables us to separate HTML – JavaScript completely and also simplifies dealing with AJAX content. It also has support for nested and conditional templates (boolean and value-based). Normally, there is always a chance that [...]

