15
15
- [ getJsonPointerAt] ( index.md#getjsonpointerat )
16
16
- [ getJsonPointers] ( index.md#getjsonpointers )
17
17
- [ jsonPointerForPosition] ( index.md#jsonpointerforposition )
18
- - [ parseJSON5Document] ( index.md#parsejson5document )
19
- - [ parseJSON5DocumentState] ( index.md#parsejson5documentstate )
20
18
- [ parseJSONDocument] ( index.md#parsejsondocument )
21
19
- [ parseJSONDocumentState] ( index.md#parsejsondocumentstate )
22
20
@@ -63,7 +61,7 @@ provides a JSON schema enabled autocomplete extension for codemirror
63
61
64
62
#### Defined in
65
63
66
- [ json-completion.ts:820] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-completion.ts#L820 )
64
+ [ json-completion.ts:820] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-completion.ts#L820 )
67
65
68
66
---
69
67
@@ -100,7 +98,7 @@ provides a JSON schema enabled tooltip extension for codemirror
100
98
101
99
#### Defined in
102
100
103
- [ json-hover.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-hover.ts#L24 )
101
+ [ json-hover.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-hover.ts#L24 )
104
102
105
103
---
106
104
@@ -135,7 +133,7 @@ Helper for simpler class instantiaton
135
133
136
134
#### Defined in
137
135
138
- [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-validation.ts#L35 )
136
+ [ json-validation.ts:35] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-validation.ts#L35 )
139
137
140
138
## Utilities
141
139
@@ -162,7 +160,7 @@ this could be useful for other things later!
162
160
163
161
#### Defined in
164
162
165
- [ utils/jsonPointers.ts:37] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/utils/jsonPointers.ts#L37 )
163
+ [ utils/jsonPointers.ts:37] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/utils/jsonPointers.ts#L37 )
166
164
167
165
---
168
166
@@ -185,7 +183,7 @@ retrieve a Map of all the json pointers in a document
185
183
186
184
#### Defined in
187
185
188
- [ utils/jsonPointers.ts:98] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/utils/jsonPointers.ts#L98 )
186
+ [ utils/jsonPointers.ts:98] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/utils/jsonPointers.ts#L98 )
189
187
190
188
---
191
189
@@ -210,61 +208,7 @@ retrieve a JSON pointer for a given position in the editor
210
208
211
209
#### Defined in
212
210
213
- [ utils/jsonPointers.ts:81] ( https://github.com/acao/codemirror-json-schema/blob/c97650d/src/utils/jsonPointers.ts#L81 )
214
-
215
- ---
216
-
217
- ### parseJSON5Document
218
-
219
- ▸ ** parseJSON5Document** (` jsonString ` ): ` Object `
220
-
221
- Mimics the behavior of ` json-source-map ` 's ` parseJSONDocument ` function, for json5!
222
-
223
- #### Parameters
224
-
225
- | Name | Type |
226
- | :----------- | :------- |
227
- | ` jsonString ` | ` string ` |
228
-
229
- #### Returns
230
-
231
- ` Object `
232
-
233
- | Name | Type |
234
- | :--------- | :-------------------------------------------- |
235
- | ` data ` | ` any ` |
236
- | ` pointers ` | [ ` JSONPointersMap ` ] ( index.md#jsonpointersmap ) |
237
-
238
- #### Defined in
239
-
240
- [ utils/parseJSON5Document.ts:28] ( https://github.com/acao/codemirror-json-schema/blob/c97650d/src/utils/parseJSON5Document.ts#L28 )
241
-
242
- ---
243
-
244
- ### parseJSON5DocumentState
245
-
246
- ▸ ** parseJSON5DocumentState** (` state ` ): ` Object `
247
-
248
- Return parsed data and json5 pointers for a given codemirror EditorState
249
-
250
- #### Parameters
251
-
252
- | Name | Type |
253
- | :------ | :------------ |
254
- | ` state ` | ` EditorState ` |
255
-
256
- #### Returns
257
-
258
- ` Object `
259
-
260
- | Name | Type |
261
- | :--------- | :-------------------------------------------- |
262
- | ` data ` | ` any ` |
263
- | ` pointers ` | [ ` JSONPointersMap ` ] ( index.md#jsonpointersmap ) |
264
-
265
- #### Defined in
266
-
267
- [ utils/parseJSON5Document.ts:14] ( https://github.com/acao/codemirror-json-schema/blob/c97650d/src/utils/parseJSON5Document.ts#L14 )
211
+ [ utils/jsonPointers.ts:81] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9/src/utils/jsonPointers.ts#L81 )
268
212
269
213
---
270
214
@@ -291,7 +235,7 @@ Mimics the behavior of `json-source-map`'s `parseJSONDocument` function using co
291
235
292
236
#### Defined in
293
237
294
- [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/utils/parseJSONDocument.ts#L23 )
238
+ [ utils/parseJSONDocument.ts:23] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/utils/parseJSONDocument.ts#L23 )
295
239
296
240
---
297
241
@@ -318,7 +262,7 @@ Return parsed data and json pointers for a given codemirror EditorState
318
262
319
263
#### Defined in
320
264
321
- [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/utils/parseJSONDocument.ts#L9 )
265
+ [ utils/parseJSONDocument.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/utils/parseJSONDocument.ts#L9 )
322
266
323
267
## Type Aliases
324
268
@@ -335,7 +279,7 @@ Return parsed data and json pointers for a given codemirror EditorState
335
279
336
280
#### Defined in
337
281
338
- [ json-hover.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-hover.ts#L9 )
282
+ [ json-hover.ts:9] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-hover.ts#L9 )
339
283
340
284
---
341
285
@@ -345,7 +289,7 @@ Return parsed data and json pointers for a given codemirror EditorState
345
289
346
290
#### Defined in
347
291
348
- [ json-hover.ts:11] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-hover.ts#L11 )
292
+ [ json-hover.ts:11] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-hover.ts#L11 )
349
293
350
294
---
351
295
@@ -362,7 +306,7 @@ Return parsed data and json pointers for a given codemirror EditorState
362
306
363
307
#### Defined in
364
308
365
- [ json-hover.ts:13] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-hover.ts#L13 )
309
+ [ json-hover.ts:13] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-hover.ts#L13 )
366
310
367
311
---
368
312
@@ -372,7 +316,7 @@ Return parsed data and json pointers for a given codemirror EditorState
372
316
373
317
#### Defined in
374
318
375
- [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/utils/jsonPointers.ts#L8 )
319
+ [ utils/jsonPointers.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/utils/jsonPointers.ts#L8 )
376
320
377
321
---
378
322
@@ -389,7 +333,7 @@ Return parsed data and json pointers for a given codemirror EditorState
389
333
390
334
#### Defined in
391
335
392
- [ types.ts:3] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/types.ts#L3 )
336
+ [ types.ts:3] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/types.ts#L3 )
393
337
394
338
---
395
339
@@ -408,7 +352,7 @@ Return parsed data and json pointers for a given codemirror EditorState
408
352
409
353
#### Defined in
410
354
411
- [ types.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/types.ts#L8 )
355
+ [ types.ts:8] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/types.ts#L8 )
412
356
413
357
---
414
358
@@ -418,7 +362,7 @@ Return parsed data and json pointers for a given codemirror EditorState
418
362
419
363
#### Defined in
420
364
421
- [ types.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/types.ts#L15 )
365
+ [ types.ts:15] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/types.ts#L15 )
422
366
423
367
---
424
368
@@ -435,4 +379,4 @@ Return parsed data and json pointers for a given codemirror EditorState
435
379
436
380
#### Defined in
437
381
438
- [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/c97650d /src/json-validation.ts#L24 )
382
+ [ json-validation.ts:24] ( https://github.com/acao/codemirror-json-schema/blob/3a578e9 /src/json-validation.ts#L24 )
0 commit comments