Guest User

Untitled

a guest
Feb 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Set Field [ Books::title ; JSONGetElement ( $volumeInfo ; "title" ) ]
  2. Set Field [ Books::authors ; JSONGetElement ( $volumeInfo ; "authors" ) ]
  3. Set Field [ Books::publishedDate ; JSONGetElement ( $volumeInfo ; "publishedData" ) ]
  4. Set Field [ Books::publisher ; JSONGetElement ( $volumeInfo ; "publisher" ) ]
  5. Set Field [ Books::language ; JSONGetElement ( $volumeInfo ; "language" ) ]
  6. Set Field [ Books::description ; JSONGetElement ( $volumeInfo ; "description" ) ]
Add Comment
Please, Sign In to add comment