Hi,
I have a CLOB column stored in a table having a JSON object. How can i read the tags and its individual values against it?
JSON example:-
{"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]}
Thanks,
Athrey