Difference between revisions of "SimpleGraph-JSON"
Jump to navigation
Jump to search
(→Goal) |
(→Goal) |
||
Line 4: | Line 4: | ||
== Example == | == Example == | ||
=== Goal === | === Goal === | ||
− | We would like to retrieve the latitute of cologne cathedral from the Google Maps API. | + | We would like to retrieve the latitute of cologne cathedral from the [https://developers.google.com/maps/documentation/geocoding/intro?hl=de Google Maps API]. |
+ | The query returns [https://maps.googleapis.com/maps/api/geocode/json?address=Cologne%20Cathedral JSON data for the location of cologne cathedral]. | ||
=== Result === | === Result === |
Revision as of 08:07, 14 February 2018
SimpleGraph JSON module
The SimpleGraph JSON module makes JSON parse results accessible to Graph processing.
Example
Goal
We would like to retrieve the latitute of cologne cathedral from the Google Maps API. The query returns JSON data for the location of cologne cathedral.