Pointer-Path

Maintainers and Contributors

Chris K Wensel

About

Pointer-Path is a Java API for building and transforming nested data types like JSON.

The API was designed to allow the declaration of bulk transformations. That is, declare the transform to be performed, then execute them over a set of input data.

The API provides for

The Cascading nested data operations rely on the Pointer-Path library to provide its JSON support.

This project relies on Jackson to provide its JSON support.