Hello,
I am attempting to use the vagrant-parallels provider with Parallels Desktop 10.2.2. I have discovered what I think is a bug in "prlsrvct info --json". It outputs invalid JSON on my system, because one of my disks has a double-quote in its device info. Excerpt:
Code:
"/dev/disk3": {
"name": "SAMSUNG SSD PM830 2.5" 7mm 128GB (disk3)",
"type": "hdd"
},
This output is invalid JSON due to the unescaped double quote in 2.5", so the program (vagrant in this case) cannot parse prlsrvct's output. prlsrvct should be escaping all the values it reads from the system when generating JSON output.
Thanks,
Ben