Implementing a JSON parser

May 23rd, 2007 / Development in a Blink

In PowerShell, V1 has no cmdlet to import/convert JSON-formatted data. No problem, here is a PowerShell script, called Convert-FromJSON, which you can download. It creates PowerShell objects from JSON data. JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and [...]

Comments are closed.