Example #1
0
 public JsonResult()
 {
     _jsonSet = new JsonSet(new JsonTable[0]);
 }
Example #2
0
 public JsonResult(JsonSet jsonSet)
 {
     _jsonSet = jsonSet ?? new JsonSet(new JsonTable[0]);
 }