in reply to Re^5: 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?
JSON.pm isn't a parser. It's just a front-end for JSON::PP or JSON::XS. So one most definitely needs JSON::PP or JSON::XS.
Maybe you meant one doesn't need to use JSON::PP directly, but the parent post was clear that JSON.pm was the module being used directly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How do I make the JSON module convert true/false to 1/0 instead of a blessed Boolean object?
by pryrt (Abbot) on Jan 04, 2022 at 15:38 UTC |