CycloneDX and SPDX are two popular and well-accepted standard formats for representing and distributing software bill of materials (SBOM). Since these formats define a standard syntax, they are machine readable and can be processed using software programs. However, they are not easily human readable. Since both of them support json format, users can use json viewers to view them in a human friendly fashion. The below table suggests some json viewer tools which can be used to view SBOM files.
Tool |
Link |
Platform |
Free |
---|---|---|---|
JSON viewer extension for VS code | https://marketplace.visualstudio.com/items?itemName=ccimage.jsonviewer | VS code Editor | Yes |
JSON Viewer | JSON Viewer | macOS | Yes |
OK JSON | OK JSON | macOS | No |
MiTec Json viewer | https://www.mitec.cz/jsonv.html | Windows | No |
VikJSON | https://www.softpedia.com/get/Internet/Servers/Database-Utils/JSON-Viewer.shtml | Windows | Yes |
Note:
These are third party tools not created by Deepfactor.