 
            
            
            
            
                19 Jan
                
                    2017
                
            
            
                19 Jan
                
                '17
                
            
            
            
        
    
                6:07 p.m.
            
        On 01/19/2017 02:53 PM, Richard Hodges wrote:
join(wrapped_sequence(range, "[", "]", ",", " ")) -- results in "[ a, b, c ]" or "[ ]" if the sequence is empty.
The last one would allow automatic generation of JSON...
Except that "[ a, b, c ]" is not valid JSON.