Blame view

bower_components/jsdatachecker/README.md 827 Bytes
2b9ef0b0   Renato De Donato   JSDarkSide
1
2
3
4
5
  # 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.
  
2b9ef0b0   Renato De Donato   JSDarkSide
6
7
8
9
10
11
12
13
14
15
  ## 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:
   
e136d5a6   Renato De Donato   filter bug fix
16
17
   - 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.
2b9ef0b0   Renato De Donato   JSDarkSide
18
19
20