colstore.from_json¶ colstore.from_json(source, dest, **kwargs)[source]¶ Import a JSON file into a .cstore (convert(..., format="json")). Parameters: source (str | PathLike[str]) dest (str | PathLike[str]) kwargs (Any) Return type: ColStoreReader