readData reads all data from the given reader and splits it into a [][]string: a slice of commands, each command having multiple positional arguments. If explodeArrays is true, arrays are treated as if they were simply given as a list of newline separated JSON objects.
(r io.Reader, explodeArrays bool)
source not stored for this graph (policy: none)
no test coverage detected