Skip to content

Pretty print the event source

Kévin Commaille requested to merge (removed):pretty-source into fractal-next

To look better in the event source dialog.

According to the serde_json docs, a RawValue cannot be pretty-printed, so we convert it to a Value first.

Merge request reports