It's not slow. Because it uses inheritance, it's just as fast as not using it (other than the one time per process setup cost).
The reason I avoid it is because it defaults to JSON::PP. Your program could be orders of magnitude slower than required without any feedback that this is the case, just because you forgot to install the faster back end.
And also because it uses JSON::XS instead of Cpanel::JSON::XS. The author of JSON::XS is very contrary, and insists on keeping JSON::XS thread-unsafe, yet most Perl builds are threaded builds. I don't need this drama associated with that author.
(JSON will work with Cpanel::JSON::XS, but you have to explicitly tell it to.)
In reply to Re^2: Issues using boolean_values in JSON v4.02
by ikegami
in thread Issues using boolean_values in JSON v4.02
by bc3-au
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |