[codemirror-json-schema](../README.md) / JSONCompletionOptions

# Interface: JSONCompletionOptions

## Table of contents

### Properties

- [jsonParser](JSONCompletionOptions.md#jsonparser)
- [mode](JSONCompletionOptions.md#mode)

## Properties

### jsonParser

• `Optional` **jsonParser**: `DocumentParser`

#### Defined in

[features/completion.ts:57](https://github.com/jsonnext/codemirror-json-schema/blob/d360a86/src/features/completion.ts#L57)

---

### mode

• `Optional` **mode**: `JSONMode`

#### Defined in

[features/completion.ts:56](https://github.com/jsonnext/codemirror-json-schema/blob/d360a86/src/features/completion.ts#L56)
