Skip to content

Commit

Permalink
Update Example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Apr 3, 2019
1 parent ebdbeb4 commit 947e06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
include "JsonParser.php";
/* Version: 2.2 */
/* Version: 2.2+ */
print $json->encode([1,2,3,4])."\n";
print $json->encode([1,2,[94,15,34,67],3,4,["name"=>"max"]])."\n";
print $json->encode(["name"=>"max","age"=>49,"username"=>"BaseMax"])."\n";
Expand Down

0 comments on commit 947e06c

Please sign in to comment.