17 public function testParse( $input, $expected, $comment ) {
19 $observed = $reader->parse( $input );
20 $this->assertEquals( $expected, $observed[
'xx'], $comment );
33 'file with one string',
36 '{"@metadata":{"authors":["Nike"]},"key":"value2"}',
37 [
'key' =>
'value2' ],
38 '@metadata is ignored',