Package

me.frmr

jsonutils

Permalink

package jsonutils

Visibility
  1. Public
  2. All

Value Members

  1. object JsonConverters

    Permalink

    Provides explicit conversion functions for converting between the standard and unsafe Scala AST's.

    Provides explicit conversion functions for converting between the standard and unsafe Scala AST's. To use this in your code simply add an import to the top of your file.

    import me.frmr.jsonutils.JsonConverters._

    Then the functions provided will be available for all of your AST conversion needs..

  2. object LiftToScalaASTConversions

    Permalink

    Implements the conversions from a Lift-Json JValue to the Scala Common JSON AST.

  3. object ScalaToLiftASTConversions

    Permalink

    Implements the conversions from the Scala Common JSON's unsafe AST to Lift-Json's AST.

Ungrouped