Package org.apache.groovy.json.internal
Class JsonStringDecoder
java.lang.Object
org.apache.groovy.json.internal.JsonStringDecoder
public class JsonStringDecoder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description JsonStringDecoder()
-
Method Summary
Modifier and Type Method Description static java.lang.String
decode(char[] chars, int start, int to)
static java.lang.String
decodeForSure(char[] chars, int start, int to)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsonStringDecoder
public JsonStringDecoder()
-
-
Method Details
-
decode
public static java.lang.String decode(char[] chars, int start, int to) -
decodeForSure
public static java.lang.String decodeForSure(char[] chars, int start, int to)
-