Created
September 13, 2012 16:58
-
-
Save sinkovsky/3715798 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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