json-type
v0.2.0
Published
find out what type is the json is.
Downloads
5
Maintainers
Readme
json-type
Check what datatype is the json. The reason of making this repository is that you can't know if the data is a geojson or topojson or normal json. And this repository help you to find out.
Install
npm install json-type
API
JsonType.isObject(str or json)
return true if it is object.
JsonType.isArray(str or json)
return true if it is a array.
JsonType.isJson(str or json)
return true if it is a json.
JsonType.isGeojson(str or json)
return true if it is a geojson.
JsonType.isTopojson(str or json)
return true if it is a topojson.
License
MIT @chilijung