JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format. JSON is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). Read more: json.org, wikipedia, google In JSON, they take on these forms Jun 26, 2020 · Of course, in PowerShell we can create formatting to present any member of an object (JSON or otherwise), but I like to be sure that the properties seen in a table are properties that I can use with Where-Object, etc. Since, I want to return the data as objects, I created classes for a couple resources by hand but thought there might be a ... Navigating JSON Objects. A JSON object is an associative array (a.k.a map or hash). Negative indexes count from the end of the array, for example, arr[-1] will select the last value, arr[-2] the second to last, etc.