$this->assertEquals($this->json->decode($this->obj_j),$this->json->decode($this->obj_js),"checking whether notation with spaces works");
}
functiontest_comments(){
$this->assertEquals($this->json->decode($this->obj_j),$this->json->decode($this->obj_jc1),"checking whether notation with single line comments works");
$this->assertEquals('the sneetch',$this->json->decode($this->obj_jc2),"checking whether notation with multiline comments works");
$this->assertEquals($this->json->decode($this->obj_j),$this->json->decode($this->obj_jc3),"checking whether notation with multiline comments works");
$this->assertEquals($this->json->decode($this->obj_j),$this->json->decode($this->obj_jc4),"checking whether notation with single-quotes and multiline comments works");