[Java] Class JsonStringDecoder
- groovy.json.internal.JsonStringDecoder
- Authors:
- Richard Hightower
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
static String |
decode(char[] chars, int start, int to) | |
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/2.4.21/html/gapi/groovy/json/internal/JsonStringDecoder.html