https://github.com/doberkofler/PLSQL-JSON
The JSON encode/decode library for Oracle PL/SQL
https://github.com/doberkofler/PLSQL-JSON
Last synced: 9 months ago
JSON representation
The JSON encode/decode library for Oracle PL/SQL
- Host: GitHub
- URL: https://github.com/doberkofler/PLSQL-JSON
- Owner: doberkofler
- License: mit
- Created: 2013-09-24T19:10:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T12:37:19.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T19:17:18.913Z (9 months ago)
- Language: PLSQL
- Homepage:
- Size: 164 KB
- Stars: 48
- Watchers: 12
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
- awesome-sql - PLSQL-JSON - PL/SQL library to encode/decode JSON (Uncategorized / Uncategorized)
- awesome-sql - PLSQL-JSON - The JSON encode/decode library for Oracle PL/SQL. (Oracle)
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).