The value to edit (NOT a json string). Defaults to an empty object.
Optional
editor: stringLaunch command to start your editor. Defaults to VSCode: 'code -w' (if installed).
promptUserEditJsonInTextEditor([1, 2]).then(console.log)
Generated using TypeDoc
Edit a JSON-stringify-compatible value in the user's editor and return the (JSON.parse'd) result.