Hi Kokila,
First create a JSON structure from this JSON snippet.
Then add an Import mapping and add (create the entities automatically if you wish) the entities
Third, create a microflow that creates a string variable, with the (dummy) content you provided, then an action “import from mapping” select the created mapping and use the string variable as input parameter. The output parameter will be the root of the structure, this will be the object you will finally present on your page.
The page will need a structure that resembles the JSON structure, thus a dataview with the root, and nested data views/grid for the related elements.
With kind regards,
Stephan
You can only link objects and attributes of objects to the page. As said before, you need to have an import mapping to create domain model objects out of your json. If you don’t want to store something to the database, you can use non persistable entities, but you need to use entities. There is no way of passing a json string to a page without using an entity.