Is it possible to modify a json file using streamlit?

Hello everyone,

I have created an application with streamlit.
At the end of the calculation my application shows the user the results in json format using st.json().
My question is, is there a possibility to give the user the option to modify the json output of st.json() or otherwise if the user is disappointed with the results?

Thank you in advance for your answers.