in reply to Re: JSON.pm returning "false" instead of false
in thread JSON.pm returning "false" instead of false
Which makes it all a bit complicated. I just noticed that the return wasn't what I expected. I'll double check that my serialize is getting called but I'm pretty sure it is.BEGIN { # install JSON and JSON::XS if you can! eval 'use JSON -convert_blessed_universally;'; eval ( $@ ? 'sub HAS_JSON(){ 0 }' : 'sub HAS_JSON(){ 1 }' ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: JSON.pm returning "false" instead of false
by ikegami (Patriarch) on Apr 12, 2010 at 22:31 UTC | |
by josh803316 (Beadle) on Apr 12, 2010 at 22:43 UTC | |
by Anonymous Monk on Apr 13, 2010 at 13:10 UTC | |
by josh803316 (Beadle) on Apr 13, 2010 at 23:43 UTC |