Skip to content
Advertisement

Python code to multiple JSON files with different names

I’m new to python and programming in general, asking for help: What to run in python code to print this data in multiple JSON files (300 files) that every file change the “name” line from #1 to #300 and the JSON files names will be like from 1.json to 300.json is it possible?

JavaScript

Advertisement

Answer

try this:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement