json-razor
Version updated for https://github.com/rick-does/json-razor-action to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The json-razor Action is a GitHub Action designed to collapse repetitive structures in JSON, YAML, and NDJSON files, making them more compact and easier to analyze. It automates the process of simplifying large data files, such as OpenAPI specifications, to help identify structural changes and reduce redundancy. Key capabilities include customizable depth control, string truncation, and support for multiple output formats.
What’s Changed
Composite GitHub Action that wraps json-razor for use in CI pipelines.
Collapses repeated structures in JSON, YAML, and NDJSON files. Primary use case: inspect and validate OpenAPI specs before publishing.
See the README for full usage and examples.