The function reads and parses a json text and creates a Graph object.
parse_graph(json, parameters = NULL, con = NULL)
the json graph in a textual representation or an already parsed list object
optional parameters
a connected openEO client (optional) otherwise active_connection()
is used.
Graph object