Function Reference: RTree.json_read

RTree: obj = json_read (io_arg)

Create (deserialise) an RTree instance from JSON path or stream io_arg.

Example:

 
 rtree = RTree.json_read ("file.json");
 

See also: RTree.to_json, RTree.json_write