• How to: Postgres Parse JSON?

    How to: Postgres Parse JSON?

    Hello! PostgreSQL has built in tools to parse JSON data. This is going to be a how to article about Postgres Parse JSON. I will show you how to parse a json using PostgreSQL. Let’s get back to work. Parsing a Simple JSON using PostgreSQL Let’s assume we have a very simple JSON as: If…