Skip to main content


so apparently there are just, like, three different, but mostly compatible, implementations of JSON parsing in #perl? there's PP, there's XS that is faster because it's written in C, and apparently there's also some Tiny version that's more tolerant to non-standard data?
#perl