Hi All,
I am new to json.
I need an output string like this:
I need to provide json structure to end user. what kind of JSON structure will create above string when converted to object with string property with above value.
For example
object obj has string property called accounts. Accounts property should have value
“<item id="5132" /><item id="5188" />”
obj.accounts = “<item id="5132" /><item id="5188" />”,
json layout:
“accounts” : {
???
}
Appreciate your help.
Thank You