[Java] Class JsonStringDecoder
- org.apache.groovy.json.internal.JsonStringDecoder
public class JsonStringDecoder
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static String |
decode(char[] chars, int start, int to) | |
public static String |
decodeForSure(char[] chars, int start, int to) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public static String decode(char[] chars, int start, int to)
public static String decodeForSure(char[] chars, int start, int to)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/internal/JsonStringDecoder.html