コード例 #1
0
ファイル: JsonFormatter.cs プロジェクト: vrm-c/UniVRM_1_0
 public void Key(Utf8String key)
 {
     _Value(key, true);
     m_w.Write(m_colon);
 }