You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor. When an address has no locality, the JSON contains "locality":{"name":{"en":[null],"cy":[]},"url":null} rather than "locality":{"name":{"en":[],"cy":[]},"url":null}.
Someone may argue that locality should not be defined at all in cases like that, but I believe @pezholio at the time suggested that it is best practice to do like this, despite the issue of making the JSON even bigger than it is already. I can live with that :-)
... but the inconsistency between [ null ] and [ ] could be tricky to developers.
The text was updated successfully, but these errors were encountered:
Minor. When an address has no locality, the JSON contains
"locality":{"name":{"en":[null],"cy":[]},"url":null}
rather than"locality":{"name":{"en":[],"cy":[]},"url":null}
.Someone may argue that locality should not be defined at all in cases like that, but I believe @pezholio at the time suggested that it is best practice to do like this, despite the issue of making the JSON even bigger than it is already. I can live with that :-)
... but the inconsistency between
[ null ]
and[ ]
could be tricky to developers.The text was updated successfully, but these errors were encountered: