@hyperjump/browser
    Preparing search index...

    Class JsonMediaTypePlugin

    Supports JSON

    • Media type: application/json
    • Extensions: .json

    Implements

    • MediaTypePlugin<JsonDocumentNode>
    Index

    Constructors

    Properties

    extensions: string[]

    Extensions start with . (Example: .jref). Filenames start with / (Example: /.bowerrc)

    mediaType: string
    parse: (response: Response) => Promise<JsonDocumentNode>
    quality?: number