JSON object aggregation

my output into JSON looks like this
{
JSON Object
}
{
JSON Object
}
{
JSON Object
}

is there anyway I could make it appear all together as one JSON object instead of three separate ones?

Not in LS that I know of, unless there is some funky ruby that can do it.