orkgnlp.common.util.io.read_json

read_json(input_path)[source]

Reads the json file of the given input_path.

Parameters

input_path (str) – Path to the json file

Return type

Dict[str, Any]

Returns

A loaded json object.