© 2026 Hedgehog Software, LLC
t
if (t == typeof(Dictionary<,>)) { Debug.Log("Dictionary"); return $"{{{ConvertType(t.GenericTypeArguments[0])}:{ConvertType(t.GenericTypeArguments[1])}}}"; }
System.Collections.Generic.Dictionary`2[System.String,System.Object]