In my json object I have this:
"test" : ["A", "B", "C,D"],
I'm having trouble getting C,D to show up. I've tried using the
numeric entity reference for comma:
"test" : ["A", "B", "C,D"],
But then it shows up as C,D.
So how do I get something like this to work? Can I not use numeric
entity reference? What about if I want do display a character for
which I need a numeric character reference?
Thank you!
Jose
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.