Package jade


package jade
  • Class
    Description
    The JadeConversionException occurs when trying to convert a JadeObect to another object.
    The JadeDeserializer is used to convert the contents of a file or a string to a new JadeObject.
    The JadeEmptyObjectException is used in the case of a method being used on an empty JadeObject.
    The JadeEmptyPairException is used in the case of a method being used on an empty JadePair.
    The JadeException is a generic exception that inherits from type exception.
    The JadeObject class implements the object JadeObject which stores an array of JadePairs.
    The JadePair acts like a tuple, it stores both a String value of first and second.
    Stores a pair of primitives for Jade.
    The JadeSerializer is used to convert an existing JadeObject to either a string or file.
    The JadeValidationException occurs when trying to validate a JadeObject.