Package de.hpi.fgis.dude.util.data.json

Contains all Json data types.

See:
          Description

Interface Summary
JsonAtomic JsonAtomic represents all atomic Json types.
JsonValue JsonValue provides methods that has to be implemented by every Json data type.
 

Class Summary
DuDeJsonGenerator DuDeJsonGenerator is another implementation for generating Json code.
DuDeJsonParser<T extends Jsonable> DuDeJsonParser can be used for converting a String containing Json syntax into its Java representation.
JsonArray JsonArray represents an ordered collection and provides functionality for collecting multiple instances of JsonValue.
JsonBoolean JsonBoolean represents a boolean value that can be converted into Json.
JsonNull JsonNull represents the Json null value.
JsonNumber JsonNumber represents a Json-convertible number.
JsonRecord JsonRecord represents a Json record.
JsonString JsonString represents a Json-convertible String.
JsonUtil Convenience methods for dealing with Jsonables.
 

Enum Summary
JsonValue.JsonType JsonValue.JsonType includes all Json types that can be returned by JsonValue.getType().
 

Package de.hpi.fgis.dude.util.data.json Description

Contains all Json data types.



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.