On Tue, Jan 8, 2013 at 9:52 AM, Jared Rosoff <[email protected]> wrote: > [snip] > then it would result in the document after patch being > > [1,2,3] > > however, this is not a valid json document as it is not enclosed by { }. > [snip] >
The root of a JSON Document can be either an object or an array. - James
