{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "compare",
  "home_page_url": "https://evotec.xyz/de/tags/compare",
  "feed_url": "https://evotec.xyz/de/tags/compare/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/de/blog/powershell-comparing-advanced-objects",
      "url": "https://evotec.xyz/de/blog/powershell-comparing-advanced-objects",
      "title": "PowerShell \u2013 Comparing advanced objects",
      "summary": "Two years ago, I wrote a blog post on how you can compare two or more objects visually in PowerShell that works on Windows, Linux, or macOS. I\u2019ve been using that for a while, but it had a specific flaw. Comparing more advanced objects that you often see (for example, returned by Graph API, two config files) wasn\u2019t working correctly, often throwing errors. The reason for this was that having nested hashtables arrays require more advanced logic. Today I\u2019ve updated my module to use the ConvertTo-FlatObject function, which allows the Compare-MultipleObjects function to compare suitably more advanced objects hopefully. Of course, it should not throw errors anymore.",
      "date_published": "2022-02-28T16:22:25.0000000Z",
      "tags": [
        "compare",
        "html",
        "powershell",
        "pssharedgoods",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/de/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform",
      "url": "https://evotec.xyz/de/blog/comparing-two-or-more-objects-visually-in-powershell-cross-platform",
      "title": "Comparing two or more objects visually in PowerShell (cross-platform)",
      "summary": "For the last few weeks I\u2019m working on a small project, that should be released within next few weeks (it is open source so don\u2019t worry \u2013 you\u2019ll get to play with it). This project requires me to compare two or more objects and tell if those are equal and if those aren\u2019t to what degree. Of course, PowerShell offers built-in functionality via Compare-Object command. It\u2019s mighty but it leaves comparing differences, different properties to you. While there are probably other solutions that help users compare objects, I haven\u2019t found anything that would meet my requirements. After I\u2019ve written Compare-MultipleObjects function, I thought it could be interesting to implement visual comparison \u2013 you know human-readable \u2013 and I had the perfect place to apply it.",
      "date_published": "2019-08-25T13:01:32.0000000Z",
      "tags": [
        "compare",
        "dashimo",
        "html",
        "out-htmlview",
        "powershell",
        "pswritehtml",
        "statusimo"
      ]
    }
  ]
}