Closed NeoWu1216 closed 3 years ago
So I guess TypedJSON.parseAsArray
is the way to go if we want to parse [{type:"AWSAccount", value:"account_id"}]. Maybe that's something to include in the README.md.
Hi @NeoWu1216, I am głąb you were able to find a solution. What do you think about making a PR with a change to the documentation that you find suitable?
Sure, created a PR with simple change in readme. Closing this issue for now.
Below is my code for creating structures of json tree:
This example works fine:
But this failed to created a useful class:
Tried Array class as well but no luck. Please let me know which step went wrong. Thanks.