We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f8b4b commit dbba148Copy full SHA for dbba148
Example.php
@@ -1,5 +1,5 @@
1
<?php
2
-include "JsonParser.php";
+include "JPOPHP.php";
3
/* 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";
0 commit comments