com.twitter

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. final class ConfiggyByteArray extends AnyRef

  2. final class ConfiggyString extends AnyRef

  3. class JsonException extends Exception

    An Exception thrown when parsing or building JSON.

  4. case class JsonQuoted(body: String) extends Product with Serializable

    Wrapper for the JSON string representation of a data structure.

    Wrapper for the JSON string representation of a data structure. This class exists to allow objects to be converted into JSON, attached to another data structure, and not re-encoded.

  5. trait JsonSerializable extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) use jackson

Value Members

  1. object Json

    An explanation of Scala types and their JSON representations.

    An explanation of Scala types and their JSON representations.

    Natively supported scalar types are: Boolean, Int, Long, String. Collections are Sequence[T], Map[String, T] where T includes the scalars defined above, or recursive Sequence or Map. You are in flavor country.

  2. object extensions

Ungrouped