Skip to content

Commit 3a57ce0

Browse files
authored
Merge pull request #9 from gravity9piotr/feature/787_json_path_parser
#787 JsonPath parsing - added throws to java doc
2 parents 0bf0b03 + 7f65374 commit 3a57ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/fge/jsonpatch/PathParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class PathParser {
1717
* @param path Path in JsonPath or JsonPointer notation
1818
* @return PathDetails containing path to parent, name of new node and boolean value if path contains filter or multi
1919
* index notation
20+
* @throws JsonPatchException when invalid path provided
2021
* */
2122
public static PathDetails getParentPathAndNewNodeName(String path) throws JsonPatchException {
2223
final String fullJsonPath = JsonPathParser.tmfStringToJsonPath(path);

0 commit comments

Comments
 (0)