JsValue

wjson.JsValue$
See theJsValue companion enum
object JsValue

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
JsValue.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def JsArray(elements: JsValue*): JsArray
def JsNumber(value: Int): JsNumber
def JsObject(fields: (String, JsValue)*): JsObject
def parse(str: String): JsValue

Givens

Givens

given given_Conversion_CC_JsArray[T : JsValueMapper, CC <: (IterableOps)]: given_Conversion_CC_JsArray[T, CC]

support List,Seq,Vector,Set, SortedSet etc.

support List,Seq,Vector,Set, SortedSet etc.

Attributes

given given_Conversion_T_JsValue[T : JsValueMapper]: given_Conversion_T_JsValue[T]

T can implicitly convert to JsValue

T can implicitly convert to JsValue

Attributes

Extensions

Extensions

extension (value: JsValue)
def show(indent: Int, margin: Int): String