We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdbeb4 commit 947e06cCopy full SHA for 947e06c
1 file changed
Example.php
@@ -1,6 +1,6 @@
1
<?php
2
include "JsonParser.php";
3
-/* Version: 2.2 */
+/* Version: 2.2+ */
4
print $json->encode([1,2,3,4])."\n";
5
print $json->encode([1,2,[94,15,34,67],3,4,["name"=>"max"]])."\n";
6
print $json->encode(["name"=>"max","age"=>49,"username"=>"BaseMax"])."\n";
0 commit comments