2

I know jQuery.parseJSON will convert my json string to json object. Which does the vise versa in jquery (ie) json object to json string... Any suggestion

2 Answers 2

2

Check out this site: http://www.json.org/js.html

Include their script and they have a Stringify method which does what you're looking for.

Sign up to request clarification or add additional context in comments.

2 Comments

any useful function in jquery?
You would need to use a plugin to get it.
1

If you're looking for a jQuery solution, get this plugin: http://code.google.com/p/jquery-json/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.