It's used for communication with javascript (AJAX).
A introduction to the format can be found here.
A simple JSON object example:
{
    "book": {
        "title": "Hamlet",
        "author": "William Shakespeare",
        "quotes": [
            "Like Niobe, all tears",
            "To be, or not to be",
            "All is not well; I doubt some foul play.",
            "A countenance more in sorrow than in anger."
        ]
    }
}I know of 2 free pl/sql libraries:
JSON
PL/JSON
 
No comments:
Post a Comment
Os comentários são moderados.
The comments are moderated.