Convert an object to its JSON string representation.
String dsShelfToJson(Object data) { return json.encode(data); }