How to convert Dat table to Json Object and send it out through OSC

How to convert Dat table to Json Object and send it out through OSC

here’s how to convert your DAT into JSON:

import TDJSON
output =  TDJSON.datToJSON(myDAT)

see TDJSON - Derivative