Uses of Package
com.clumd.projects.javajson.api

  • Classes in com.clumd.projects.javajson.api used by com.clumd.projects.javajson.api 
    Class Description
    Json
    Defines the required methods callable on a JSON object, to get type-safe properties, check existence, and convert to various degrees of string (pretty print etc).
    JsonBuilder
    Defines the required methods to build a JSON object from Java in this framework.
    JsonGenerator
    This defines all methods required to convert a Java object into a JSON object interperable by this framework.
    JsonSchemaEnforceable
    Used to define all the methods required to verify that a given JSON object satisfies a given JSON Schema.
  • Classes in com.clumd.projects.javajson.api used by com.clumd.projects.javajson.core 
    Class Description
    Json
    Defines the required methods callable on a JSON object, to get type-safe properties, check existence, and convert to various degrees of string (pretty print etc).
    JsonBuilder
    Defines the required methods to build a JSON object from Java in this framework.
    JsonGenerator
    This defines all methods required to convert a Java object into a JSON object interperable by this framework.