load_json¶ pyinaturalist.models.load_json(value) → Dict[str, Any] | Iterable[Dict[str, Any]]¶ Load a JSON string, file path, or file-like object Return type: Union[Dict[str, Any], Iterable[Dict[str, Any]]]