rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Dynamically typed structured data component-type (JSON)

Open emilk opened this issue 3 years ago • 2 comments

We can start with something like JSON, even though we can hopefully store it more efficiently.

  • [ ] Python SDK for rerun.log_json()
  • [x] Introduce new "Raw / Text" view panel. Converts all field/components to text representation (similar to inspection view)
  • [ ] Default to Raw / Text view panel if none of the components in the space are viewable.

Requires #403

emilk avatar Nov 28 '22 14:11 emilk

Hi, is there any update on this issue?

changh95 avatar Mar 22 '24 04:03 changh95

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.

Wumpf avatar Mar 22 '24 09:03 Wumpf