bazinga
bazinga copied to clipboard
json formatter support backslash unescape
support backslash unescape
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
bazinga | ✅ Ready (Inspect) | Visit Preview | Jul 8, 2022 at 5:56AM (UTC) |
Hey @sunfuze 👋 ,
Thanks for the pull request! I'm wondering what's the main purpose/use case of this change?
We use Archery as database manager, it append backslash when field is json.
Example:
So it is usable in this case to remove backslash when format json content.
Another case is: our log system use json as output format, if some log field is json string, the output of that field will be appended backslash before '"'.