We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e51b commit d28071fCopy full SHA for d28071f
docs/responsibilities_capabilities.rst
@@ -63,8 +63,8 @@ Capabilities
63
* Serializer that converts :class:`Bom <cyclonedx.model.bom.Bom>` data models to XML string
64
* Serializer that converts :class:`Bom <cyclonedx.model.bom.Bom>` data models to JSON string
65
* Formal validators for JSON string and XML string.
66
- Requires optional dependencies as described in :ref:`install instructions <install extras>`
67
-
+ Requires optional dependencies as described in :ref:`install instructions <install extras>`.
+* Shipped data model are serializable to and deserializable from both, JSON and XML.
68
69
.. _CycloneDX: https://cyclonedx.org/
70
.. _CycloneDX Specification: https://github.com/CycloneDX/specification/#readme
0 commit comments