IteratorSelector

fs2.data.json.Selector.IteratorSelector
case class IteratorSelector(strict: Boolean) extends Selector

Selects all values in an array or object. If the currently pointed value is neither an array, nor an object and strict is true, then an error is raised, otherwise the value is skipped.

Attributes

Source
selectors.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Selector
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product