Skip to content

Commit

Permalink
Merge pull request #29 from topaz/patch-1
Browse files Browse the repository at this point in the history
fix error in decode_prefix example
  • Loading branch information
charsbar committed Aug 27, 2016
2 parents 405129f + f5dc298 commit 09a3859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JSON.pm
Expand Up @@ -1505,7 +1505,7 @@ silently stop parsing there and return the number of characters consumed
so far.
JSON->new->decode_prefix ("[1] the tail")
=> ([], 3)
=> ([1], 3)
See to L<JSON::XS/OBJECT-ORIENTED INTERFACE>
Expand Down

0 comments on commit 09a3859

Please sign in to comment.