JSONObject
JSONObject copied to clipboard
problem support null
JSONObject Data = new JSONObject(JSONObject.Type.Object);
Data.AddField("id",1);
Data.AddField("request_id",null);
Debug.Log("data:"+Data.ToString());
not log data and error !!!