Are there any good PL / SQL libraries for JSON that you worked with and found useful?
In PL / SQL, I have to tediously pass code returning JSON values ββto JavaScript functions. I found one PL / SQL library for automatic JSON generation, but it doesnβt do exactly what I need. For example, I could not extend the basic functions in the library so that it returns the complex tree-like JSON data structure necessary for the JavaScript tree component that I use.
Remarks:
The system, which has been in operation for 8+ years, has been designed to use PL / SQL for CRUD and most of the business logic. PL / SQL also generates 90% of the presentation level (HTML / JavaScript) using the PL / SQL mod. The remaining 10% is data submitted through Oracle Reports Builder.
json plsql
user290
source share