SQL Developer (MOSC)

MOSC Banner

Read JSON using API in Oracle Database

in SQL Developer (MOSC) 1 commentAnswered ✓

Hi All,


Do we have any API in oracle database to read the below JSON format and extract the value. Like in this case, I need to extract the 'VALUE' field based on the 'CHARC' field in the JSON data


{

 "config": [

  {

   "CHARC": "TEST1", 

   "VALUE": "M"

  },

  {

   "CHARC": "TEST2", 

   "VALUE": "RH" 

  },

  {

   "CHARC": "TEST3", 

   "VALUE": "5"

  }

 ]

}

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center