NuGet package 📦: SonghayCore.Newtonsoft
This repo is intended to sit next to SonghayCore
[GitHub], providing Core support for Newtonsoft-based routines.
The Songhay System uses imperative C# code with a view to make it more functional in an effort to control complexity and enhance maintainability.
The preference for extension methods encourages stateless, reusable routines (many of them are “pure” functions).
Notable extensions:
JObjectExtensions
— defines conventions around theNewtonsoft.Json.Linq.JObject
from James Newton King.