Releasing 0.3.2 version
Changes --
- In-place json patch apply ( by mutating source json, instead of creating new json and then applying patch over it, there by reducing extra memory overhead, very useful incase of large jsons ), you can use " JsonPatch.applyInPlace " API for this. Thanks @hugebdu for PR
- Bug fix in COPY operation.