Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 457 Bytes

File metadata and controls

19 lines (11 loc) · 457 Bytes

Basic Parser

Description

This code sample shows how to validate a JSON document using the Streaming 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>