JsonRegistry 25.21.30
dotnet add package JsonRegistry --version 25.21.30
NuGet\Install-Package JsonRegistry -Version 25.21.30
<PackageReference Include="JsonRegistry" Version="25.21.30" />
<PackageVersion Include="JsonRegistry" Version="25.21.30" />
<PackageReference Include="JsonRegistry" />
paket add JsonRegistry --version 25.21.30
#r "nuget: JsonRegistry, 25.21.30"
#:package JsonRegistry@25.21.30
#addin nuget:?package=JsonRegistry&version=25.21.30
#tool nuget:?package=JsonRegistry&version=25.21.30
JsonRegistry
SpringCard JSON Registry Library - Windows Registry-like storage using JSON
📋 Table of Contents
📖 Overview
JsonRegistry is a .NET library developed by SpringCard, providing a Windows Registry-like storage system implemented using JSON files. This library enables hierarchical key-value storage with a familiar API for .NET applications.
Originally developed for internal use at SpringCard, this library has been made available to facilitate configuration and settings management in .NET applications.
✨ Features
Registry Structure
- Registry Hive: Root container for registry keys and values
- Registry Keys: Hierarchical key structure similar to Windows Registry
- Value Storage: Store various data types as registry values
JSON-Based Storage
- JSON Serialization: All data persisted in JSON format
- File-Based Storage: Simple file storage for portability
- Hierarchical Organization: Tree-like structure for organizing settings
API Design
- Familiar API: Similar to Windows Registry API
- Type-Safe Values: Support for various .NET data types
- Easy Integration: Simple to integrate with existing applications
🎯 Supported Frameworks
JsonRegistry is a .NET Standard 2.0 library, compatible with:
- .NET Framework 4.6.1+
- .NET Core 2.0+
- .NET 5/6/7/8+
🚀 Installation
Via NuGet Package Manager
Install-Package JsonRegistry
Via .NET CLI
dotnet add package JsonRegistry
Via PackageReference in csproj
<PackageReference Include="JsonRegistry" Version="[latest-version]" />
📚 API Documentation
For complete API documentation, please refer to the official SpringCard documentation:
📜 License
This library is licensed under SpringCard proprietary license. See LICENSE.txt for full license text.
Copyright (c) 2008-2026 SpringCard - www.springcard.com
All rights reserved
🆘 Support
For support and inquiries:
- Website: https://www.springcard.com
- Email: support@springcard.com
🏷️ Package Information
| Property | Value |
|---|---|
| Package ID | JsonRegistry |
| Author | SpringCard |
| Copyright | Copyright © SpringCard SAS, France, 2014-2026 all rights reserved |
🔄 Version History
For complete version history, see the NuGet Package Page.
📝 Notes
- This library is actively maintained by SpringCard
- Compatible with Windows, Linux, and macOS environments (depending on target framework)
- Optimized for performance and reliability
- Extensively tested in production environments
- Requires Newtonsoft.Json package
Made with care by SpringCard SAS, France
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. 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.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JsonRegistry:
| Package | Downloads |
|---|---|
|
SpringCard.LibCs.Windows
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.