示例#1
0
文件: JSON.cs 项目: nyanzebra/JSON
 public bool hasField(string key)
 {
     return(JSON_Fields.ContainsKey(key));
 }