const JSONUtils = brackets.getModule("language/JSONUtils")Reg-ex to match colon, comma, opening bracket of an array and white-space.
Enumeration for Token Key
Enumeration for Token value
Removes the quotes around a string
Kind: global function
| Param | Type |
|---|---|
| string | String |
Returns context info at a given position in editor
Kind: global function
| Param | Type | Description |
|---|---|---|
| editor | Editor |
|
| constPos | Object |
Position of cursor in the editor |
| requireParent | Boolean |
If true will look for parent key name |
| requireNextToken | Boolean |
if true we can replace the next token of a value. |