Skip to content

Instantly share code, notes, and snippets.

@mimeoconnect
Created February 7, 2011 03:51
Show Gist options
  • Save mimeoconnect/813975 to your computer and use it in GitHub Desktop.
Save mimeoconnect/813975 to your computer and use it in GitHub Desktop.
This is an example JSON response for a list of cloud printers using the Google Cloud Print (GCP) /list interface and the Zend PHP Framework
{
"success": true,
"printers": [
{
"id": "5846759561318635695",
"name": "My home printer",
"proxy": "ksdjf-7237sf9238-2837jidf"
},
{
"id": "2066095410062985029",
"name": "Another printer",
"proxy": "ksdjf-7237sf9238-2837jidf"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment