mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
add timestamps to recent commits, javadocs for JSONObject, JSONArray queryFrom() methods
This commit is contained in:
parent
8a72509e6e
commit
4a458a9f1c
4 changed files with 48 additions and 4 deletions
|
@ -27,6 +27,9 @@ SOFTWARE.
|
|||
/**
|
||||
* The JSONPointerException is thrown by {@link JSONPointer} if an error occurs
|
||||
* during evaluating a pointer.
|
||||
*
|
||||
* @author JSON.org
|
||||
* @version 2016-05-13
|
||||
*/
|
||||
public class JSONPointerException extends JSONException {
|
||||
private static final long serialVersionUID = 8872944667561856751L;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue