classnetColarUtils::JsonTestObj
sys::Obj
  netColarUtils::JsonTestObj
@Serializable
- bool1 
- const Bool bool1 := false
 
- en 
-  TestEnum en := TestEnum.f
 
- ignore 
- @Transient
 Int ignore := 5
 
- list 
-  Str[] list := Str["a","b","c"]
 
- make 
- new make(|This f)
 
- nulBool 
-  Bool? nulBool
 
- nullList 
-  Str[]? nullList
 
- string 
-  Str string := "blah"
 
- sub1 
-  JsonSub sub1 := JsonSub.make() |JsonSub->Void| { ... }