SmartFormat.Extensions.Newtonsoft.Json
3.2.0
dotnet add package SmartFormat.Extensions.Newtonsoft.Json --version 3.2.0
NuGet\Install-Package SmartFormat.Extensions.Newtonsoft.Json -Version 3.2.0
<PackageReference Include="SmartFormat.Extensions.Newtonsoft.Json" Version="3.2.0" />
paket add SmartFormat.Extensions.Newtonsoft.Json --version 3.2.0
#r "nuget: SmartFormat.Extensions.Newtonsoft.Json, 3.2.0"
// Install SmartFormat.Extensions.Newtonsoft.Json as a Cake Addin
#addin nuget:?package=SmartFormat.Extensions.Newtonsoft.Json&version=3.2.0
// Install SmartFormat.Extensions.Newtonsoft.Json as a Cake Tool
#tool nuget:?package=SmartFormat.Extensions.Newtonsoft.Json&version=3.2.0
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 andSmart.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
Supported Frameworks
- .Net Framework 4.6.1 and later
- .Net Standard 2.0
- .Net Standard 2.1 and later for best optimizations
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 13.0.1)
- SmartFormat (>= 3.2.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.1)
- SmartFormat (>= 3.2.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.1)
- SmartFormat (>= 3.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SmartFormat.Extensions.Newtonsoft.Json:
Package | Downloads |
---|---|
SmartFormat.NET
This package contains the core SmartFormat assemblies with core extensions built-in, and includes references to additional SmartFormat.Extensions packages. 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. It uses extensions to provide named placeholders, localization, pluralization, gender conjugation, and list and time formatting. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 77,164 | 9/18/2022 |
3.1.0 | 154,340 | 5/17/2022 |
3.0.0 | 104,738 | 3/14/2022 |
3.0.0-rc.2 | 1,306 | 2/15/2022 |
3.0.0-rc.1 | 1,356 | 2/1/2022 |
See the change log for the main project at
https://github.com/axuno/SmartFormat/blob/main/CHANGES.md