Example #1
0
 private JsonData(System.Collections.ArrayList json)
 {
     list      = json;
     m_JsonStr = json.ToJson();
 }