Skip to content

Add remove by query to JSONObject#488

Closed
serngawy wants to merge 3 commits into
stleary:masterfrom
serngawy:master
Closed

Add remove by query to JSONObject#488
serngawy wants to merge 3 commits into
stleary:masterfrom
serngawy:master

Conversation

@serngawy

Copy link
Copy Markdown

No description provided.

Signed-off-by: serngawy <m.elserngawy@gmail.com>
Signed-off-by: serngawy <m.elserngawy@gmail.com>
Signed-off-by: serngawy <m.elserngawy@gmail.com>
@johnjaylward

johnjaylward commented Oct 15, 2019

Copy link
Copy Markdown
Contributor

@serngawy , any reason you didn't use the JSONPointer.java for the query path processing?

@johnjaylward johnjaylward left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few corrections:

  1. Please try to use the JSONPointer class for the queries. It would make path queries inconsistent to have 2 different implementations (JSONPointer vs this)
  2. Use JSONException (or a sub class) for exception throws

@serngawy

Copy link
Copy Markdown
Author

No reason for not using JsonPointer, just simplicity. will take a look.

@stleary

stleary commented May 12, 2020

Copy link
Copy Markdown
Owner

Closed for lack of activity.

@stleary stleary closed this May 12, 2020
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.

3 participants