Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert Object to text json? #93

Open
vvbhandare opened this issue Mar 19, 2018 · 1 comment
Open

How to convert Object to text json? #93

vvbhandare opened this issue Mar 19, 2018 · 1 comment

Comments

@vvbhandare
Copy link

Getting response key : Object form. I want to convert Object to actual text string.

How can I do that?

@ComputerCarl
Copy link

The original data is in XML (and in the responseBody object).
You can convert a JavaScript object to JSON with JSON.stringify(result)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants