Hi, I like the JSON object, and I’m wondering if it is possible to access JS properties of the widget during runtime.
Especially for larger JSON objects it would be good to influence the output props.
see (GitHub - mac-s-g/react-json-view: JSON viewer for react)
for instance
collapsed
can be boolean
or integer
and is by default false
.
You could also use an integer value to collapse at a particular depth.
Is there a good practice to customize such a streamalit/JSON element?