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.
|
34789a0e
Renato De Donato
jsdatachecker ln,...
|
6
7
8
9
10
11
12
13
14
15
16
17
|
Recognised basic types:
- Text;
- Number;
- Date;
- Object;
- Null.
Recognised types:
- Geographic coordinates;
- JSON;
- GEOJSON.
|
2b9ef0b0
Renato De Donato
JSDarkSide
|
18
19
20
21
22
23
24
25
26
27
|
## 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
|
28
29
|
- 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
|
30
31
32
|
|