feat: add json property path supports for object keys
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 2m4s
default / dotnet-default-workflow (push) Successful in 2m1s

This commit is contained in:
Louis Seubert 2026-05-30 21:17:14 +02:00
commit eff887b49f
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
3 changed files with 58 additions and 0 deletions

View file

@ -41,6 +41,8 @@ To have a consistent experience across all packages, some public interfaces have
### Added
- **request.validation:** Support `PropertyPath` JSON converter for string values and dictionary property names
### Changed
### Removed