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