Add-JSON Cmdlet
Inserts JSON data.
Syntax
Add-JSON [parameters]
Remarks
The Add-JSON cmdlet allows you to use a syntax similar to SQL INSERT statements to create new JSON records.
Add-JSON -Connection $connection -Table "NorthwindOData" -Columns @("personal.name.last") -Values @("Ana Trujilo")