com.rojoma.json

zipper

package zipper

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait JArrayZipper extends JsonZipper

    A com.rojoma.json.zipper.JsonZipper that points to a com.rojoma.json.ast.JArray.

  2. sealed trait JAtomZipper extends JsonZipper

    A com.rojoma.json.zipper.JsonZipper that points to a com.rojoma.json.ast.JAtom.

  3. sealed trait JObjectZipper extends JsonZipper

    A com.rojoma.json.zipper.JsonZipper that points to a com.rojoma.json.ast.JObject.

  4. sealed trait JsonZipper extends ZipperLike

    A zipper that points somewhere in the tree defined by a com.rojoma.json.ast.JValue.

  5. sealed trait NothingZipper extends ZipperLike

    A zipper referencing the hole left after a remove operation.

  6. sealed trait ZipperLike extends AnyRef

    A common parent representing both com.rojoma.json.zipper.JsonZippers and the com.rojoma.json.zipper.NothingZippers which result from removing items from the tree of com.rojoma.json.ast.JValues.

Value Members

  1. object JArrayZipper

  2. object JAtomZipper

  3. object JObjectZipper

  4. object JsonZipper

Ungrouped