makamaka / JSON

perl implementation of JSON encoder/decoder
42 stars 40 forks source link

thread safety warnings #57

Open klaernie opened 11 months ago

klaernie commented 11 months ago

I recently fell into the problem, that JSON prefers JSON::XS, which is not thread safe. However using JSON::PP works perfectly fine.

Would it be a good idea for JSON to either:

I'd hope that this could prevent another person not reading the entire documentation of JSON::XS from getting into weird crashes and spending a few days hunting down what caused it, until finally figuring it out.

Best regards, Andre