-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(map): add serialisation for map<string, string> (#654)
* feat(map): add serialization for map<string, string> Signed-off-by: jonathan.casey <[email protected]> * feat(map): add type defintions Signed-off-by: jonathan.casey <[email protected]> * feat(map): bump test coverage Signed-off-by: jonathan.casey <[email protected]> * feat(map): fix Signed-off-by: jonathan.casey <[email protected]> * feat(map): fix Signed-off-by: jonathan.casey <[email protected]> * feat(map): refactor validation visit Signed-off-by: jonathan.casey <[email protected]> * feat(map): test coverage Signed-off-by: jonathan.casey <[email protected]> * feat(map): test coverage Signed-off-by: jonathan.casey <[email protected]> * feat(map): fix Signed-off-by: jonathan.casey <[email protected]> * feat(map): make property optional Signed-off-by: jonathan.casey <[email protected]> * move check to validation and add test coverage Signed-off-by: jonathan.casey <[email protected]> * feat(map): validates against dollar class property Signed-off-by: jonathan.casey <[email protected]> * feat(map): update test cases Signed-off-by: jonathan.casey <[email protected]> * feat(map): fixes grammar / spelling Signed-off-by: jonathan.casey <[email protected]> * feat(map): pr comment - refactor expression Signed-off-by: jonathan.casey <[email protected]> * feat(map): uses optional chaining for null check Signed-off-by: jonathan.casey <[email protected]> * test(map): add json deserialization tests Signed-off-by: Matt Roberts <[email protected]> --------- Signed-off-by: jonathan.casey <[email protected]> Signed-off-by: Matt Roberts <[email protected]> Co-authored-by: Matt Roberts <[email protected]>
- Loading branch information
1 parent
7926fae
commit 39bae78
Showing
19 changed files
with
475 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.