Skip to content

Add application/json5

Alex Henrie requested to merge alexhenrie/shared-mime-info:json5 into master

JSON5 is a superset of standard JSON that permits comments and trailing commas. Although application/json5 is not an official IANA media type, it is used by Nim, Fastify, Altova, and others.

https://nim-lang.org/1.6.6/mimetypes.html https://www.jsdelivr.com/package/npm/fastify-json5 https://www.altova.com/manual/Mapforce/mapforceenterprise/mff_json5.html

Merge request reports