Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Groovy.json Classes and Interfaces - 52 results found.
NameDescriptionTypePackageFramework
ArrayUtilsClassgroovy.json.internalGroovy
BaseJsonParser Scaled down version of Boon JsonParser with features removed that are JDK 1.Classgroovy.json.internalGroovy
BytClassgroovy.json.internalGroovy
ByteScannerClassgroovy.json.internalGroovy
CacheInterfacegroovy.json.internalGroovy
CacheTypeClassgroovy.json.internalGroovy
CharacterSourceInterfacegroovy.json.internalGroovy
CharBufClassgroovy.json.internalGroovy
CharScannerClassgroovy.json.internalGroovy
CharSequenceValueClassgroovy.json.internalGroovy
CharsetsClassgroovy.json.internalGroovy
ChrClassgroovy.json.internalGroovy
DatesClassgroovy.json.internalGroovy
ExceptionsClassgroovy.json.internalGroovy
Exceptions .JsonInternalExceptionClassgroovy.json.internal.ExceptionsGroovy
FastStringUtilsClassgroovy.json.internalGroovy
FastStringUtils .StringImplementationClassgroovy.json.internal.FastStringUtilsGroovy
IOClassgroovy.json.internalGroovy
JsonBuilderA builder for creating JSON payloads.Classgroovy.jsonGroovy
JsonDelegateUtility class used as delegate of closures representing JSON objects.Classgroovy.jsonGroovy
JsonExceptionJsonException is the exception thrown by the JSON builder and slurper classes, whenever a problem occurs when creating or parsing JSON data structures.Classgroovy.jsonGroovy
JsonFastParserThis works in index overlay mode or chop mode.Classgroovy.json.internalGroovy
JsonLexerThe lexer reads JSON tokens in a streaming fashion from the underlying reader.Classgroovy.jsonGroovy
JsonOutputClass responsible for the actual String serialization of the possible values of a JSON structure.Classgroovy.jsonGroovy
JsonOutput .JsonUnescapedClassgroovy.json.JsonOutputGroovy
JsonParserThis is the parser interface that backs the new JsonSlurper.Interfacegroovy.jsonGroovy
JsonParserCharArrayConverts an input JSON String into Java objects works with String or char array as input.Classgroovy.json.internalGroovy
JsonParserLaxClassgroovy.json.internalGroovy
JsonParserTypeAllows selection of parser type for new new JsonSlurper.Classgroovy.jsonGroovy
JsonParserUsingCharacterSourceConverts an input JSON String into Java objects works with String or char array as input.Classgroovy.json.internalGroovy
JsonSlurperThis has the same interface as the original JsonSlurper written for version 1.Classgroovy.jsonGroovy
JsonSlurperClassicThis is the original slurper included in case someone relies on its exact behavior.Classgroovy.jsonGroovy
JsonStringDecoderClassgroovy.json.internalGroovy
JsonTokenA JSON token, with a type, line / column information, and the text of that token.Classgroovy.jsonGroovy
JsonTokenTypeThe original slurper and lexer use this class.Classgroovy.jsonGroovy
LazyMapThis maps only builds once you ask for a key for the first time.Classgroovy.json.internalGroovy
LazyValueMapThis class is important to the performance of the parser.Classgroovy.json.internalGroovy
MapItemValueThis holds a mapping from value key to value value to maximize laziness.Classgroovy.json.internalGroovy
NumberValueClassgroovy.json.internalGroovy
ReaderCharacterSourceClassgroovy.json.internalGroovy
SimpleCacheClassgroovy.json.internalGroovy
StreamingJsonBuilderA builder for creating JSON payloads.Classgroovy.jsonGroovy
StreamingJsonBuilder .StreamingJsonDelegateClassgroovy.json.StreamingJsonBuilderGroovy
StringEscapeUtilsEscapes and unescapes Strings for Java, Java Script, HTML, XML, and SQL.Classgroovy.jsonGroovy
TypeClassgroovy.json.internalGroovy
ValueInterfacegroovy.json.internalGroovy
ValueContainerClassgroovy.json.internalGroovy
ValueListClassgroovy.json.internalGroovy
ValueMapInterfacegroovy.json.internalGroovy
ValueMapImplThis map is for object serialization mainly.Classgroovy.json.internalGroovy
JsonGroovyBuilderA Groovy builder for JSON values.Classnet.sf.json.groovyJsonLib
JsonSlurperA Helper class modeled after XmlSlurperAuthor:Andres Almiray Classnet.sf.json.groovyJsonLib