We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bf0b03 + 7f65374 commit 3a57ce0Copy full SHA for 3a57ce0
src/main/java/com/github/fge/jsonpatch/PathParser.java
@@ -17,6 +17,7 @@ public class PathParser {
17
* @param path Path in JsonPath or JsonPointer notation
18
* @return PathDetails containing path to parent, name of new node and boolean value if path contains filter or multi
19
* index notation
20
+ * @throws JsonPatchException when invalid path provided
21
* */
22
public static PathDetails getParentPathAndNewNodeName(String path) throws JsonPatchException {
23
final String fullJsonPath = JsonPathParser.tmfStringToJsonPath(path);
0 commit comments