Node.Net is a framework library to support IDictionary data operations, including serialization to and from JSON
The latest release of Node.Net is available on NuGet.
Node.Net supports multiple target frameworks:
- Windows:
net48,net8.0-windows(uses framework-provided WPF types) - Cross-Platform:
net8.0,net8.0-wasm(providesSystem.Windows.*type implementations)
For detailed information about how System.Windows.* types are conditionally compiled and used across different target frameworks, see docs/SYSTEM_NAMESPACE_RULES.md.
Node.Net is Open Source software and is released under the MIT license.