Update 0.1.1
Update to fix serialisation issue with add, element, put, and set methods.
Calling a method like any of add
, element
, put
, or set
with kompat's JSONArray
or JSONObject
would cause the object to be serialised directly rather than as it should. Fixed by unwrapping to the underlying json-lib
JSONArray
or JSONObject
where relevant.