You will encounter an error “System.OutOfMemoryException” when extracting a JSON file via a PowerShell Core task.
Integrate PowerShell Core task will not succeed.
System.OutOfMemoryException
This happens because of the large size of the JSON file being loaded into memory.
You will need to reduce the size of the JSON file.