Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce helper classes to process a JSONObject and its nodes #24

Merged
merged 10 commits into from
Sep 24, 2016

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