Package org.apache.groovy.json.internal
package org.apache.groovy.json.internal
-
ClassDescriptionBase JSON parser.Cache<KEY,
VALUE> CacheInternal class for fast processing of Strings during JSON parsingThis works in index overlay mode or chop mode.Converts an input JSON String into Java objects works with String or char array as input.Converts an input JSON String into Java objects works with String or char array as input.This maps only builds once you ask for a key for the first time.This class is important to the performance of the parser.This holds a mapping from value key to value value to maximize laziness.SimpleCache<K,V> ValueMap<K,V> This map is for object serialization mainly.