Пример #1
0
 public static IJsonNode CreateNode()
 {
     if (helper == null)
     {
         throw new Exception("JsonHelper helper is null!");
     }
     return(helper.CreateNode());
 }