Upload functionality for json file

Can I upload data into Dash from my desktop using a json file?

Hi @PMSB !

Sure, you can use the dcc.Upload()component.

This link shows upload functionality for csv file. Can you please share the documentation for json format, where I can use the columns of that file dynamically for plotting a graph?

Here is an example where a json gets uploaded and then is used to create a plotly figure object.

1 Like