Overview
Class Hierarchy
JSON Parsing
JSONParser
Miscellaneous
Contents
parse_json
This module consists of a single class, JSONParser.
A parser to convert a JSON file into a Network object
config_dict (dict) – dictionary that defines network
network_name (str) – name of the network being parsed
path (str) – path to the JSON file to load
config (dict) – dictionary with the contents the JSON file
network_obj (Network) – Python representation of the JSON file