Open priitperna opened 7 years ago
In the example in the readme, if you remove the line $catalog['id'] = $reader->read("catalog");
$catalog['id'] = $reader->read("catalog");
Then the product structure is not read. Is this intentional?
Looks intentional for me. I have switched to a similar library with the ability to skip other attributes and only search for a specific attribute: pcrov/JsonReader.
In the example in the readme, if you remove the line
$catalog['id'] = $reader->read("catalog");
Then the product structure is not read. Is this intentional?