module Data.JLD.Mime (mimeType) where import Data.JLD.Prelude mimeType :: ByteString mimeType = "application/ld+json"