Package org.apache.johnzon.core
Class JsonPointerUtil
- java.lang.Object
-
- org.apache.johnzon.core.JsonPointerUtil
-
public final class JsonPointerUtil extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateJsonPointerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdecode(String s)Transforms "~1" to "/" and then "~0" to "~",static Stringencode(String s)Transforms "~" to "~0" and then "/" to "~1"private static Stringreplace(String src, String from, String to)
-