Package org.spincast.core.json
package org.spincast.core.json
-
ClassDescriptionTransforms an element.Represents a
Json
array, "[]".JsonArray
implementation.Provides methods to play withJson
strings and objects.Represents aJson
object, "{}".Base class for both JsonObject and JsonArray.JsonObject
implementation.Factory to createJsonObject
andJsonArray
objects.Base interface forJsonObject
andJsonArray
.Utilities to deal withJsonPaths
.An object implementing this interface is able to convert itself to aJsonArray
.An object implementing this interface is able to convert itself to aJsonObject
.