You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have chance to get output in json type.
result.toJSON() =>
{'type':'struct', 'name':'structName','members':[{...},{...}]}
or
{'type':'struct', 'name':'structName','members':{'paam1':{...},'paam2':{...},...}}
The text was updated successfully, but these errors were encountered:
Would be nice to have chance to get output in json type.
result.toJSON() =>
{'type':'struct', 'name':'structName','members':[{...},{...}]}
or
{'type':'struct', 'name':'structName','members':{'paam1':{...},'paam2':{...},...}}
The text was updated successfully, but these errors were encountered: