Package com.oorian.json
package com.oorian.json
-
ClassDescriptionInterface for objects that can be serialized to and from JSON.Represents a JSON array containing an ordered collection of values.Represents a JSON boolean value (
trueorfalse).Represents a JSON null value.Represents a JSON number value.Represents a JSON object containing key-value pairs.A lightweight JSON parser that converts JSON text intoJsonValueobjects.Represents a JSON string value.Abstract base class for all JSON value types in the Oorian JSON library.