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 SummaryConstructors Constructor Description JsonStringDecoder()
- 
Method SummaryModifier and Type Method Description static java.lang.Stringdecode(char[] chars, int start, int to)static java.lang.StringdecodeForSure(char[] chars, int start, int to)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
JsonStringDecoderpublic JsonStringDecoder()
 
- 
- 
Method Details- 
decodepublic static java.lang.String decode(char[] chars, int start, int to)
- 
decodeForSurepublic static java.lang.String decodeForSure(char[] chars, int start, int to)
 
-