Introduce sop-java-json-gson module

This commit is contained in:
Paul Schaub 2025-07-25 14:09:06 +02:00
parent e680f3450a
commit cc08b76b68
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 178 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<!--
SPDX-FileCopyrightText: 2025 Paul Schaub <vanitasvitae@fsfe.org>
SPDX-License-Identifier: Apache-2.0
-->
# SOP-Java-JSON-GSON
## JSON Parsing VERIFICATION extension JSON using Gson
Since revision 11, the SOP specification defines VERIFICATIONS extension JSON.
This module implements the `JSONParser` and `JSONSerializer` interfaces using Googles Gson library.