On 4/7/2011 10:07 AM, Jim Barrows wrote:
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?
I am more interested in "doesn't appear to do it". How about a small example of input and output?
kt