0.2.0 • Published 10 years ago

json-type v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

json-type

Build Status

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