Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 543 Bytes

File metadata and controls

20 lines (12 loc) · 543 Bytes

Binding

Description

This code sample shows how to validate a JSON document while unmarshalling the JSON document into a Plain Old Java Object, using Jakarta JSON Binding API.

How to Build

Follow the instructions shown in README in the repository root.

How to Run

Navigate to the generated target or build directory.

$ ./run.sh <path/to/JSON schema> <path/to/JSON instance>