13 packages tagged with “prettyprint”
Deprecated. Use the strong named ServiceStack.Text package instead.
.Dump() extension method to visualize your collections and objects in color at the console
Extension for ServiceStack.Text to allow using EnumMember attributes to serialize and deserialize enumerations.
Simple JSON formatting/pretty-printing.
Free and Open Source fork of ServiceStack.Text V3 .NET's JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Includes the String and Stream functionality for all the NServiceKit projects including: - T.Dump() generic extension method for easy debugging and introspection of types - WebRequest, List, Dictionary and DateTime extensions
An extension library of System.Data.DataTable which provides extension methods for fully customizable pretty-printing of DataTable to an ASCII formatted string which can be displayed on the console or any text buffer.
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, List, Dictionary and DateTime extensions
FSharp implementation of the Wadler prettier printer library, ported from the Haskell wl-pprint package.
Extension for ServiceStack.Text to serialize Tuple as a delimited string.
Cross platform .net core Pretty print Json files to console.
Provides simple .Dump() methods to easily print objects in full to the console.
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, List, Dictionary and DateTime extensions To revert back to the previous BSD ServiceStack v3, see https://github.com/ServiceStackV3/ServiceStackV3
A lightweight debugging utility that makes it easy to dump any object to console or debug output with a simple .Dump() extension method. Perfect for quick debugging and inspecting object state during development. Uses System.Text.Json for clean, formatted output.