aboutsummaryrefslogtreecommitdiff
path: root/docs/jsonsaver.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/jsonsaver.md')
-rw-r--r--docs/jsonsaver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/jsonsaver.md b/docs/jsonsaver.md
index fe9d34f..bd6f95f 100644
--- a/docs/jsonsaver.md
+++ b/docs/jsonsaver.md
@@ -4,7 +4,7 @@ SPDX-License-Identifier: CC-BY-4.0
The SPDX document is converted to map[string]interface{} and then the entire map is converted to JSON using a single json.MarshalIndent function call. The saver uses temporary memory to store all the files (Packaged and Unpackaged) together in a single data structure in order to comply with the JSON schema defined by SPDX.
-spdx.Document2_2 => map[string]interface{} => JSON
+v2_2.Document => map[string]interface{} => JSON
## Some Key Points