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 using the install.sql script and uninstall using uninstall.sql script.
Unit tests are provided in the unitest directory and can be run using the unitest.sql script.
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.
This README is currently the only avilable documentation.
See the CHANGELOG.