YYsuni / react18-json-view

JSON viewer for react18
https://jv.yysuni.com/
MIT License
236 stars 15 forks source link

Pasting a JSON object #45

Open daryllimyt opened 4 weeks ago

daryllimyt commented 4 weeks ago

Hi, this is a great project! Would love to know if it's possible to copy and paste JSON objects to and from the editor?

Thanks!

YYsuni commented 4 weeks ago

Yup, just pasting it with () surrounded. eg. ({"k1":123,"k2":"123","k3":false}). You could try it online: https://jv.yysuni.com/