예제 #1
0
파일: JSON.cs 프로젝트: nyanzebra/JSON
 public bool hasField(string key)
 {
     return(JSON_Fields.ContainsKey(key));
 }