in reply to Release: JSON::SIMD

Do you plan to implement typing as in Cpanel::JSON::XS::Type?

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Release: JSON::SIMD
by kikuchiyo (Hermit) on Apr 20, 2023 at 09:16 UTC

    No.

    To support that I'd essentially have to rebase the whole thing to Cpanel::JSON::XS. Which wouldn't be impossible, given that the interface between the simdjson wrapper and the XS part is relatively small and clean, but it would still be a lot of work (adapting the tests etc.).