class NSWTopo::ArcGIS::Connection

def post_json(relative_path = "", **query)

def post_json(relative_path = "", **query)
  post relative_path, **query, f: "json", &method(:process_json)
end