CSV to JSON via Powershell

import-csv "SampleInput.csv" |ConvertTo-Json |Add-Content -Path "output.json"