How to convert CycloneDX JSON to SPDX tag/value
Before you start
Paste valid CycloneDX JSON syntax or drop one or more .cdx.json files.
Accepted: .cdx.json · application/vnd.cyclonedx+json- Paste valid CycloneDX JSON content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable SPDX tag/value text and a correctly named download.
How this converter behaves
API collections and software bills of materials are normalized into typed local models; requests are never sent and converted metadata is never uploaded.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- SBOM conversion preserves common component identity and dependency data. Revalidate the result against the destination specification before compliance use.
- Core components, versions, package URLs, licenses, hashes, suppliers, and dependency relationships are normalized. Format-specific evidence, annotations, signatures, and advanced relationship semantics require review.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable SPDX tag/value text and a correctly named download.
{"bomFormat":"CycloneDX","specVersion":"1.6","version":1,"metadata":{"component":{"type":"application","name":"Local app","version":"1.0.0"}},"components":[{"type":"library","bom-ref":"pkg:npm/example@1.0.0","name":"example","version":"1.0.0","purl":"pkg:npm/example@1.0.0","licenses":[{"license":{"id":"MIT"}}]}]}