Systran.TranslationClientLib.Model.TranslationFileResponse.ToJson C# (CSharp) Method

ToJson() public method

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