Aadev.JTF
2.0.0-beta4
See the version list below for details.
dotnet add package Aadev.JTF --version 2.0.0-beta4
NuGet\Install-Package Aadev.JTF -Version 2.0.0-beta4
<PackageReference Include="Aadev.JTF" Version="2.0.0-beta4" />
paket add Aadev.JTF --version 2.0.0-beta4
#r "nuget: Aadev.JTF, 2.0.0-beta4"
// Install Aadev.JTF as a Cake Addin #addin nuget:?package=Aadev.JTF&version=2.0.0-beta4&prerelease // Install Aadev.JTF as a Cake Tool #tool nuget:?package=Aadev.JTF&version=2.0.0-beta4&prerelease
Json Template Format
Advanced json schematic format
Features
- Support for arrays, integers, floating point, json blocks and strings
- External sources for array's prefabs, block's children and suggestions' values
- Custom display name and description of nodes
- Conditional nodes
- Multiple array prefabs
- Fixed size arrays
- Property arrays
- Suggestions for every value type
Editor
Editor library that supports editing json files using templates
Nuget Package
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Newtonsoft.Json (>= 13.0.3)
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
-
net7.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aadev.JTF:
Package | Downloads |
---|---|
Aadev.JTF.Editor
Json Template Format Editor |
|
Aadev.JTF.Design
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta6 | 88 | 8/31/2024 |
2.0.0-beta5 | 154 | 6/30/2023 |
2.0.0-beta4 | 129 | 4/16/2023 |
2.0.0-beta3 | 147 | 4/7/2023 |
2.0.0-beta2 | 158 | 12/25/2022 |
2.0.0-beta1 | 151 | 11/6/2022 |
1.1.1 | 483 | 8/26/2022 |
1.1.0 | 418 | 8/21/2022 |
1.1.0-rc5 | 167 | 8/12/2022 |
1.1.0-rc4 | 181 | 8/1/2022 |
1.1.0-rc3 | 183 | 7/29/2022 |
1.1.0-rc2 | 173 | 7/26/2022 |
1.1.0-rc1 | 172 | 7/13/2022 |
1.0.2 | 412 | 6/10/2022 |
1.0.1 | 428 | 5/10/2022 |
1.0.0-rc1 | 187 | 4/23/2022 |
1.0.0-beta5 | 178 | 4/14/2022 |
1.0.0-beta4 | 182 | 4/6/2022 |
1.0.0-beta3 | 181 | 4/1/2022 |
1.0.0-beta2 | 178 | 3/31/2022 |
1.0.0-beta1 | 208 | 3/26/2022 |
Added JtSuggestionInstance to save memory when many JtValueNodes use the same source of suggestions.
Added JtSuggestionsDisplayType to select if suggestions have to be displayed as dropdown or in window.
JtSuggestionCollections are now not created if the all sources are empty to prevent creating empty collections.
Fixed bug when event managers aren't created in some cases.
Bug fixes and improvements.