Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 751 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 751 Bytes

PLSQL-JSON: The JSON encode/decode library for PL/SQL

PL/SQL-JSON implements encoding and decoding JSON in a PL/SQL environment. Using the objects json_object and json_array allows to compose and parse JSON.

Install

Install using the install.sql script and uninstall using uninstall.sql script.

Unit test

Unit tests are provided in the unitest directory and can be run using the unitest.sql script.

Performance

A performance test is avilable in the performance directory and allows to compare with the the excellent PL/JSON implementation. PLSQL-JSON is typically between two and then times faster.

Documentation

This README is currently the only avilable documentation.

Release History

See the CHANGELOG.