Manipulate and parse jasonb object in timescaledb(postgresql)

Alain De Vos devosalain at ymail.com
Wed Jul 14 21:56:11 UTC 2021


With good select operators i can extract the data i need for 
instance:

select measurement->'room.temperature' from mytable;

Now how to process that further as json object ? or jsonb object 
in dlang ?


More information about the Digitalmars-d-learn mailing list