Okay,

struct Site
{
  string name;
  string page;
  string ref_;
}

is serialized as {"name": "", "page": "", "ref": ""} now.