openvenues / gopostal

Go (cgo) interface to libpostal for fast international address parsing/normalization
MIT License
160 stars 32 forks source link

Support JSON marshaling and unmarshaling. #3

Closed theory closed 8 years ago

theory commented 8 years ago

To parsed components. Reverse Label and Value to be more like the standard key/value order, and let the JSON object labels be lowercase. Then just let encoding/JSON do its thing. Include tests for each parsed address.

Resolves #2.