You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding JSON Pointer support to the library?
From the API point of view I think it would mean a new method with a signature like Object query(String jsonPointer), both in JSONObject and JSONArray.
@stleary if you give green light for this proposal then I may work on it.