Create muh parser.php

This commit is contained in:
Magmus 2013-06-25 01:20:58 -07:00
parent 8bc40b7f13
commit ffcabf2879

4
testing/muh parser.php Normal file
View File

@ -0,0 +1,4 @@
<?php
$string = file_get_contents("nigger.json");
$json_a=json_decode($string,true);
?>