Skip to content

Instantly share code, notes, and snippets.

@bj4rtmar
bj4rtmar / ext_to_mimetype.json
Created March 4, 2016 10:12
File extensions to mime formats. JSON format. Converted from https://gist.github.com/nimasdj/801b0b1a50112ea6a997 (version from 16 November 2015)
{
"123": [
"application/vnd.lotus-1-2-3"
],
"3dm": [
"x-world/x-3dmf"
],
"3dmf": [
"x-world/x-3dmf"
],
@bj4rtmar
bj4rtmar / mimetype_to_ext.json
Created March 4, 2016 09:50
Mime types to file extensions. JSON format. Converted from https://gist.github.com/nimasdj/801b0b1a50112ea6a997 (version from 16 November 2015)
{
"aapplication/octet-stream": [
"saveme"
],
"applicaiton/x-bytecode.python": [
"pyc"
],
"application/acad": [
"dwg"
],