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 private
JsonPointerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
decode(String s)
Transforms "~1" to "/" and then "~0" to "~",static String
encode(String s)
Transforms "~" to "~0" and then "/" to "~1"private static String
replace(String src, String from, String to)
-