Module technology.sola.json
Package technology.sola.json
package technology.sola.json
This package provides the core classes for sola-json.
-
ClassDescriptionJsonArray is an array of
JsonElement
s.JsonElement represents any valid JSON value.Represents different types ofJsonElement
s.JsonObject is aMap
ofJsonElement
.SolaJson contains methods for parsing strings intoJsonElement
s and serializingJsonElement
s into strings.