package lex

type Law struct {
	URL   string `json:"url"`
	Title string `json:"title"`
	Abbr  string `json:"abbr,omitempty"`
	Redir string `json:"redir,omitempty"`
}