`int a, b;` produces this json output ``` "variables" : [ { "name" : "a", "line" : 1, "protection" : "public", "attributes" : [ ], "type" : "int" } ], ```