Systran.ResourcesClientLib.Model.CorpusListResponse.ToJson C# (CSharp) Method

ToJson() public method

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