Conversation
…-mapping Feature/fix dot notation for custom mapping
* use selectToken * updates --------- Co-authored-by: Aghogho Bernard <abernard@strongtie.com>
…lue when the supplied itemkey is not present (#11) Co-authored-by: Aghogho Bernard <abernard@strongtie.com>
* main: Fix dot notation for nested properties (#9) # Conflicts: # CustomAutoAdapterMapper/CustomAutoAdapterMapper.csproj # CustomAutoAdapterMapper/Mapper.cs
* Check if itemkey is mapped and check is the objects has the mapped value when the supplied itemkey is not present * updated package version * bug fix for iteration decision --------- Co-authored-by: Aghogho Bernard <abernard@strongtie.com>
* main: Iteration Determination (#12)
* Check if itemkey is mapped and check is the objects has the mapped value when the supplied itemkey is not present * updated package version * bug fix for iteration decision * Bug Fix * version update --------- Co-authored-by: Aghogho Bernard <abernard@strongtie.com>
Switch jsonObject[option.RootKey] to jsonObject.SelectToken(option.RootKey) so that paths like 'getemployee.employeeDetails' resolve correctly into nested JSON structures. Single-level RootKey values continue to work unchanged. Add test coverage for two-level and three-level nested root keys, null mapped property values, missing feed records, and remapped ItemKey JSON lookups.
* use selectToken * updates --------- Co-authored-by: Aghogho Bernard <abernard@strongtie.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.