Json
Magento\ImportExport\Model\Import\Source\Json
What it does
This class serves as an adapter for importing data from JSON format in Magento 2's ImportExport module.
Developers use it to convert JSON data into an iterable format that Magento's import system can process, automatically converting scalar values to strings and extracting column names from the first item.
It implements iterator methods allowing sequential or direct access to JSON data items during the import process.
Public Methods
- rewind()
- seek()