Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting JSON string #39

Open
erikfroseth opened this issue Nov 7, 2018 · 1 comment
Open

Formatting JSON string #39

erikfroseth opened this issue Nov 7, 2018 · 1 comment

Comments

@erikfroseth
Copy link

Hi,

Do you have any plans on pretty printing JSON values? For example, something like "INSERT INTO my_table (json_col) VALUES ('{ ... a long JSON document ... }');" prints the entire JSON on a single line.

@maddyblue
Copy link
Owner

No plans to do this. It's hard or impossible to know if a string is actually JSON without having access to the table schema, and a code formatter definitely doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants