I've got a custom taxonomy saving to a custom table.
I've also got a custom WP action using wp_send_json to return term meta.
Is there any way to get all term meta (like using get_term_meta) when using a custom table, so that I return all term meta at once in my wp_send_json method?