The field JSON name.
Generated from protobuf field <code>string json_name = 10;</code>
string $var:
$this
public function setJsonName($var) { GPBUtil::checkString($var, True); $this->json_name = $var; return $this; }