aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md
index 5009adc..bd4b3d3 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -64,17 +64,23 @@ the same identifier in both documents.
This example demonstrates loading an SPDX rdf file from disk into memory
and then printing the corresponding spdx struct for the document.
-## 8-jsonloader
+## 8-jsontotv
*jsonloader*, *tvsaver*
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.
-## 9-jsonsaver
+## 9-tvtojson
*jsonsaver*, *tvloader*
This example demonstrates loading an SPDX tag-value from disk into memory
and then re-saving it to a different file on disk in json format.
+## 10-jsonloader
+
+*jsonloader*
+
+This example demonstrates loading an SPDX json from disk into memory
+and then logging some of the attributes to the console.