Releases: viral32111/JsonExtensions
Releases · viral32111/JsonExtensions
1.0.0
- Upgraded from .NET 6 to .NET 7.
- Added parameter for changing the nested object path delimiter (
propertyDelimiter) toNestedGet(),NestedSet()andNestedList(). - Published the package to NuGet Gallery too.
- Created a JsonExtensions.Tests project for automated unit testing.
- Added XML documentation to many of the methods for improved built-in IDE documentation and IntelliSense support.
- Added clean-up to the example application.
Internally organised and refactored lots of the code, added Visual Studio Code launch config & tasks for easier development.
Available on NuGet Gallery & GitHub Packages.
Documentation on GitHub Wiki or within DOCS.md.
0.2.0
- Added
JsonNode?.Clone()method. - Added
JsonObject.NestedHas()method. - Added
JsonObject.NestedList()method. - Prefixed assembly name with author name to avoid conflicts (
JsonExtensions.dll->viral32111.JsonExtensions.dll).
NuGet package: viral32111.JsonExtensions 0.2.0.