Hi John, I've been using FastBit to drive some visualizations over the web, so I output results in JSON. Sometime after v1.2.25 CATEGORY columns stopped being printed as strings in my code (based on thula.cpp's printValues()). I now have an ugly hack that I wrote to let me dump a table in JSON like this:
ierr = tbl->dump(std::cout, "JSON"); I'm attaching a patch file of my hack but I'm sure there is a nicer way to code this. Thanks, Andrew
add_dumpJSON.diff
Description: add_dumpJSON.diff
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
