Hi Guys I want to print the output data as like this { book_name : "xyz", ... author : { name : "abc", ... } }, Then how can i implement these in formengine
Hi Guys
I want to print the output data as like this
{
book_name : "xyz",
...
author : {
name : "abc",
...
}
},
Then how can i implement these in formengine