I convert the Json file of Chrome Bookmarks to edit them with powershell.
The problem, it's that i want to convert it, to Json again, but it doesn't export the childrens, and put them on blank, what will be the best solution to this?
This is only a part of the code where i convert it to object from Json. Is there another way to do it? Im using Powershell version 5.
#Converts and read the Json
$BkmrkJson = Get-Content $GoogleBkmrk | ConvertFrom-Json