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.3.169
Syntax Function PrettyPrint As String
abstract PrettyPrint : unit -> string
Return Value
Type:
StringFormatted content
Remarks Result will not be properly formatted, if the JSON
is not well-formed
See Also