PL/JSON is a generic JSON object written in PL/SQL.
PL/JSON is a generic JSON object written in PL/SQL. Using PL/SQL object syntax, users instantiate a JSON object and then add members, arrays and additional JSON objects. This object type can store JSON data, in Oracle, persistently.
The project's home page is https://github.com/pljson/pljson.
Questions using this tag should be directly related to the usage of the PL/JSON library. Other PL/SQL questions should use the plsql tag.
Potential bugs in the PL/JSON library should not be posted as questions to StackOverflow. Such posts should be directed at the project's bug tracker -- https://github.com/pljson/pljson/issues.