You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Event type doesn’t implement serialization traits directly, but its constituent parts do. To make writing a JSON console writer or custom JSON file format easier, we should provide a library of utilities to help produce a JSON value from an event. The choice of property naming, format for timestamps, and whitespace, should be straightforward to control.
The text was updated successfully, but these errors were encountered:
The
Event
type doesn’t implement serialization traits directly, but its constituent parts do. To make writing a JSON console writer or custom JSON file format easier, we should provide a library of utilities to help produce a JSON value from an event. The choice of property naming, format for timestamps, and whitespace, should be straightforward to control.The text was updated successfully, but these errors were encountered: