Packages

package jq

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CompiledJq[F[_]] extends Pipe[F, Token, Token]

    A pipe running the compiled jq query on the input stream of JSON tokens.

  2. trait Compiler[F[_]] extends AnyRef

    A compiler for jq queries into some compiled form.

  3. sealed trait Constructor extends Jq
  4. sealed trait Filter extends Jq
  5. sealed trait Jq extends AnyRef
  6. case class JqException(msg: String) extends Exception with Product with Serializable
  7. case class JqParserException(error: Error) extends Exception with Product with Serializable
  8. class PipedCompiledJq[F[_]] extends CompiledJq[F]

    Represents a sequence of piped compiled jq queries, applying every query to the result of the previous one.

  9. sealed trait SimpleFilter extends Filter

Value Members

  1. object Compiler
  2. object Filter
  3. object Jq
  4. object JqParser
  5. object literals

Ungrouped