Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 460 Bytes

File metadata and controls

19 lines (11 loc) · 460 Bytes

Basic Reader

Description

This code sample shows how to validate a JSON document using the Object Model API of Jakarta JSON Processing 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>