It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoExported JSON file has no separation in records
Ok, I'm trying to turn the JSON output from "op user list --format=json | op user get - | ConvertTo-Json | Out-File Pass.json" into an array of Class objects, but the JSON file has no separation for ...
andi_t_1P
1Password Team
3 years agoHi @TimmyFangs , interesting problem. Would trying out op user list --format=json | op user get -
for starters be of any help? the output will then already be in json format and separated.
Let me know,
Andi