This is what spicedb returns me: ```"definition pl...
# spicedb
t
This is what spicedb returns me:
Copy code
"definition platform {\n\trelation core_module: plan#subscriber\n}\n\ndefinition plan {\n\trelation subscriber: company#employee\n}"
It's hard to read it as single line string with a bunch of special characters in it. I just wanted to know if there is a tool that can properly replace these line breaks and tabs so I can read it, without having to do it manually everytime I want to read the schema (or write)
2 Views