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

Allow JSON object to be passed at import time #6

Closed
tobyink opened this issue Oct 29, 2019 · 1 comment
Closed

Allow JSON object to be passed at import time #6

tobyink opened this issue Oct 29, 2019 · 1 comment

Comments

@tobyink
Copy link
Contributor

tobyink commented Oct 29, 2019

Something like this?

use JSON::PP;
use JSON::Slurper -backend => JSON::PP->new->pretty(1), qw(json_spurt);
@srchulo
Copy link
Owner

srchulo commented Oct 30, 2019

@tobyink thanks! That was a good suggestion :)

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