Class JsonLDStore

All Implemented Interfaces:
AutoCloseable, IModelStore, ISerializableModelStore

public class JsonLDStore extends ExtendedSpdxStore implements ISerializableModelStore
Serializable store which reads and writes the SPDX Spec version 3 JSON-LD format See the SPDX specification for details on the JSON-LD serialization: https://github.com/spdx/spdx-spec/blob/develop/docs/serializations.md For more information on SPDX document mapping to JSON-LD, see: https://github.com/spdx/spdx-3-model/blob/develop/serialization/jsonld.md
Author:
Gary O'Neall