in reply to Re^3: How do I make the JSON module convert true/false to 1/0 instead of a blessed Boolean object?
in thread How do I make the JSON module convert true/false to 1/0 instead of a blessed Boolean object?
Both JSON::PP and JSON::XS support boolean_values, and the error message said the method wasn't found in JSON, not JSON::XS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How do I make the JSON module convert true/false to 1/0 instead of a blessed Boolean object?
by Cody Fendant (Hermit) on Jan 03, 2022 at 22:22 UTC | |
by ikegami (Patriarch) on Jan 04, 2022 at 15:06 UTC |