Systran.ResourcesClientLib.Model.CorpusListResponse.ToJson C# (CSharp) 메소드

ToJson() 공개 메소드

Get the JSON string presentation of the object
public ToJson ( ) : string
리턴 string
        public string ToJson()
        {
            return JsonConvert.SerializeObject(this, Formatting.Indented);
        }
CorpusListResponse