Systran.ResourcesClientLib.Model.CorpusListResponse.ToJson C# (CSharp) Méthode

ToJson() public méthode

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