rodgarcialima / superobject

Automatically exported from code.google.com/p/superobject
0 stars 0 forks source link

Bug with boolean values #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When we have values string like:
{"teste": ["False","false","0","f","F"]}
in all this cases getting B[Value] return True

Original issue reported on code.google.com by mrbar2000@gmail.com on 13 Dec 2011 at 1:20

GoogleCodeExporter commented 9 years ago
I vote for this issue. In particular jQuery serializes the boolean constants as 
"true" and "false", with the quotation marks.

Original comment by kryv...@gmail.com on 27 Dec 2012 at 6:48