All the information provided by a {@code JsonLocation} is optional. Forexample, a provider may only report line numbers. Also, there may not be any location information for an input source. For example, if a {@code JsonParser} is created using{@link javax.json.JsonArray JsonArray} input source, all the methods inthis class return -1. @author Jitendra Kotamraju @see JsonParser @see JsonParsingException
|
|
|
|