Skip to content

When serializing reports, omit redundant properties #323

@craigfowler

Description

@craigfowler

Presently, when serializing report JSON, every property is serialized. That works ok, but it results in larger-than required JSON payloads because of redundant property declarations with empty/meaningless values.

This ticket is to change the serialization so that empty values are omitted from the JSON payload. The aim being to reduce the disk size of a report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    reportsIssues which relate to Screenplay reports

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions