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

from-json breaks on preceeding whitespace #7

Closed
sirrobert opened this issue Sep 28, 2012 · 1 comment
Closed

from-json breaks on preceeding whitespace #7

sirrobert opened this issue Sep 28, 2012 · 1 comment

Comments

@sirrobert
Copy link

$ perl6
> use JSON::Tiny;
Nil
> my $json = ' {"a":1}';
> from-json $json;
Any()
> from-json $json.trim;
("a" => 1).hash
> 
@masak masak closed this as completed in 121fff4 Oct 20, 2012
@moritz
Copy link
Owner

moritz commented Oct 20, 2012

also relevant: commit a7910f1

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

3 participants