PL/SQL (MOSC)

MOSC Banner

What are the best ways to validate a JSON document against a Schema from a database 19c?

in PL/SQL (MOSC) 1 commentAnswered

Dear colleagues,

I would like to organize validation Json on side database 19c. JSON-Schema (draft-4 or later) is used, which can contain a Reference($ref) property. As a result, I need to call a database package method to validate the JSON and return a validation report.

Maybe exists solutions within the PL/SQL system packages or Java8 libraries that are installed with the database.

I am currently looking for functionality in Java using additional libraries. Based on it, I create Java-code on the database side.

If you know best practices for JSON Validation inside the database please describe about. 

Thanks a lot

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center