Skip to content

Conversation

erav
Copy link
Contributor

@erav erav commented Apr 6, 2016

In my work on a big data server consuming and producing JSONs and utilising json-smart as the library to convert these JSONs into objects, I have frequently come across the need to manipulate or process the JSONObjects in different manners. So I added to this repo the most frequent usages in a standardised and modular package.
The package - net.minidev.json.actions - provides full traversal of the whole JSONObject or a partial by-path navigation of its branches. For each type of passage, hooks are provided via a corresponding interface to process complete branches or individual nodes of the JSONObject tree.
I would like to merge this content into the main repo of this library as think it may be useful to other developers, and as I would like other developers to enhance and extend this addition with me.

Thanks

@UrielCh UrielCh changed the base branch from master to erav September 24, 2016 02:13
@UrielCh UrielCh merged commit 8745243 into netplex:erav Sep 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants