I have some json like
{"111-222":"AAA","333-444":"BBB"}
when I want to get the value of "111-222", javascript will show "Uncaught ReferenceError: 222 is not defined?
How can I resolve this problem?
I have some json like
{"111-222":"AAA","333-444":"BBB"}
when I want to get the value of "111-222", javascript will show "Uncaught ReferenceError: 222 is not defined?
How can I resolve this problem?