summaryrefslogtreecommitdiffstats
path: root/test/uscxml/proto/JSON.proto
blob: 255ab7994fb857089cc09c99158ab782e09c7050 (plain)
1
2
3
4
5
6
message JSONProto {
	repeated JSONProto compound = 1;
	optional string key = 2;
	optional string atom = 3;
	optional bool verbatim = 4;
}