Skip to content

Instantly share code, notes, and snippets.

@sinkovsky
Created September 13, 2012 16:58
Show Gist options
  • Save sinkovsky/3715798 to your computer and use it in GitHub Desktop.
Save sinkovsky/3715798 to your computer and use it in GitHub Desktop.
{
"keys": [
"perl_to_php_testkey",
"php_to_perl_testkey",
"php_to_perl_compressed_testkey"
],
"values": [
"this is a foo bar string", // string - just random string
42, // integer - answer to a question about universe
5.6, // float - nice apperture value :)
{"hello": "world"}, // simple array
{"hello": { "beautiful": "world" }}, //complex array
{"hello": [ 42, 5.6, "string", { "foo": "bar" } ]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment