# JSDataChecker JavaScript Library to read dataset content (e.g., Open Data), infer data types, give a data quality indicator and parse content. In details, it analysis the json (specified paths) to infer the data type. In addition, when request (via code) the library converts the json data based on the inferred type. ## Documentation See wiki pages [here](https://github.com/donpir/JSDataChecker/wiki). ## License The library has released with the LGPL license [link here](http://www.gnu.org/licenses/lgpl.html). Briefly with this license: - Freedom to modify and distribute modified copies of DataChecker, distributing the source code and releasing it with the same LGPL license; - You can dynamically (not statically) link DataChecker library in a proprietary software, keeping the JS files as they are.