aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorspecter25 <ujjwalcoding012@gmail.com>2021-06-14 21:39:10 +0530
committerspecter25 <ujjwalcoding012@gmail.com>2021-06-14 21:39:10 +0530
commit8a86c1f72d8c1181841b3e4ee66c424862dba357 (patch)
tree26969619c8111a801dbc92714d9e6e00b4bf22d0 /examples/README.md
parentb89480cd3b8777fdee1c957b46618a03d2daaf6a (diff)
downloadspdx-tools-8a86c1f72d8c1181841b3e4ee66c424862dba357.tar.gz
Add example to convert spdx json to spdx tag-value
Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index c62ce86..fc9c5f9 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -55,3 +55,18 @@ with matching IDs in each document.
This is generally only useful when run with two SPDX documents that describe
licenses for subsequent versions of the same set of files, AND if they have
the same identifier in both documents.
+
+
+## 7-rdfloader
+
+*rdfloader*,
+
+This example demonstrates loading an SPDX rdf file from disk into memory,
+and then printing the corresponding spdx struct for the document .
+
+## 8-jsonparser2v2
+
+*rdfloader*,
+
+This example demonstrates loading an SPDX json from disk into memory,
+and then re-saving it to a different file on disk in tag-value format . \ No newline at end of file