skrf.io.general.from_json_string

skrf.io.general.from_json_string(obj_string)[source]

Loads network object from JSON string representation. :param obj_string: str

JSON string representation of a network object.

Returns:

Network object A Network object, rebuilt from JSON.