Issue #3232265: Allow the user to specify a path to the data within JSON.
All threads resolved!
Compare changes
@@ -4,9 +4,14 @@ declare(strict_types=1);
@@ -19,6 +24,9 @@ use Drupal\data_pipelines\Source\DatasetSourceBase;
@@ -26,6 +34,9 @@ class JsonSource extends DatasetSourceBase {
@@ -42,4 +53,45 @@ class JsonSource extends DatasetSourceBase {