mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
13 lines
370 B
Markdown
13 lines
370 B
Markdown
<!--
|
|
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.
|