1 treat as integer, "foo" treat as string, { "foo" : "bar" } treat as object, ({ "foo" : "bar" }, { "bar" : "foo" }) treat as json-item+, [ 1, 2, 3 ] treat as array?, () treat as ()
1 "foo" { "foo" : "bar" } { "foo" : "bar" } { "bar" : "foo" } [ 1, 2, 3 ]
1 treat as string
"xs:integer" cannot be treated as type xs:string