print(ll.JsonGetValue('["a","b","c"]', {1})) -- "b"; expected: "a"
print(ll.JsonSetValue('["a","b","c"]', {1}, "x")) -- ["a","x","c"]; expected: ["x","b","c"]
# TODO: The specifiers can contain integers, which should be array indices
# But we don't support that in the bindgen yet.
# index-semantics: true