{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "array",
  "home_page_url": "https://evotec.xyz/tags/array",
  "feed_url": "https://evotec.xyz/tags/array/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/blog/powershell-returning-one-object-from-function-as-an-array",
      "url": "https://evotec.xyz/blog/powershell-returning-one-object-from-function-as-an-array",
      "title": "PowerShell \u2013 Returning one object from a function as an Array",
      "summary": "Few weeks had passed since I\u2019ve initially written PowerShell \u2013 Few tricks about HashTables and Arrays I wish I knew when I started. I was happily using my tips and tricks myself till today when I noticed a strange problem. Do you know how I showed you that you could use a comma to return Array with just one member (that otherwise would be unwrapped and end up a string)?",
      "date_published": "2019-03-08T10:11:31.0000000Z",
      "tags": [
        "array",
        "foreach",
        "foreach-object",
        "goot-to-know",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/blog/powershell-few-tricks-about-hashtable-and-array-i-wish-i-knew-when-i-started",
      "url": "https://evotec.xyz/blog/powershell-few-tricks-about-hashtable-and-array-i-wish-i-knew-when-i-started",
      "title": "PowerShell \u2013 Few tricks about HashTables and Arrays I wish I knew when I started",
      "summary": "I\u2019ve been working with PowerShell for a while now and like with most things I do I\u2019ve learned it by doing and not by reading. I had a job to do, and since I don\u2019t like doing things over and over, I thought it\u2019s time to learn and do it in PowerShell. Problem with that approach is that you take bits and pieces from PowerShell scripts online that sometimes do the job but not necessarily pay attention to details. And it\u2019s fine. I\u2019ve learned a lot from reading someone else\u2019s work, and I learn something new every day. Hopefully, it will be useful to you to some extent.",
      "date_published": "2019-02-18T15:52:59.0000000Z",
      "tags": [
        "array",
        "arraylist",
        "genericlist",
        "hashtable",
        "powershell",
        "tricks"
      ]
    }
  ]
}