JSON is a light-weight, language independent, data interchange format.
Here are some key features of "Librairie-JSON":
· Create and manipulate JSON objects
· Add attributes and array to a JSON object
· Convert from JSON to string
· Convert from String to JSON structure
· Debugging function
· Customizable output (web or custom)
What's New in This Release: [ read full changelog ]
· Add procedure to send appropriate mime type for Web output "application/json"
· printing enhancement.
· suppress global variable g_output_type.
· bug corrections in String2Json func.
· Add procedure to stream out the JSON object.
· Suppress indentation for better perf on long JSON objects.
· Refactor terms to match on the english terms.
· bug correction in getAttrValue, add param pOutPutStringDelimiter and pOutPutSeparator that allows to format the output of the function.
· Add function getAttrArray that return an array of values in an plsql array of varchar2.
· Add Array2String utility.
· Added License information.