blob: 66ddfbc1e313001fd3c0291472787583deaea253 [file]
-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql_jsonb --
1 {"a.b":2}
2 {"a.b.c":3}
3 {"a":1,"b":"hi"}
4 {}
5 {"a":{}}
6 {"a":null}
7 {"a.b":null}
8 {"a.b.c.d.e.f.g.h.i.j.k.l":1}
9 \N
10 42
11 "hello"
12 {"a":[1,2,3]}
13 {"a":[{"b":1},{"b":2}]}
14 {"a.b":[1,2,3]}
15 {"a.b":[{"c":1},{"c":2}]}
16 [1,2,{"x":3}]
17 {"x.s":1,"x.a":[1,2],"x.o.k":"v"}
-- !sql_variant --
1 {"a.b":2}
2 {"a.b.c":3}
3 {"a":1,"b":"hi"}
4 {}
5 {}
6 {}
7 {}
8 {"a.b.c.d.e.f.g.h.i.j.k.l":1}
9 \N
10 42
11 "hello"
12 {"a":[1,2,3]}
13 {"a":[{"b":1},{"b":2}]}
14 {"a.b":[1,2,3]}
15 {"a.b":[{"c":1},{"c":2}]}
16 [1,2,{"x":3}]
17 {"x.a":[1,2],"x.o.k":"v","x.s":1}