Closed rdbartram closed 4 years ago
this looks like an issue with handling arrays while constructing the psobject. When you check the db with the litedb gui does the array of hash tables show up under the prop array?
this has been implemented in the latest version.
The nested BSON is serialized to Json and then de-serialized to psobjects. There is performance hit due to 'convertfrom-json' being used but that was the easiest to implement and it works. If there is a better way I would appreciate contributions.
I'm having the issue that when an array of say either hashtables or pscustomobjects is saved to a document, upon get, there is only one item :(.
example
Any help here would be appreciated.
thanks