Uses of Package
org.less4j

Classes in org.less4j used by org.less4j
Actor
          The Actor provides a rich state and a flat "full-stack" API to develop complex entreprise Web 2.0 controllers of SQL databases and LDAP directories.
JSON
          A relatively strict JSON intepreter to evaluate a UNICODE string as a tree of basic Java instances with maximum limits on the number of containers and iterations, plus static methods to serialize java objects as JSON strings.
JSON.Array
          An extension of ArrayList with type-casting convenience methods that throw JSON.Error or return a typed object.
JSON.Error
          A simple JSON exception throwed for any syntax error found by the interpreter.
JSON.Object
          An extension of HashMap with type-casting convenience methods that throw JSON.Error or return a typed object.
JSONR.Error
          A simple JSONR exception throwed for any type or value error found by the regular interpreter.
JSONR.Type
          An interface to extend JSONR with application types.
SHA1
          This class implements the SHA-1 message digest algorithm (copied from Jython 2.3 without the dependencies and synchronization).
SQL.ORM
          The simplest ORM interface possible for JDBC ResultSet.