Closed JaceHensley closed 2 years ago
I'm not quite sure how this would look but the idea is to allow displaying an array of mapped items. For example if you have the following JSON:
{ "things": [ { "value": "first" }, { "value": "second" } ] }
you may want the wallet to display:
Value of Things: first, second
closing as subset of #4
I'm not quite sure how this would look but the idea is to allow displaying an array of mapped items. For example if you have the following JSON:
you may want the wallet to display: