Skip to content
Advertisement

Tag: updating

Updating the json file edited in Python

Suppose I have a json file like – This is a single object. There are hundreds of objects similar to these. What i did was I accessed every ‘name’ from “name_list” and cleaned it using some rules. In that process some common name were removed. Now I want to update the cleaned data back to the json file. Note that

Advertisement