{"id":89,"date":"2018-06-23T19:18:10","date_gmt":"2018-06-23T19:18:10","guid":{"rendered":"https:\/\/www.atlanta247.com\/blog\/?p=89"},"modified":"2018-12-26T20:24:41","modified_gmt":"2018-12-26T20:24:41","slug":"json-better-than-csv","status":"publish","type":"post","link":"https:\/\/www.atlanta247.com\/blog\/2018\/06\/23\/json-better-than-csv\/","title":{"rendered":"JSON &#8211; Better than CSV?"},"content":{"rendered":"\n<p>If you need to know why,  you could find articles like this guy pretty easy with a quick google search&#8230; <br><\/p>\n\n\n\n<p><a href=\"https:\/\/blog.datafiniti.co\/4-reasons-you-should-use-json-instead-of-csv-2cac362f1943?gi=69a10b03e41d\">4 Reasons You Should Use JSON Instead of\u00a0CSV<\/a><\/p>\n\n\n\n<p>So do you really want me to rehash it here?  Let&#8217;s just say &#8211; I use JSON because it&#8217;s cleaner to READ with Notepad.   And yes.. I still use notepad. Every. Day. <br><br># Output an array\/object to JSON<br><\/p>\n\n\n\n<p>$OutputJson = ConvertTo-Json -InputObject $OBJ_Group<\/p>\n\n\n\n<p>$OutputJson | Out-File e:\\lists\\Json.txt<\/p>\n\n\n\n<p># Input an Json Text file:<\/p>\n\n\n\n<p>$Input_Content = Get-Content &#8220;e:\\lists\\Json.txt&#8221;<br><\/p>\n\n\n\n<p>#convert to an array: <\/p>\n\n\n\n<p>$InputJsonArray = ConvertFrom-Json -InputObject $Input_Content<\/p>\n\n\n\n<p><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you need to know why, you could find articles like this guy pretty easy with a quick google search&#8230; 4 Reasons You Should Use JSON Instead of\u00a0CSV So do you really want me to rehash it here? Let&#8217;s just say &#8211; I use JSON because it&#8217;s cleaner to READ with Notepad. And yes.. I &hellip; <a href=\"https:\/\/www.atlanta247.com\/blog\/2018\/06\/23\/json-better-than-csv\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">JSON &#8211; Better than CSV?<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-89","post","type-post","status-publish","format-standard","hentry","category-powershell"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/posts\/89","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/comments?post=89"}],"version-history":[{"count":1,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/posts\/89\/revisions"}],"predecessor-version":[{"id":90,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/posts\/89\/revisions\/90"}],"wp:attachment":[{"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/media?parent=89"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/categories?post=89"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.atlanta247.com\/blog\/wp-json\/wp\/v2\/tags?post=89"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}