Overture poi data - extract category

I ordered POI data for Italy, and in overture layer I see complicated structure in “categories” field, like
{“primary”:“accommodation”,“alternate”:[“hotel”,“real_estate”]}
How to extract primary value to separate field? To use it then as usual? Is it possible without script data processing? I use QGIS

Hi! Use the following expression to create a new field:
from_json( "categories" )['primary']