- Cache<KEY,VALUE> - Interface in org.apache.groovy.json.internal
- 
Cache 
- CacheType - Enum in org.apache.groovy.json.internal
-  
- call(Map) - Method in class groovy.json.JsonBuilder
- 
Named arguments can be passed to the JSON builder instance to create a root JSON object 
- call(List) - Method in class groovy.json.JsonBuilder
- 
A list of elements as arguments to the JSON builder creates a root JSON array 
- call(Object...) - Method in class groovy.json.JsonBuilder
- 
Varargs elements as arguments to the JSON builder create a root JSON array 
- call(Iterable, Closure) - Method in class groovy.json.JsonBuilder
- 
A collection and closure passed to a JSON builder will create a root JSON array applying
 the closure to each object in the collection 
- call(Collection, Closure) - Method in class groovy.json.JsonBuilder
- 
- call(Closure) - Method in class groovy.json.JsonBuilder
- 
A closure passed to a JSON builder will create a root JSON object 
- call(Map) - Method in class groovy.json.StreamingJsonBuilder
- 
Named arguments can be passed to the JSON builder instance to create a root JSON object 
- call(String) - Method in class groovy.json.StreamingJsonBuilder
- 
The empty args call will create a key whose value will be an empty JSON object:
  
 new StringWriter().with { w ->def json = new groovy.json.StreamingJsonBuilder(w)
     json.person()
     assert w.toString() == '{"person":{}}'
 }
