When a table is keyed by other tables, LRDB erroneously reports that the table is empty. Using "next" on these tables returns JSON and is not parsed into an inspectable lua table. A simple repro case: ``` a = {} b = {} b[a] = 1 ``` `b` will be displayed as empty in this case