MQTTPipeLineTests test 중

This commit is contained in:
김형인
2025-06-10 01:09:36 +09:00
parent ac3645577a
commit 649a359ab4
14 changed files with 886 additions and 70 deletions

View File

@@ -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)