JSONObject icon indicating copy to clipboard operation
JSONObject copied to clipboard

problem support null

Open fazelit opened this issue 2 years ago • 0 comments

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 !!!

fazelit avatar Mar 24 '23 21:03 fazelit