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

Could you remove $VAR1 = from json_pp -t dumper's output #11

Closed
tokuhirom opened this issue Jul 18, 2014 · 1 comment
Closed

Could you remove $VAR1 = from json_pp -t dumper's output #11

tokuhirom opened this issue Jul 18, 2014 · 1 comment

Comments

@tokuhirom
Copy link

> echo '{}' | json_pp -t dumper
$VAR1 = {};
> echo '{}' | json_xs -t dumper
{}

I guess, json_xs' behaviour is even better.

@charsbar
Copy link
Collaborator

Thanks!

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