Skip to content
Sami Airo edited this page May 27, 2015 · 1 revision

Welcome to the SDMX-JSON wiki!

SDMX-JSON is a new data exchange format for data dissemination on the web. SDMX-JSON format conforms to the JSON standard specification, and it supports the SDMX 2.1 Information Model. SDMX-JSON is streamable from a supporting web service in order to limit the amount of server resources. It should provide fast responses from a web service: few roundtrips, small message sizes and fast parsing. In addition, the format aims to ease the development of client applications with a simple but generic message structure that supports different types of data structures. The SDMX-JSON format may be used in a wide variety of programming languages and application programs. Testing and development of the format has focused on JavaScript applications running in web browsers.

The SDMX-JSON Data Message works together with the SDMX RESTful Web Services API. It will assist developers to write software that requests data responses in JSON from SDMX RESTful API and processes data and metadata in the JSON response. The current version of SDMX-JSON Data Message focuses on data visualisation and it supports all features of the SDMX RESTful API for data queries. SDMX RESTful API also supports reference metadata queries and structural metadata queries. These are not yet supported by the SDMX-JSON format.

Clone this wiki locally