Trino ACL JSON Parser
Paste your Trino ACL JSON below:
[ { "user": "alice", "catalog": "hive", "schema": "sales", "table": "orders", "privileges": ["SELECT", "INSERT"] }, { "user": "bob", "catalog": "mysql", "schema": "marketing", "table": "leads", "privileges": ["SELECT"] } ]
Parse