Coverage for json2xml/utils.py : 82%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" Reads a json string and emits json string """ print(e) sys.exit(e)
""" Loads json from an URL over the internets """ else:
""" Loads json from string """ sys.exit("the input doesn't seem to be valid string") except Exception as e: print(e) sys.exit(e) |