Skip to content

Instantly share code, notes, and snippets.

@Luidog
Created February 14, 2018 05:18
Show Gist options
  • Save Luidog/176db737a8aa66a4864ca8f46e3a54c9 to your computer and use it in GitHub Desktop.
Save Luidog/176db737a8aa66a4864ca8f46e3a54c9 to your computer and use it in GitHub Desktop.
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