We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320de40 commit f75509eCopy full SHA for f75509e
README.md
@@ -18,6 +18,8 @@ There are 2 options:
18
1. via composer (see https://packagist.org/packages/grinfeld/phpjsonable)
19
2. phar - download grinfeld_phpjsonable.phar and include it into your code and add TMLoader::get() to initialize autoload
20
21
+**Using phpjsonable**
22
+
23
So, let's start with few simple examples: Assume you have php array:
24
25
$ar = ["hello", "bye", "something else"];
0 commit comments