cheungj
12 years agoVisitor
ParseJson does not handle negative numbers
Has anyone encountered an issue where the parsejson method when it parses out a Json integer that is a negative value it forces it as a positive value? so for example i have this json string
{test: -1} but when i run the parse json on it the value of test = 1 instead of -1?
{test: -1} but when i run the parse json on it the value of test = 1 instead of -1?