Skip to content
Snippets Groups Projects

new laura folder

Merged Laura Rævsbæk Birch requested to merge au620747-main-patch-86964 into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
import json
def create_recording_data_json(path, data):
with open(path, 'w') as outfile:
json.dump(data, outfile, indent=4)
\ No newline at end of file
Loading