1.0.0 • Published 10 years ago
is-json-media-type v1.0.0
is-json-media-type
is this a JSON-based media type (rfc6838)?
useful when checking whether or not to JSON.parse for a given Content-Type header.
tested with iana/media-types, (updated: October 2015)
install
with npm, run
npm install --save is-json-media-typeusage
var isJsonMediaType = require('is-json-media-type')
isJsonMediaType('text/plain') // false
isJsonMediaType('application/json') // true
isJsonMediaType('application/ld+json') // true1.0.0
10 years ago