Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/87feda807eb9aab7216788c40e642690 to your computer and use it in GitHub Desktop.
Save jonathanmedd/87feda807eb9aab7216788c40e642690 to your computer and use it in GitHub Desktop.
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'
$data1 = Get-Content .\fruit1.json -Raw | ConvertFrom-Json
$data2 = Get-Content .\fruit2.json -Raw | ConvertFrom-Json
$data1 + $data2
Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment