Hi there, is it possible to dump the contents of a mubu or imubu object as json?
hi, yes just use writeall message with .json as file name extension.
Best
Riccardo
you can also send to the mubu object the message “todict” with the name of a dict and the content of mubu will be saved into the given dict. (not working with imubu now but it will be fixed for the next release)
ohhhhhhhh this is exactly what i was looking for. thank you!!!