json-lib is a dead project, is very slow, is a memory hog, and has memory leaks. We will migrate to jackson.
In 4.10.1+ and 5.7.0+ Jackson marshaling is used by default but will failover to json-lib if invalid attributes in JSON are used.
How to migrate to jackson (using maps)
...