scala.util.parsing

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. class JSONArray(list: List[Any]) extends JSONType with Product

    Represents a JSON Array (list).

  2. class JSONObject(obj: Map[Any, Any]) extends JSONType with Product

    Represents a JSON Object (map).

  3. class JSONType extends AnyRef

    A marker class for the JSON result types.

  4. class Lexer extends StdLexical with ImplicitConversions

    no summary matey

  5. class Parser extends StdTokenParsers with ImplicitConversions

    The main JSON Parser.

Value Members

  1. object JSON extends Parser

    This object provides a simple interface to the JSON parser class.