why does JSONDeserializer exclude xml tag from json input string
I've below json string
{"metadata":"<xml><item><name>Memory</name><Fullname>NULL</Fullname></item></xml>"}
when I deserialize this using flexjson it is excluding all xml tags from
above json and give this value "Memory NULL"
No comments:
Post a Comment