We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d39a9 commit bee3481Copy full SHA for bee3481
lib/JSON/Tiny.pod
@@ -36,8 +36,8 @@ hash reference, and will try to call the L<TO_JSON> method on blessed
36
references, or stringify them if it doesn't exist.
37
38
Differentiating between strings and numbers in Perl is hard; depending on how
39
-it has been used, a scalar can be both at the same time. The string value gets
40
-precedence unless both representations are equivalent.
+it has been used, a scalar can be both at the same time. The string value has a
+higher precedence unless both representations are equivalent.
41
42
[1, -2, 3] -> [1, -2, 3]
43
{"foo": "bar"} -> {foo => 'bar'}
0 commit comments