josdejong / josdejong/jsoneditor
Copy/paste support
Open
feature
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Being able to copy/paste JSON would be useful.
Copy paste is tricky though as you cannot just use the system clipboard for that due to security restrictions in the browser. But people expect (rightfully) to just be able to copy/paste between different applications and things like that, so it will be a challenge to get this right within the limitations of a browser.
Contributor guide
Assessment
This issue has not been assessed yet.