Created
June 10, 2019 17:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transformResponse: function (cnv) { | |
var x2js = new X2JS(); | |
var aftCnv = x2js.xml_str2json(cnv); | |
return aftCnv; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment