JSON In (and out) of Oracle – JSON Data Type
Update March 29, 2009: PL/JSON is now available as an open source project (MIT License). Read the FAQ at http://oracleoss.com
Do you use JSON? Do you use Oracle? How would you like to use JSON in Oracle? How would you like to store it, generate it and read it? I am creating a new JSON data type that will work like XMLType.
I am assuming you are familiar with Oracle (or you probably wouldn’t be reading this blog). If you are not familiar with JSON it is JavaScript Object Notation, a lightweight data-interchange specification. Think of it as a replacement to XML.
Click to continue reading “JSON In (and out) of Oracle – JSON Data Type”
Read the rest of this entry »


