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: 11 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T12:37:19.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:05:10.464Z (4 months ago)
- Language: PLSQL
- Homepage:
- Size: 164 KB
- Stars: 47
- Watchers: 13
- 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)
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).