AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

JsonExtensions Methods

Methods


  Name Description
Public method Static member JsonPrettify(String, Formatting)
Formats a JSON string with the specified indentation.
Public method Static member JsonPrettify(TextReader, TextWriter, Formatting)
Formats JSON from a TextReader and writes the result to a TextWriter. The caller is responsible for disposing the reader and writer.