IJsonTechnicalMetadataPrettyPrint Method
|
Format the JSON content to have proper line returns and
tabbings, in order to be human-readable
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction PrettyPrint As String
abstract PrettyPrint : unit -> string
Return Value
StringFormatted content
RemarksResult will not be properly formatted, if the JSON
is not well-formed
See Also