コード例 #1
0
 public static function ReadJSONFile($path)
 {
     return json_decode(H::ReadFile($path));
 }