react-json-view
react-json-view copied to clipboard
Applying Styles To Keys & Values Conditionally?
@mac-s-g . Thanks for the module . Pretty useful.
I was wondering if there is a way where I can style keys & values from my json based on some condition? e.g Assign a class to key or value based on a condition (e.g value === 'something' then assign a class)
Need same props or options to change color of keys and values. As default red color to string values indicate something different in my case