create StringSet from json possible? #2514
-
| To get Attribute maps I use the following code, however it seems there is no possibility to create StringSets from json? My question is if there is a possibility that I overlooked to create stringsets from json |
Beta Was this translation helpful? Give feedback.
Answered by ashishdhingra Jan 19, 2023
Replies: 2 comments
-
| @fritz-net String sets should be converted as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by ashishdhingra
-
| Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
@fritz-net String sets should be converted as
DynamoDBListper https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/DynamoDBv2/Custom/DocumentModel/JsonUtils.cs#L247. Is this somehow not working for you? Please share the sample JSON and code to reproduce the issue.