Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/doberkofler/PLSQL-JSON

The JSON encode/decode library for Oracle PL/SQL
https://github.com/doberkofler/PLSQL-JSON

Last synced: 2 months ago
JSON representation

The JSON encode/decode library for Oracle PL/SQL

Lists

README

        

# 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](CHANGELOG).