react-json-view
react-json-view copied to clipboard
Possible to hide fields from view?
Currently our solution is to save some fields in state and remove them from the initially-loaded JSON (adding back in later).
Ideally we can just set a CSS class on those fields, though, and hide them without modifying data.