class Struct
Dynamical data structure represented in JSON format.
- Value Params
- json
String JSON representation.
- See also
- Since
0.1.0
- Example
val struct = Struct(title = "apple", quantity = 3, edible=true, color=["green", "red", "green"])- Companion
- object
class Object
trait Matchable
class Any