json xml conversion

context.setVariable('response.header.Content-Type', 'application/xml; charset=utf-8');
context.setVariable('response.content',JSON.stringify(response));

Guess you like

Origin www.cnblogs.com/hooli/p/11791256.html