MQTTPipeLineTests test 중
This commit is contained in:
@@ -77,7 +77,7 @@ namespace UVC.Data
|
||||
/// var mapper = new DataMapper(maskJson);
|
||||
/// DataObject result = mapper.Map(sourceJson);
|
||||
/// Debug.Log(result["name"].ToString()); // "김철수"
|
||||
/// Debug.Log(result["age"].ToObject<int>()); // 30
|
||||
/// Debug.Log(result["age"].ToObject<int>()); // 30
|
||||
/// </code>
|
||||
/// </example>
|
||||
public DataObject Mapping(JObject source)
|
||||
|
||||
Reference in New Issue
Block a user