I have a txt file with following outputs
{"results":[{"_id":"eurt-10-20-2202-80092-10FMP","PUCOFlag":"N","Level":"4","NodeFlag":"P","CreatedByUser":"SA75671","CPDescription":"Legacy Franchises [L3]","OriginDateTime":"2022-04-08T09:48:07.040+00:00","cloudTimestamp":"2022-09-21T00:10:32.321+00:00","MSControlPoint":"29007","ISGModifiedUser":"DSMT_BATCH_USER","LastUpdatedUser":"SA75671","SetID":"PMF01","Description":"LF
- Cards [L4]","ManagedSegmentID":"29008","EffectiveEndDate":"9999-12-31T05:00:00.000+00:00","ISGCreatedDateTime":"2022-09-20T14:07:04.090+00:00","ContainsActiveChildren":"Y","version":"2022-09-21T00:10:31.385568Z","ParentNode":"29007","ParentSetID":"PMF01","ParentEffectiveDate":"2022-02-01T05:00:00.000+00:00","ChangedDateTime":"2022-04-08T09:48:07.040+00:00","ParentDescription":"Legacy Franchises [L3]","EffectiveDate":"2022-02-01T05:00:00.000+00:00","ISGCreatedUser":"DSMT_BATCH_USER","MSControlPt":"N","ISGModifiedDateTime":"2022-09-20T14:07:04.090+00:00","LongDescription":"LF
- Cards [L4]","Owner":"HM96576","PLFlag":"P","isFunctional":true,"Status":"A"}}]}
I want to get the output in JSON order using powershell:
Please help