- 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.