Loading Data into ToDo component

Hello,
On receiving a Json (dynamically generated) object inside a Razor view , please show me an example of how to load the Json into the ToDo component, please.
Thanks .

Hello @JohnDino ,

To parse JSON data into todo view you can use private method _data.parse of local service: list.getService("local")

Please check the example: Code Snippet