Basic Reader

April 27, 2020 ยท View on GitHub

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>

Contents

  1. 1Description
  2. 2How to Build
  3. 3How to Run