ujson.Arr
See theArr companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Returns the Boolean
value of this Value, fails if it is not a ujson.Bool
Returns the Boolean
value of this Value, fails if it is not a ujson.Bool
Attributes
- Inherited from:
- Value
Attributes
- Inherited from:
- Writable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Update a value in-place. Takes an Int
or a String
, through the implicitly-constructe Value.Selector type.
Update a value in-place. Takes an Int
or a String
, through the implicitly-constructe Value.Selector type.
We cannot just overload update
on s: Int
and s: String
because of type inference problems in Scala 2.11.
Attributes
- Inherited from:
- Value
Attributes
- Inherited from:
- Value
Attributes
- Inherited from:
- Value
In this article