in reply to Re^2: Release: JSON::SIMD
in thread Release: JSON::SIMD

That's fair enough. I wasn't trying to push any particular JSON::* module; just reporting my typical usage.

I suppose, with JSON, you could use the environment variable, $PERL_JSON_BACKEND, along these lines:

export PERL_JSON_BACKEND=JSON::SIMD,JSON::XS,JSON::PP

Although, I haven't tried that.

— Ken