I was recently introduced to a new library called Jolt (https://github.com/bazaarvoice/jolt). Jolt performs JSON transformations which allows a developer to convert from one JSON structure to another JSON structure using a transformation mapping (created using JSON) and not having to write code. This is pretty amazing for Java applications as it avoids having to call […]