This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/webservice/tests/nstest.php

10 lines
116 B
PHP

<?php
class jsonWrapper{
public function __construct($content=NULL){
$content=@json_decode($content);
}
}
?>