Open emilk opened 1 year ago
Hi, is there any update on this issue?
We do have a raw text panel by now which supports markdown as well but there's no built-in json support. It's also possible now to build your own file support using a custom DataLoader, but for that you still end up logging the data types that the Viewer knows about.
We can start with something like JSON, even though we can hopefully store it more efficiently.
rerun.log_json()
Related