Summary
This chapter took a brief look at working with HTML content and how HTML content is formatted.
Working with XML content is a common requirement. This chapter introduced the structure of XML, along with two different approaches to working with XML.
Finally, JSON serialization was introduced, along with the ConvertTo-Json
and ConvertFrom-Json
commands.
Chapter 13, Web Requests and Web Services, explores working with Representational State Transfer (REST) and Simple Object Access Protocol (SOAP)-based web services in PowerShell.