예제 #1
0
 public Activity(StringOfJSON json) : this(json.toJObject()) { }
예제 #2
0
 public Statement(StringOfJSON json) : this(json.toJObject()) { }
예제 #3
0
 public ContextActivities(StringOfJSON json): this(json.toJObject()) {}
예제 #4
0
 public About(StringOfJSON json) : this(json.toJObject()) {}
예제 #5
0
 public Result(StringOfJSON json): this(json.toJObject()) {}
예제 #6
0
 public LanguageMap(StringOfJSON json) : this(json.toJObject()) { }
예제 #7
0
 public Score(StringOfJSON json): this(json.toJObject()) {}
예제 #8
0
 public ActivityDefinition(StringOfJSON json): this(json.toJObject()) {}
예제 #9
0
 public Context(StringOfJSON json): this(json.toJObject()) {}
예제 #10
0
 public AgentAccount(StringOfJSON json) : this(json.toJObject()) { }
예제 #11
0
 public Group(StringOfJSON json) : this(json.toJObject()) { }
예제 #12
0
 public Verb(StringOfJSON json): this(json.toJObject()) {}