Package

com.rayrobdod

json

Permalink

package json

Visibility
  1. Public
  2. All

Value Members

  1. package builder

    Permalink

    Contains the various built-in builders.

    Contains the various built-in builders.

    Most built-in builders either build a serialized form (json, cbor), build a generic collection class (seq, map) or build a class that conforms to a stereotype (java bean, case class)

  2. package parser

    Permalink

    Contains the various built-in parsers

    Contains the various built-in parsers

    Most built-in parsers either parse a serialized form (json, cbor, csv), parse from a generic collection class (seq, map) or parse a class that conforms to a stereotype (case class)

  3. package union

    Permalink

    Contains various tagged unions that are used in preference to Any-promotion.

Ungrouped