scalax.collection.io.json

imp

package imp

Import of JSON text into graphs including the steps a) parsing (extracting and checking all data from JSON texts relevant to Graph) and b) InputStream creation on the basis of parsing results in preparation of calling Graph.fromStream.

Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. imp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class EdgeList(edgeTypeId: String, edges: List[JValue]) extends ElemList with Product with Serializable

    Attributes
    protected[scalax.collection.io.json]
  2. sealed abstract class ElemList extends JsonList

    Attributes
    protected[scalax.collection.io.json]
  3. sealed abstract class JsonList extends Iterable[JValue]

    Attributes
    protected[scalax.collection.io.json]
  4. case class NodeList(nodeTypeId: String, nodes: List[JValue]) extends ElemList with Product with Serializable

    Attributes
    protected[scalax.collection.io.json]

Value Members

  1. object Parser

  2. object Stream

Inherited from AnyRef

Inherited from Any

Ungrouped