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 handy provided parser has a json option which uses the Rust pretty print output.
Eventhough this is already great for viewing the track files, it makes parsing in other tools a little harder.
In #100 I tried to add serialization from the serde_derive library to output valid json.
The text was updated successfully, but these errors were encountered:
The handy provided parser has a
json
option which uses the Rust pretty print output.Eventhough this is already great for viewing the track files, it makes parsing in other tools a little harder.
In #100 I tried to add serialization from the
serde_derive
library to output valid json.The text was updated successfully, but these errors were encountered: