aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-13 13:19:39 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-13 13:19:39 -0400
commitb570498a1608f44fd3cd657006e1a4485b7079ae (patch)
tree4c4cce6d47ad0d3f89322e9afbdad072e7a5bb12 /README.md
parent82fa7c1a79c0a554b2f6d3324326d6dfffd5f569 (diff)
downloadspdx-tools-b570498a1608f44fd3cd657006e1a4485b7079ae.tar.gz
docs: Add jsonsaver to README
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64e3d55..719ce5e 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ tools-golang provides the following packages:
* *tvsaver* - tag-value document saver
* *rdfloader* - RDF document loader
* *jsonloader* - JSON document loader
+* *jsonsaver* - JSON document saver
* *builder* - builds "empty" SPDX document (with hashes) for directory contents
* *idsearcher* - searches for [SPDX short-form IDs](https://spdx.org/ids/) and builds SPDX document
* *licensediff* - compares concluded licenses between files in two packages
@@ -67,8 +68,8 @@ found in the GitHub repo and in [the release notes](RELEASE-NOTES.md).
In particular, thank you to the following for major contributions:
-JSON parsing support was added by @specter25 as part of his Google Summer of
-Code 2021 project.
+JSON parsing and saving support was added by @specter25 as part of his Google
+Summer of Code 2021 project.
RDF parsing support was added by @RishabhBhatnagar as part of his Google Summer
of Code 2020 project.