Support for binary JSON won't be built into DataTables core, but it is easy to make use of it with the ajax.dataSrc option. DataTables will make the request to get the data, then in ajax.dataSrc you use whatever library you require to deserialise the data into plain JSON and return that from the function so DataTables can see it.
Answers
Support for binary JSON won't be built into DataTables core, but it is easy to make use of it with the
ajax.dataSrc
option. DataTables will make the request to get the data, then inajax.dataSrc
you use whatever library you require to deserialise the data into plain JSON and return that from the function so DataTables can see it.Allan