Description:
A ReactJS component used to render an editable JSON tree structure with ease.
Features:
- Json Viewer
- Collapse node possibility via function
- Add new node value
- Remove node value
- Update node value
- Implicit convert of new value ({} for object, [] for array, true for boolean, …)
- Style via function
- Read only possibility
- Call for global update and delta update
- Possibility to give buttons, inputs, … in parameters






