mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 10:19:47 +02:00
Introduce sop-java-json-gson module
This commit is contained in:
parent
e680f3450a
commit
cc08b76b68
6 changed files with 178 additions and 1 deletions
13
sop-java-json-gson/README.md
Normal file
13
sop-java-json-gson/README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue