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

Update io_json.py

parent 3b140a29
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,6 @@ def read_json(inputfile):
=======
jobs : dict
returns a dictionary
>>> inputs = read_json('testfiles/sampleinput.json')
>>> k = inputs.keys()
>>> k.sort()
>>> print k
[u'ancillarydata', u'bands', u'force', u'images', u'latlon', u'name', u'outputformat', u'processing_pipeline', u'projection', u'resolution', u'rtilt', u'tesatm', u'uddw']
"""
with open(inputfile, 'r') as f:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment