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