Skip to content

Add an option to minify the output. #1120

Closed
@arthurfiorette

Description

This line is formatting the json schema output. I have some files generated by this tool with 5K+ lines, and just by not formatting the output, i can reduce around 2K lines.

const schemaString = config.sortProps ? stringify(schema, null, 2) : JSON.stringify(schema, null, 2);

An option --no-format can resolve this issue.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions