I'm trying to encode a list of plists, and encode-json-plist-to-string doesn't appear to do it. My newbiness is not seeing a better answer then to loop through the list, and encode each plist separately, concatentate the strings together to form the array. That doesn't seem too lispy to me. Is there a better way?