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

Add an option to enable pretty-printing when writing JSON #11

Open
tgregg opened this issue Jun 18, 2021 · 0 comments
Open

Add an option to enable pretty-printing when writing JSON #11

tgregg opened this issue Jun 18, 2021 · 0 comments

Comments

@tgregg
Copy link
Contributor

tgregg commented Jun 18, 2021

JSON is commonly pretty-printed for human readability. Currently the write command does not provide the option to pretty-print JSON. This can cause confusion when the input file is pretty-printed JSON because the non-pretty-printed output file can be much smaller despite being data model equivalent. It also doesn't provide the most accurate representation of JSON write speed and serialized size in cases where user's JSON data is always pretty-printed.

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

1 participant