So I have an array that looks like this:
var me = [
    {'we':'me','see':'tree','lee':'bee'},
    {'we':'me','see':'tree','lee':'bee'},
    {'we':'me','see':'tree','lee':'bee'},
    {'we':'me','see':'tree','lee':'bee'}
];
How do I convert this to a JSON object starting with '{' and ending with '}'
 
     
     
     
    