public class JsonPointerUtil extends Object
Modifier | Constructor and Description |
---|---|
private |
JsonPointerUtil() |
Modifier and Type | Method and 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"
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.