CoinFabrik/scout-audit

Invalid json output

tenuki opened this issue · 1 comments

The json file generated with cargo scout-audit --output-format json is invalid.

Image

This is an error. That's not proper json format and we shouldn't be calling it that way.

If this pseudo-proto-json format is useful for something else please change its name.

Also, a proper json format file is required for other uses and interoperability, so we should create a proper one.