Package com.oorian.json


package com.oorian.json
  • Class
    Description
    Interface 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 (true or false).
    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 into JsonValue objects.
    Represents a JSON string value.
    Abstract base class for all JSON value types in the Oorian JSON library.