We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extend the new IO module to allow us to pretty print different datatypes
We could actually just piggy back off of the JSON module as this allows us to "stringify" values with a given indentation level
No response
The text was updated successfully, but these errors were encountered:
I think it might go better in the Object package.
Sorry, something went wrong.
Fair point, I’d probably agree
Do we want the user to be able to specify the indentation like they can with the JSON module?
It would be nice to have yeah!
PR coming shortly then.
briandowns
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is your feature request related to a problem?
Extend the new IO module to allow us to pretty print different datatypes
Describe the solution you'd like
We could actually just piggy back off of the JSON module as this allows us to "stringify" values with a given indentation level
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: