react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Templating

Open gadij opened this issue 3 years ago • 0 comments

Is there a way to limit the use for a specific template? for example, when the user open an object in the json it will automatically set a pre-defined properties to this object such as: name, type,

so from this: initial state: '{}' *user clicks on the '+' icon will become this: '{ type: "object", name: "", ... ... ...

}'

gadij avatar Dec 06 '21 10:12 gadij