I have some data in my browser's network HTTP response that i would like to use to create JS variables. Is this possible?
{
"stepId" : "step1",
"formInfo" : {
"schema" : {
"title" : "intro"
}
}
},
I have these information in my http response, how can i create a JS variable for "stepId"?
Thanks