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