Created
February 14, 2018 05:18
-
-
Save Luidog/176db737a8aa66a4864ca8f46e3a54c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set Field [ Books::title ; JSONGetElement ( $volumeInfo ; "title" ) ] | |
Set Field [ Books::authors ; JSONGetElement ( $volumeInfo ; "authors" ) ] | |
Set Field [ Books::publishedDate ; JSONGetElement ( $volumeInfo ; "publishedData" ) ] | |
Set Field [ Books::publisher ; JSONGetElement ( $volumeInfo ; "publisher" ) ] | |
Set Field [ Books::language ; JSONGetElement ( $volumeInfo ; "language" ) ] | |
Set Field [ Books::description ; JSONGetElement ( $volumeInfo ; "description" ) ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment