Can “R” and SQL be used to query large JSON data?
I have a large JSON file (383,255KB). It contains street names, addresses, and lat/long values. I think I'm right in saying this is a WGS84 World Geodetic System 84 file format. All I want to do is query this data,…