Skip to content
Snippets Groups Projects
Commit 3b140a29 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update io_json.py

parent ecdfcfc9
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ def read_json(inputfile): ...@@ -15,7 +15,7 @@ def read_json(inputfile):
jobs : dict jobs : dict
returns a dictionary returns a dictionary
>>> inputs = readinputfile('testfiles/sampleinput.json') >>> inputs = read_json('testfiles/sampleinput.json')
>>> k = inputs.keys() >>> k = inputs.keys()
>>> k.sort() >>> k.sort()
>>> print k >>> print k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment