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