example: string : '{a:1}' still generated to '{a:1}' , what i expecting is '{"a":1}' how to get a real json string ?
example:
string : '{a:1}' still generated to '{a:1}' , what i expecting is '{"a":1}'
how to get a real json string ?