More specifically, I'm looking to serialize plist's from string data within a node.js process and send them in a request.
For example:
var data = [CPPropertyListSerialization dataFromPropertyList:dict format:CPPropertyListXMLFormat_v1_0 errorDescription:errorString];
Narwhal has a module for this . I was just wondering if someone had done the same for node.js.