gosuwachu / s60-json-library

Automatically exported from code.google.com/p/s60-json-library
0 stars 0 forks source link

issue while creating json string using s60-json-library #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create a json string using s60 -json-lirary APIs.

Need to get the json string without '\'

What is the expected output? What do you see instead?

EXPECTED:
 {"141":[{"phone_no":"12123123231","name":"sarva,amol"}]}

Actual:

{\"141\":[{\"phone_no\":\"12123123231\",\"name\":\"sarva,amol\"}]}

What version of the product are you using? On what operating system?

symbian belle
Please provide any additional information below.

Original issue reported on code.google.com by Pradeepk...@gmail.com on 20 Mar 2012 at 11:08