I have a custom action that returns a JSON string in the following format
[{"MessageID":"xx", "MessageTime":"12pm", "MessageSender":"COMBANK", "MessageBody":"Hi"}]I would like to know how I could convert this into a custom data type that i could use to bind with an app state variable later on.