Google's GeoCode API gives back json which contain map without containing "," as a delimiter,
{"results":[{"address_components":[{"long_name":"350""short_name":"350""types":["street_number"]}{"long_name":"HolgerWay""short_name":"HolgerWay""types":["route"]}{"long_name":"NorthSanJose""short_name":"NorthSanJose""types":["neighborhood""political"]}{"long_name":"SanJose""short_name":"SanJose""types":["locality""political"]}{"long_name":"SantaClaraCounty""short_name":"SantaClaraCounty""types":["administrative_area_level_2""political"]}{"long_name":"California""short_name":"CA""types":["administrative_area_level_1""political"]}{"long_name":"UnitedStates""short_name":"US""types":["country""political"]}{"long_name":"95134""short_name":"95134""types":["postal_code"]}{"long_name":"1362""short_name":"1362""types":["postal_code_suffix"]}]"formatted_address":"350HolgerWaySanJoseCA95134USA""geometry":{"location":{"lat":37.41847"lng":-121.944702}"location_type":"ROOFTOP""viewport":{"northeast":{"lat":37.4198189802915"lng":-121.9433530197085}"southwest":{"lat":37.4171210197085"lng":-121.9460509802915}}}"place_id":"ChIJP9GzLQDJj4ARUkf6Dglrk8g""types":["street_address"]}]"status":"OK"}
OJAI accepts the above string to create a Document, and gives out a valid json with ","
{"results":[{"address_components":[{"long_name":"350","short_name":"350","types":["street_number"]},{"long_name":"Holger Way","short_name":"Holger Way","types":["route"]},{"long_name":"North San Jose","short_name":"North San Jose","types":["neighborhood","political"]},{"long_name":"San Jose","short_name":"San Jose","types":["locality","political"]},{"long_name":"Santa Clara County","short_name":"Santa Clara County","types":["administrative_area_level_2","political"]},{"long_name":"California","short_name":"CA","types":["administrative_area_level_1","political"]},{"long_name":"United States","short_name":"US","types":["country","political"]},{"long_name":"95134","short_name":"95134","types":["postal_code"]},{"long_name":"1362","short_name":"1362","types":["postal_code_suffix"]}],"formatted_address":"350 Holger Way, San Jose, CA 95134, USA","geometry":{"location":{"lat":37.41847,"lng":-121.944702},"location_type":"ROOFTOP","viewport":{"northeast":{"lat":37.4198189802915,"lng":-121.9433530197085},"southwest":{"lat":37.4171210197085,"lng":-121.9460509802915}}},"place_id":"ChIJP9GzLQDJj4ARUkf6Dglrk8g","types":["street_address"]}],"status":"OK"}
Google's GeoCode API gives back json which contain map without containing "," as a delimiter,
{"results":[{"address_components":[{"long_name":"350""short_name":"350""types":["street_number"]}{"long_name":"HolgerWay""short_name":"HolgerWay""types":["route"]}{"long_name":"NorthSanJose""short_name":"NorthSanJose""types":["neighborhood""political"]}{"long_name":"SanJose""short_name":"SanJose""types":["locality""political"]}{"long_name":"SantaClaraCounty""short_name":"SantaClaraCounty""types":["administrative_area_level_2""political"]}{"long_name":"California""short_name":"CA""types":["administrative_area_level_1""political"]}{"long_name":"UnitedStates""short_name":"US""types":["country""political"]}{"long_name":"95134""short_name":"95134""types":["postal_code"]}{"long_name":"1362""short_name":"1362""types":["postal_code_suffix"]}]"formatted_address":"350HolgerWaySanJoseCA95134USA""geometry":{"location":{"lat":37.41847"lng":-121.944702}"location_type":"ROOFTOP""viewport":{"northeast":{"lat":37.4198189802915"lng":-121.9433530197085}"southwest":{"lat":37.4171210197085"lng":-121.9460509802915}}}"place_id":"ChIJP9GzLQDJj4ARUkf6Dglrk8g""types":["street_address"]}]"status":"OK"}
OJAI accepts the above string to create a Document, and gives out a valid json with ","
{"results":[{"address_components":[{"long_name":"350","short_name":"350","types":["street_number"]},{"long_name":"Holger Way","short_name":"Holger Way","types":["route"]},{"long_name":"North San Jose","short_name":"North San Jose","types":["neighborhood","political"]},{"long_name":"San Jose","short_name":"San Jose","types":["locality","political"]},{"long_name":"Santa Clara County","short_name":"Santa Clara County","types":["administrative_area_level_2","political"]},{"long_name":"California","short_name":"CA","types":["administrative_area_level_1","political"]},{"long_name":"United States","short_name":"US","types":["country","political"]},{"long_name":"95134","short_name":"95134","types":["postal_code"]},{"long_name":"1362","short_name":"1362","types":["postal_code_suffix"]}],"formatted_address":"350 Holger Way, San Jose, CA 95134, USA","geometry":{"location":{"lat":37.41847,"lng":-121.944702},"location_type":"ROOFTOP","viewport":{"northeast":{"lat":37.4198189802915,"lng":-121.9433530197085},"southwest":{"lat":37.4171210197085,"lng":-121.9460509802915}}},"place_id":"ChIJP9GzLQDJj4ARUkf6Dglrk8g","types":["street_address"]}],"status":"OK"}