Export data to JSON file with Python

Hi,

I would like to export data in JSON format using a Python script.
image

Do you have any advice on how to do it?

Many thanks for your support!

Best regards,

Julia

This example demonstrates how to use the native json module to write/read JSON files to/from disk (ignore all the slider business):

2 Likes

Thank you very much!!!

1 Like

I also do this with Jswan and write file components in GH, no python code required.

Cheers

DK