ralfstx / minimal-json

A fast and small JSON parser and writer for Java
MIT License
732 stars 186 forks source link

remove deprecated static fields to avoid deadlock #115

Open pstanton opened 4 years ago

pstanton commented 4 years ago

I cannot understand why this wasn't done 2.5 years ago. Your popular project is used in many projects however is woefully unreliable due to this very fixable issue.

pstanton commented 4 years ago

fixes #77 and #88