JSON TO POSTGRE TABLE - Mailing list pgsql-novice

From Kavi
Subject JSON TO POSTGRE TABLE
Date
Msg-id CANj80ecu_H52i4bW_YONFxZ4HyxKtqJGzH=WZAKTBOx9btdxTA@mail.gmail.com
Whole thread Raw
List pgsql-novice
I sample data  as below-

{   "glossary": {       "title": "example glossary",	"GlossDiv": {           "title": "S",		"GlossList": {               "GlossEntry": {                   "ID": "SGML",				"SortAs": "SGML",				"GlossTerm": "Standard Generalized Markup Language",				"Acronym": "SGML",				"Abbrev": "ISO 8879:1986",				"GlossDef": {                       "para": "A meta-markup language, used to create markup languages such as DocBook.",					"GlossSeeAlso": ["GML", "XML"]                   },				"GlossSee": "markup"               }           }       }   }
}
how can i inerst these json data in postgre tables.
.ie I want to convert json into sql as per the field 

--
Thanking You
Regards
Mr.Kavi R. Pachkawade

pgsql-novice by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [GENERAL] JSON TO POSTGRE TABLE
Next
From: Shujie Shang
Date:
Subject: Re: [SQL] [GENERAL] JSON TO POSTGRE TABLE