Skip to content

Instantly share code, notes, and snippets.

@amitkrout
Created February 22, 2022 04:54
Show Gist options
  • Select an option

  • Save amitkrout/614742106ea67ad868696a2926d50c94 to your computer and use it in GitHub Desktop.

Select an option

Save amitkrout/614742106ea67ad868696a2926d50c94 to your computer and use it in GitHub Desktop.
def insertValueindictonary():
with open("test1.json") as jsonFile:
data = json.load(jsonFile)
Dict = { }
for p in data:
print("ooooooooooo",p)
Dict[p] = { }
return Dict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment