Package

com.rayrobdod.json

union

Permalink

package union

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CborValue extends AnyRef

    Permalink

    A union type represting primitive types in Cbor objects

    A union type represting primitive types in Cbor objects

    Since

    next

  2. sealed trait JsonValue extends AnyRef

    Permalink

    A union type represting primitive types in Json objects

    A union type represting primitive types in Json objects

    Since

    next

  3. sealed trait ParserRetVal[+Complex, +Primitive] extends AnyRef

    Permalink

    A union type representing possible return values of Parser.parse

    A union type representing possible return values of Parser.parse

    Since

    next

    See also

    com.rayrobdod.json.parser.Parser.parse

  4. sealed trait StringOrInt extends AnyRef

    Permalink

    A union type where the possible values are a String or Int

    A union type where the possible values are a String or Int

    Since

    next

Value Members

  1. object CborValue

    Permalink

    Methods used to create CborValues

    Methods used to create CborValues

    Since

    next

  2. object JsonValue

    Permalink

    Methods used to create JsonValues

    Methods used to create JsonValues

    Since

    next

  3. object ParserRetVal

    Permalink

    Methods used to create ParserRetVals

    Methods used to create ParserRetVals

    Since

    next

  4. object StringOrInt

    Permalink

    Methods used to create StringOrInts

    Methods used to create StringOrInts

    Since

    next

Ungrouped