Cmdlets to query, transform, and update JSON data.
- Export-Json: Exports a portion of a JSON document, recursively importing references.
- Merge-Json: Create a new JSON string by recursively combining the properties of JSON strings.
- Resolve-JsonPointer: Returns matching JSON Pointer paths, given a JSON Pointer path with wildcards.
- Select-Json: Returns a value from a JSON string or file.
- Set-Json: Sets a property in a JSON string or file.