- call(List) - Method in class groovy.json.StreamingJsonBuilder
- 
A list of elements as arguments to the JSON builder creates a root JSON array 
- call(Object...) - Method in class groovy.json.StreamingJsonBuilder
- 
Varargs elements as arguments to the JSON builder create a root JSON array 
- call(Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
A collection and closure passed to a JSON builder will create a root JSON array applying
 the closure to each object in the collection 
- call(Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
- call(Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
A closure passed to a JSON builder will create a root JSON object 
- call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
A name and a closure passed to a JSON builder will create a key with a JSON object 
- call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
A name, a collection and closure passed to a JSON builder will create a root JSON array applying
 the closure to each object in the collection 
- call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
- call(String, Map, Closure) - Method in class groovy.json.StreamingJsonBuilder
- 
If you use named arguments and a closure as last argument,
 the key/value pairs of the map (as named arguments)
 and the key/value pairs represented in the closure
 will be merged together —
 the closure properties overriding the map key/values
 in case the same key is used. 
- call(String, List<Object>) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the name and a JSON array 
- call(String, Object...) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the name and a JSON array 
- call(String, Iterable, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
A collection and closure passed to a JSON builder will create a root JSON array applying
 the closure to each object in the collection 
- call(String, Collection, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
- call(String, Object) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the name and value of a JSON attribute 
- call(String, Object, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the name and value of a JSON attribute 
- call(String, Closure) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the name and another JSON object 
- call(String, JsonOutput.JsonUnescaped) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes an unescaped value. 
- call(String, Writable) - Method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
- 
Writes the given Writable as the value of the given attribute name 
- capacity - Variable in class org.apache.groovy.json.internal.CharBuf
-  
- CharacterSource - Interface in org.apache.groovy.json.internal
-  
- charArray - Variable in class org.apache.groovy.json.internal.JsonParserCharArray
-  
- charAt(int) - Method in class org.apache.groovy.json.internal.CharBuf
-  
- charAt(int) - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- charAt(int) - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- CharBuf - Class in org.apache.groovy.json.internal
-  
- CharBuf(char[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
-  
- CharBuf(byte[]) - Constructor for class org.apache.groovy.json.internal.CharBuf
-  
- CharBuf(int) - Constructor for class org.apache.groovy.json.internal.CharBuf
-  
- CharBuf() - Constructor for class org.apache.groovy.json.internal.CharBuf
-  
- charDescription(int) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- chars(String) - Static method in class org.apache.groovy.json.internal.Chr
-  
- CharScanner - Class in org.apache.groovy.json.internal
-  
- CharScanner() - Constructor for class org.apache.groovy.json.internal.CharScanner
-  
- CharSequenceValue - Class in org.apache.groovy.json.internal
-  
- CharSequenceValue(boolean, Type, int, int, char[], boolean, boolean) - Constructor for class org.apache.groovy.json.internal.CharSequenceValue
-  
- charset - Variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- charValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- charValue() - Method in class org.apache.groovy.json.internal.NumberValue
-  
- charValue() - Method in interface org.apache.groovy.json.internal.Value
-  
- charValue() - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- chop() - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- chop() - Method in class org.apache.groovy.json.internal.NumberValue
-  
- chop() - Method in interface org.apache.groovy.json.internal.Value
-  
- chop() - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- chopList() - Method in class org.apache.groovy.json.internal.ValueList
-  
- chopMap() - Method in class org.apache.groovy.json.internal.LazyValueMap
- 
Chop this map. 
- Chr - Class in org.apache.groovy.json.internal
-  
- Chr() - Constructor for class org.apache.groovy.json.internal.Chr
-  
- clear() - Method in class org.apache.groovy.json.internal.LazyMap
-  
- clear() - Method in class org.apache.groovy.json.internal.ValueList
-  
- clearAndCopy() - Method in class org.apache.groovy.json.internal.LazyMap
-  
- clone() - Method in class org.apache.groovy.json.internal.LazyMap
-  
- cloneDelegateAndGetContent(Closure<?>) - Static method in class groovy.json.JsonDelegate
- 
Factory method for creating JsonDelegates from closures.
 
- cloneDelegateAndGetContent(Writer, Closure) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- cloneDelegateAndGetContent(Writer, Closure, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- close() - Method in class org.apache.groovy.json.internal.CharBuf
-  
- CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- CLOSED_BRACKET - Static variable in class org.apache.groovy.json.internal.CharScanner
-  
- CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- CLOSED_CURLY - Static variable in class org.apache.groovy.json.internal.CharScanner
-  
- closure - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
-  
- ClosureConverter(Class<?>, Closure<?>) - Constructor for class groovy.json.DefaultJsonGenerator.ClosureConverter
-  
- COLON - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- COMMA - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- COMMA - Static variable in class org.apache.groovy.json.internal.CharScanner
-  
- complain(String) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
-  
- complain(String) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
-  
- consumeIfMatch(char[]) - Method in interface org.apache.groovy.json.internal.CharacterSource
- 
Useful for finding constants in a string like true, false, etc. 
- consumeIfMatch(char[]) - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
-  
- contains(char[], char, int, int) - Static method in class org.apache.groovy.json.internal.Chr
-  
- containsKey(Object) - Method in class org.apache.groovy.json.internal.LazyMap
-  
- containsValue(Object) - Method in class org.apache.groovy.json.internal.LazyMap
-  
- convert(Object, String) - Method in class groovy.json.DefaultJsonGenerator.ClosureConverter
- 
Converts a given value. 
- convert(Object, String) - Method in interface groovy.json.JsonGenerator.Converter
- 
Converts a given object. 
- converters - Variable in class groovy.json.DefaultJsonGenerator
-  
- converters - Variable in class groovy.json.JsonGenerator.Options
-  
- copy(char[]) - Static method in class org.apache.groovy.json.internal.Chr
-  
- copy(char[], int, int) - Static method in class org.apache.groovy.json.internal.Chr
-  
- copy(Reader, Writer) - Static method in class org.apache.groovy.json.internal.IO
-  
- copyLarge(Reader, Writer) - Static method in class org.apache.groovy.json.internal.IO
-  
- copyLarge(Reader, Writer, char[]) - Static method in class org.apache.groovy.json.internal.IO
-  
- copyRange(char[], int, int) - Static method in class org.apache.groovy.json.internal.ArrayUtils
-  
- create(int) - Static method in class org.apache.groovy.json.internal.CharBuf
-  
- create(char[]) - Static method in class org.apache.groovy.json.internal.CharBuf
-  
- createExact(int) - Static method in class org.apache.groovy.json.internal.CharBuf
-  
- currentChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
- 
returns the current character without changing the IO pointer or index. 
- currentChar() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
-  
- currentChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
-  
- curryDelegateAndGetContent(Closure<?>, Object) - Static method in class groovy.json.JsonDelegate
- 
Factory method for creating JsonDelegates from closures currying an object
 argument.
 
- curryDelegateAndGetContent(Writer, Closure, Object) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- curryDelegateAndGetContent(Writer, Closure, Object, boolean) - Static method in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- JSON_DATE_FORMAT - Static variable in class groovy.json.JsonGenerator.Options
-  
- JSON_DATE_FORMAT_LOCALE - Static variable in class groovy.json.JsonGenerator.Options
-  
- JSON_TIME_LENGTH - Static variable in class org.apache.groovy.json.internal.Dates
-  
- JsonBuilder - Class in groovy.json
- 
A builder for creating JSON payloads. 
- JsonBuilder() - Constructor for class groovy.json.JsonBuilder
- 
Instantiates a JSON builder. 
- JsonBuilder(JsonGenerator) - Constructor for class groovy.json.JsonBuilder
- 
Instantiates a JSON builder with a configured generator. 
- JsonBuilder(Object) - Constructor for class groovy.json.JsonBuilder
- 
Instantiates a JSON builder with some existing data structure. 
- JsonBuilder(Object, JsonGenerator) - Constructor for class groovy.json.JsonBuilder
- 
Instantiates a JSON builder with some existing data structure
 and a configured generator. 
- JsonDelegate - Class in groovy.json
- 
Utility class used as delegate of closures representing JSON objects. 
- JsonDelegate() - Constructor for class groovy.json.JsonDelegate
-  
- JsonException - Exception in groovy.json
- 
JsonExceptionis the exception thrown by the JSON builder and slurper classes,
 whenever a problem occurs when creating or parsing JSON data structures.
 
- JsonException() - Constructor for exception groovy.json.JsonException
-  
- JsonException(String) - Constructor for exception groovy.json.JsonException
-  
- JsonException(String, Throwable) - Constructor for exception groovy.json.JsonException
-  
- JsonException(Throwable) - Constructor for exception groovy.json.JsonException
-  
- JsonFastParser - Class in org.apache.groovy.json.internal
- 
This works in index overlay mode or chop mode. 
- JsonFastParser() - Constructor for class org.apache.groovy.json.internal.JsonFastParser
-  
- JsonFastParser(boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
-  
- JsonFastParser(boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
-  
- JsonFastParser(boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
-  
- JsonFastParser(boolean, boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonFastParser
-  
- JsonGenerator - Interface in groovy.json
- 
Generates JSON from objects. 
- JsonGenerator.Converter - Interface in groovy.json
- 
Handles converting a given type. 
- JsonGenerator.Options - Class in groovy.json
- 
A builder used to construct a  JsonGenerator instance that allows
 control over the serialized JSON output. 
- JsonInternalException(String) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- JsonInternalException(String, Throwable) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- JsonInternalException(Throwable) - Constructor for exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- JsonLexer - Class in groovy.json
- 
The lexer reads JSON tokens in a streaming fashion from the underlying reader. 
- JsonLexer(Reader) - Constructor for class groovy.json.JsonLexer
- 
Instantiates a lexer with a reader from which to read JSON tokens. 
- JsonOutput - Class in groovy.json
- 
Class responsible for the actual String serialization of the possible values of a JSON structure. 
- JsonOutput() - Constructor for class groovy.json.JsonOutput
-  
- JsonOutput.JsonUnescaped - Class in groovy.json
- 
Represents unescaped JSON 
- JsonParser - Interface in groovy.json
- 
This is the parser interface that backs the new JsonSlurper. 
- JsonParserCharArray - Class in org.apache.groovy.json.internal
- 
Converts an input JSON String into Java objects works with String or char array
 as input. 
- JsonParserCharArray() - Constructor for class org.apache.groovy.json.internal.JsonParserCharArray
-  
- JsonParserLax - Class in org.apache.groovy.json.internal
-  
- JsonParserLax() - Constructor for class org.apache.groovy.json.internal.JsonParserLax
-  
- JsonParserLax(boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
-  
- JsonParserLax(boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
-  
- JsonParserLax(boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
-  
- JsonParserLax(boolean, boolean, boolean, boolean) - Constructor for class org.apache.groovy.json.internal.JsonParserLax
-  
- JsonParserType - Enum in groovy.json
- 
Allows selection of parser type for new new JsonSlurper. 
- JsonParserUsingCharacterSource - Class in org.apache.groovy.json.internal
- 
Converts an input JSON String into Java objects works with String or char array
 as input. 
- JsonParserUsingCharacterSource() - Constructor for class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
-  
- JsonSlurper - Class in groovy.json
- 
This has the same interface as the original JsonSlurper written for version 1.8.0, but its
 implementation has completely changed. 
- JsonSlurper() - Constructor for class groovy.json.JsonSlurper
-  
- JsonSlurperClassic - Class in groovy.json
- 
This is the original slurper included in case someone relies on its exact behavior. 
- JsonSlurperClassic() - Constructor for class groovy.json.JsonSlurperClassic
-  
- JsonStringDecoder - Class in org.apache.groovy.json.internal
-  
- JsonStringDecoder() - Constructor for class org.apache.groovy.json.internal.JsonStringDecoder
-  
- JsonToken - Class in groovy.json
- 
A JSON token, with a type, line / column information, and the text of that token. 
- JsonToken() - Constructor for class groovy.json.JsonToken
-  
- JsonTokenType - Enum in groovy.json
- 
The original slurper and lexer use this class. 
- JsonUnescaped(CharSequence) - Constructor for class groovy.json.JsonOutput.JsonUnescaped
-  
- paramCount - Variable in class groovy.json.DefaultJsonGenerator.ClosureConverter
-  
- parse(String) - Method in interface groovy.json.JsonParser
-  
- parse(byte[]) - Method in interface groovy.json.JsonParser
-  
- parse(byte[], String) - Method in interface groovy.json.JsonParser
-  
- parse(CharSequence) - Method in interface groovy.json.JsonParser
-  
- parse(char[]) - Method in interface groovy.json.JsonParser
-  
- parse(Reader) - Method in interface groovy.json.JsonParser
-  
- parse(InputStream) - Method in interface groovy.json.JsonParser
-  
- parse(InputStream, String) - Method in interface groovy.json.JsonParser
-  
- parse(File, String) - Method in interface groovy.json.JsonParser
-  
- parse(Reader) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from a reader 
- parse(InputStream) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from an inputStream 
- parse(InputStream, String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from an inputStream 
- parse(byte[], String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from a byte array. 
- parse(byte[]) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from a byte array. 
- parse(char[]) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content from a char array. 
- parse(File) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content within a given File. 
- parse(File, String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content within a given File. 
- parse(URL) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, Map) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(Map, URL) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, Map, String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(Map, URL, String) - Method in class groovy.json.JsonSlurper
- 
Parse a JSON data structure from content at a given URL. 
- parse(Reader) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content from a reader 
- parse(File) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content within a given File. 
- parse(File, String) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content within a given File. 
- parse(URL) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, Map) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(Map, URL) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, String) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(URL, Map, String) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(Map, URL, String) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a JSON data structure from content at a given URL. 
- parse(String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(byte[]) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(byte[], String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(CharSequence) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(Reader) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(InputStream) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(InputStream, String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(File, String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- parse(char[]) - Method in class org.apache.groovy.json.internal.JsonParserCharArray
-  
- parse(Reader) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
-  
- parse(char[]) - Method in class org.apache.groovy.json.internal.JsonParserUsingCharacterSource
-  
- parseBigDecimal(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseDouble(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseFloat(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseInt(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseIntFromTo(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseIntFromToIgnoreDot(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseJsonNumber(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseJsonNumber(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseJsonNumber(char[], int, int, int[]) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseLong(char[]) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseLongFromTo(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseLongFromToIgnoreDot(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- parseText(String) - Method in class groovy.json.JsonSlurper
- 
Parse a text representation of a JSON data structure 
- parseText(String) - Method in class groovy.json.JsonSlurperClassic
- 
Parse a text representation of a JSON data structure 
- PLUS - Static variable in class org.apache.groovy.json.internal.BaseJsonParser
-  
- PLUS - Static variable in class org.apache.groovy.json.internal.CharScanner
-  
- prettyPrint(String) - Static method in class groovy.json.JsonOutput
- 
Pretty print a JSON payload. 
- printStackTrace(PrintStream) - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- printStackTrace(PrintWriter) - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- printStackTrace() - Method in exception org.apache.groovy.json.internal.Exceptions.JsonInternalException
-  
- put(KEY, VALUE) - Method in interface org.apache.groovy.json.internal.Cache
-  
- put(String, Object) - Method in class org.apache.groovy.json.internal.LazyMap
-  
- put(String, Object) - Method in class org.apache.groovy.json.internal.LazyValueMap
-  
- put(K, V) - Method in class org.apache.groovy.json.internal.SimpleCache
-  
- put(String, Value) - Method in class org.apache.groovy.json.internal.ValueMapImpl
-  
- putAll(Map) - Method in class org.apache.groovy.json.internal.LazyMap
-  
- safeNextChar() - Method in interface org.apache.groovy.json.internal.CharacterSource
- 
Combines the operations of nextChar and hasChar. 
- safeNextChar() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
-  
- setCharset(String) - Method in class org.apache.groovy.json.internal.BaseJsonParser
-  
- setCheckDates(boolean) - Method in class groovy.json.JsonSlurper
- 
Determine if slurper will automatically parse strings it recognizes as dates. 
- setChop(boolean) - Method in class groovy.json.JsonSlurper
- 
Turns on buffer chopping for index overlay. 
- setEndColumn(long) - Method in class groovy.json.JsonToken
-  
- setEndLine(long) - Method in class groovy.json.JsonToken
-  
- setLazyChop(boolean) - Method in class groovy.json.JsonSlurper
- 
Turns on buffer lazy chopping for index overlay. 
- setMaxSizeForInMemory(int) - Method in class groovy.json.JsonSlurper
- 
Max size before Slurper starts to use windowing buffer parser. 
- setStartColumn(long) - Method in class groovy.json.JsonToken
-  
- setStartLine(long) - Method in class groovy.json.JsonToken
-  
- setText(String) - Method in class groovy.json.JsonToken
-  
- setType(JsonParserType) - Method in class groovy.json.JsonSlurper
- 
Parser type. 
- setType(JsonTokenType) - Method in class groovy.json.JsonToken
-  
- setValue(Value) - Method in class org.apache.groovy.json.internal.MapItemValue
-  
- shortValue() - Method in class org.apache.groovy.json.internal.CharBuf
-  
- shortValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- shortValue() - Method in class org.apache.groovy.json.internal.NumberValue
-  
- shortValue() - Method in interface org.apache.groovy.json.internal.Value
-  
- shortValue() - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- shouldExcludeType(Class<?>) - Method in class groovy.json.DefaultJsonGenerator
- 
Indicates whether the given type should be excluded from the generated output. 
- SimpleCache<K,V> - Class in org.apache.groovy.json.internal
-  
- SimpleCache(int, CacheType) - Constructor for class org.apache.groovy.json.internal.SimpleCache
-  
- SimpleCache(int) - Constructor for class org.apache.groovy.json.internal.SimpleCache
-  
- size() - Method in interface org.apache.groovy.json.internal.Cache
-  
- size() - Method in class org.apache.groovy.json.internal.LazyMap
-  
- size() - Method in class org.apache.groovy.json.internal.LazyValueMap
-  
- size() - Method in class org.apache.groovy.json.internal.SimpleCache
-  
- size() - Method in class org.apache.groovy.json.internal.ValueList
-  
- size() - Method in class org.apache.groovy.json.internal.ValueMapImpl
- 
Return the size of the map. 
- skipWhitespace() - Method in class groovy.json.JsonLexer
- 
Skips all the whitespace characters and moves the cursor to the next non-space character. 
- skipWhiteSpace() - Method in interface org.apache.groovy.json.internal.CharacterSource
- 
Skip white space. 
- skipWhiteSpace(char[], int, int) - Static method in class org.apache.groovy.json.internal.CharScanner
-  
- skipWhiteSpace() - Method in class org.apache.groovy.json.internal.JsonParserCharArray
-  
- skipWhiteSpace() - Method in class org.apache.groovy.json.internal.ReaderCharacterSource
-  
- sputs(CharBuf, Object...) - Static method in class org.apache.groovy.json.internal.Exceptions
-  
- sputs(Object...) - Static method in class org.apache.groovy.json.internal.Exceptions
-  
- startingWith(char) - Static method in enum groovy.json.JsonTokenType
- 
Find which JSON value might be starting with a given character 
- state - Variable in class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- StreamingJsonBuilder - Class in groovy.json
- 
A builder for creating JSON payloads. 
- StreamingJsonBuilder(Writer) - Constructor for class groovy.json.StreamingJsonBuilder
- 
Instantiates a JSON builder. 
- StreamingJsonBuilder(Writer, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder
- 
Instantiates a JSON builder with the given generator. 
- StreamingJsonBuilder(Writer, Object) - Constructor for class groovy.json.StreamingJsonBuilder
- 
Instantiates a JSON builder, possibly with some existing data structure. 
- StreamingJsonBuilder(Writer, Object, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder
- 
Instantiates a JSON builder, possibly with some existing data structure and
 the given generator. 
- StreamingJsonBuilder.StreamingJsonDelegate - Class in groovy.json
- 
The delegate used when invoking closures 
- StreamingJsonDelegate(Writer, boolean) - Constructor for class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- StreamingJsonDelegate(Writer, boolean, JsonGenerator) - Constructor for class groovy.json.StreamingJsonBuilder.StreamingJsonDelegate
-  
- StringEscapeUtils - Class in groovy.json
- 
Escapes and unescapes Strings for
 Java, Java Script, HTML, XML, and SQL.
 
- StringEscapeUtils() - Constructor for class groovy.json.StringEscapeUtils
- 
StringEscapeUtilsinstances should NOT be constructed in
 standard programming.
 
- stringValue() - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- stringValue() - Method in class org.apache.groovy.json.internal.NumberValue
-  
- stringValue() - Method in interface org.apache.groovy.json.internal.Value
-  
- stringValue() - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- stringValueEncoded() - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- stringValueEncoded() - Method in class org.apache.groovy.json.internal.NumberValue
-  
- stringValueEncoded() - Method in interface org.apache.groovy.json.internal.Value
-  
- stringValueEncoded() - Method in class org.apache.groovy.json.internal.ValueContainer
-  
- subSequence(int, int) - Method in class org.apache.groovy.json.internal.CharBuf
-  
- subSequence(int, int) - Method in class org.apache.groovy.json.internal.CharSequenceValue
-  
- subSequence(int, int) - Method in class org.apache.groovy.json.internal.ValueContainer
-