daff.JsonTables
Experimental wrapper for reading tables expressed as json in following format:
{
“names”: "sheet1", "sheet2"
,
“tables”: {
“sheet1”: {
“columns”: "col1", "col2", "col3"
,
“rows”: <pre>
{ “col1”: 42, “col2”: “x”, “col3”: null },
{ “col1”: 24, “col2”: “y”, “col3”: null },
…
</pre>
},
“sheet2”: {
…
}
}
}
Type: class
Implements: