dotnet_content_warning-SmartFormat_Extensions_Newtonsoft_Json icon

SmartFormat Extensions Newtonsoft Json

NuGet SmartFormat.Extensions.Newtonsoft.Json package re-bundled for convenient consumption and dependency management.

Last updated a month ago
Total downloads 165
Total rating 0 
Categories Tools Libraries Misc
Dependency string dotnet_content_warning-SmartFormat_Extensions_Newtonsoft_Json-3.4.0
Dependants 1 other package depends on this package

This mod requires the following mods to function

dotnet_content_warning-SmartFormat-3.4.0 icon
dotnet_content_warning-SmartFormat

NuGet SmartFormat package re-bundled for convenient consumption and dependency management.

Preferred version: 3.4.0
dotnet_content_warning-Newtonsoft_Json-13.0.300 icon
dotnet_content_warning-Newtonsoft_Json

NuGet Newtonsoft.Json package re-bundled for convenient consumption and dependency management.

Preferred version: 13.0.300

README

SmartFormat

What is SmartFormat?

SmartFormat is a lightweight text templating library written in C#.

It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format. All formatting takes place at runtime.

SmartFormat uses extensions to provide named placeholders, localization, pluralization, gender conjugation, as well as list and time formatting. Formatting extensions can be nested.

Custom source or formatter extensions can be added easily using simple interfaces.

Features

  • High performance with low memory footprint
  • Minimal, intuitive syntax
  • Formatting takes place exclusively at runtime
  • Exact control of whitespace text output
  • string.Format compatibility mode and Smart.Format enhanced mode
  • Most common data sources work out-of-the-box
  • Many built-in formatting extensions
  • Custom formatting and source extensions are easy to integrate
  • Comprehensive documentation: current Wiki, complete xmldoc

Note

Use .Net Standard 2.1 and later for best optimizations

Paypal-Donations