Question
issue with json data for composite field in content fragment
Implemented composite multifield.
Need the array to be json array than string array.
issue json coming as String Array
0 "{\"linkName\":\"test\",\"linkUrl\":\"test\"}"
1 "{\"linkName\":\"test\",\"linkUrl\":\"test\"}"
expected as json array as below.
0 {\"linkName\":\"test\",\"linkUrl\":\"test\"}
1 {\"linkName\":\"test\",\"linkUrl\":\"test\"}