Skip to content

Update 0.1.1

Compare
Choose a tag to compare
@alexwestphal alexwestphal released this 28 Dec 23:48
· 2 commits to master since this release

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.