package jsons import ( "errors" ) var ( EmptyStringErr = errors.New("empty string") )