1 2 3 4 5 6 7 8 9 10 11
{ "expr": "$split(\"a, b, c, d\", \", \")", "dataset": null, "bindings": {}, "result": [ "a", "b", "c", "d" ] }