pcdsutils.json_to_table.table_from_json

pcdsutils.json_to_table.table_from_json(data: list[dict], sort_key: str, columns: list[str] | None = None, list_delimiter: str = ', ', max_col_width: int = 80) PrettyTable[source]

Create a PrettyTable from the input JSON data.