Checklist
Summary
It would be great to add a feature where, if I mouseovered something inside a st.json, it would tell me the path.
Why?
In my streamlit apps, I will have very long, deeply nested st.json objects. When I scroll through these objects it is hard to keep track of my current location in the schema.
How?
Perhaps the path could be displayed in a tooltip. For example, in the link on the st.json reference page hovering over "1" or "stuff 2" could show "foo/stuff/1".
Additional Context
No response
Checklist
Summary
It would be great to add a feature where, if I mouseovered something inside a st.json, it would tell me the path.
Why?
In my streamlit apps, I will have very long, deeply nested
st.jsonobjects. When I scroll through these objects it is hard to keep track of my current location in the schema.How?
Perhaps the path could be displayed in a tooltip. For example, in the link on the st.json reference page hovering over "1" or "stuff 2" could show "foo/stuff/1".
Additional Context
No response