You are here

protected property MigrateSourceJSON::$reader in Migrate 7.2

The MigrateJSONReader object serving as a cursor over the JSON source file.

Type: MigrateJSONReader

File

plugins/sources/json.inc, line 409
Support for migration from JSON sources.

Class

MigrateSourceJSON
Implementation of MigrateSource, to handle imports from stand-alone JSON files.

Code

protected $reader;