blob: bf55567651eadcf8ff355dae95f609802ef95dca [file] [log] [blame]
package issue12403
type Parsable interface {
FromJSON(jstr string) string
ToJSON() (string, error)
}