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 ?

Reply via email to