Click or drag to resize

IJsonTechnicalMetadataPrettyPrint Method


Format the JSON content to have proper line returns and tabbings, in order to be human-readable

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string PrettyPrint()

Return Value

Type: String
Formatted content
Remarks
Result will not be properly formatted, if the JSON is not well-formed
See Also