aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/store/json/null_list_v2.json
blob: 282fc88e162cc9c44fa3e5305a4938a4135aae18 (plain)
1
2
3
4
5
6
7
8
9
10
{
     "config": [
          {
            "repeated_varchar": null
          },
          {
            "repeated_varchar": [ "a string" ]
          }
     ]
}