in reply to Mojo Lite - Invalid JSON

You alway gotta read the docs :)

var dataSet = [ ["array", "of", "arrays" ], ["array", "of", "arrays" ] ]; $('#example').DataTable( { data: dataSet, ...

your JSON equally needs to send an array of arrays, like a table, no hashes