Of course . The JSON looks like

{
"age" : 18,
"name" : "Erquy"
}

and I'm using the setString method of a java.sql.PreparedStatement

( for a table defined with STRUCT<age: INT, name: STRING> )