{"id":4576,"date":"2019-02-04T10:03:22","date_gmt":"2019-02-04T14:03:22","guid":{"rendered":"https:\/\/www.freelancinggig.com\/blog\/?p=4576"},"modified":"2019-02-04T10:03:26","modified_gmt":"2019-02-04T14:03:26","slug":"whats-the-difference-between-text-file-and-binary-file","status":"publish","type":"post","link":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/","title":{"rendered":"What\u2019s The Difference Between Text File and Binary File?"},"content":{"rendered":"<p>When it comes to the types of file formats, there are mainly\ntwo types &#x2013; binary and text. Apparently, the file formats may look similar, but\nthey are different in terms of encoding data. Even though the data are stored\nin bits, but bits in text files denote characters while that in binary files\ndenote custom data. As a matter of fact, text files contain only textual data\nwhile binary files can contain both textual as well as custom binary data. Text\nfiles can be of two types named plain text and rich text like font, text color\nand style files. Binary files can be of various types like audio, images,\nvideos, text and executable files. The following are the differences between\ntext files and binary files.<\/p>\n\n\n\n<p><strong>Storage &#x2013; <\/strong><\/p>\n\n\n\n<p>In a text file, the data are stored in the form of\ncharacters, digits, special characters by converting them to their respective\n<a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/ascii\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>ASCII<\/a> value. However, the data are readable when you open them due to instant\nconversion. Therefore, any small error is instantly detectable and changeable.\nExamples of text file are TXT, C, and JAVA files.<\/p>\n\n\n\n<p>In a binary file, these characters, digits and special\ncharacters stored as a collection of bytes or custom data which are not\nreadable. Therefore, you will find binary files becoming corrupt as the errors\ncannot be rectified. Examples of binary files are MP3, EXE files. However, the\nbinary files are more secured due to this lack of readability factor. <\/p>\n\n\n\n<p><strong>Number Storage &#x2013; <\/strong><\/p>\n\n\n\n<p>In the text mode, the function fprintf() is used for storing\nnumerical data. The characters take one <a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/byte\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>byte<\/a> as expected while integer should 4\nbytes, but it is not the <a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/case\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>case<\/a>. It takes 6 bytes instead for a number with 6\ndigits. Therefore, it treats numbers as characters. Therefore, if your file has\na lot of integers, the memory storage will be inefficient as integers are\ntaking as much space as characters which should not be the case. <\/p>\n\n\n\n<p>Due to this anomaly or inefficiency, binary files score over\ntext files. In a binary file, fread and fwrite functions are used, and any\nnumber within the range of an integer takes only 4 bytes as it should.\nTherefore, binary files are highly efficient in most of the cases for storing\nnumbers. <\/p>\n\n\n\n<p>In general, bits represent character in a text file while\nbits represent a custom data in a binary file. <\/p>\n\n\n\n<p><strong>Encoded &#x2013; <\/strong><\/p>\n\n\n\n<p>The inefficiency of text file is due to the fact that the\ntext files are not compressed but encoded in a simple way. Due to the lack of\ncompression, the space taken is more. However, the binary file is always\ntightly compressed, and the encryption is a result of the same. Therefore, it\nis more efficient is data storage as well as management. There are loads of\npossibilities of data storage in doc, pdf, excel files all of which are binary\nfiles. As a matter of fact, ZIP and RAR files are binary files. <\/p>\n\n\n\n<p><strong>Newlines &#x2013; <\/strong><\/p>\n\n\n\n<p>A newline is end of line or line <a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/break\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>break<\/a>. A special character\nis used to signify a new line. In a text file, this special newline character\nis converted into a carriage-return combination and stored in the disk. Similarly,\nwhen it comes to reading the line break, the conversion is reversed. This takes\nunnecessary time and space and therefore, it is slightly inefficient in case of\nlarge files. In binary files, there is no such conversion required. <\/p>\n\n\n\n<p><strong>End of File &#x2013;<\/strong><\/p>\n\n\n\n<p>There is a distinct difference between the representation of\nthe end of file for binary and text file. In the text file, a special character\nis inserted at the end of the file which is generally ASCII 26th character. In\nthe binary file, there is no use of any special character to denote the end of\nthe file. Instead, it keeps track of the total number of character present in\nthe binary file. <\/p>\n\n\n\n<p>The biggest and the most fundamental difference is that a\ntext file can only store plain text while a binary file can store text, image,\naudio, and likewise. However, a text file can be opened in almost any simple\ntext editor and special editor. But a binary file needs special applications to\nopen them like media player for audio files, image editor for an image file. On\nthe other hand, EXE files are independent of any application.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When it comes to the types of file formats, there are mainly two types &#x2013; binary and text. Apparently, the file formats may look similar, &#x2026;<\/p>\n","protected":false},"author":3,"featured_media":4577,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149],"tags":[1441,1438,1440,1439],"class_list":["post-4576","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-startup-resources","tag-binary-file","tag-difference-between-text-file-and-binary-file","tag-text-file","tag-text-file-vs-binary-file"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig\" \/>\n<meta property=\"og:description\" content=\"When it comes to the types of file formats, there are mainly two types &#x2013; binary and text. Apparently, the file formats may look similar, ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/\" \/>\n<meta property=\"og:site_name\" content=\"Developers, Designers &amp; Freelancers - FreelancingGig\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-04T14:03:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-02-04T14:03:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png\" \/>\n\t<meta property=\"og:image:width\" content=\"767\" \/>\n\t<meta property=\"og:image:height\" content=\"511\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kitty Gupta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kitty Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/\"},\"author\":{\"name\":\"Kitty Gupta\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\"},\"headline\":\"What\u2019s The Difference Between Text File and Binary File?\",\"datePublished\":\"2019-02-04T14:03:22+00:00\",\"dateModified\":\"2019-02-04T14:03:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/\"},\"wordCount\":725,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/Difference-Between-Text-File-and-Binary-File.png\",\"keywords\":[\"Binary File\",\"Difference Between Text File and Binary File\",\"Text File\",\"Text File vs Binary File\"],\"articleSection\":[\"Startup Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/\",\"name\":\"What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/Difference-Between-Text-File-and-Binary-File.png\",\"datePublished\":\"2019-02-04T14:03:22+00:00\",\"dateModified\":\"2019-02-04T14:03:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/Difference-Between-Text-File-and-Binary-File.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/Difference-Between-Text-File-and-Binary-File.png\",\"width\":767,\"height\":511},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/02\\\/04\\\/whats-the-difference-between-text-file-and-binary-file\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What\u2019s The Difference Between Text File and Binary File?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"name\":\"Developers, Designers &amp; Freelancers - FreelancingGig\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\",\"name\":\"FreelancingGig\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"width\":213,\"height\":35,\"caption\":\"FreelancingGig\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\",\"name\":\"Kitty Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Kitty Gupta\"},\"description\":\"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/","og_locale":"en_US","og_type":"article","og_title":"What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig","og_description":"When it comes to the types of file formats, there are mainly two types &#x2013; binary and text. Apparently, the file formats may look similar, ...","og_url":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/","og_site_name":"Developers, Designers &amp; Freelancers - FreelancingGig","article_published_time":"2019-02-04T14:03:22+00:00","article_modified_time":"2019-02-04T14:03:26+00:00","og_image":[{"width":767,"height":511,"url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png","type":"image\/png"}],"author":"Kitty Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kitty Gupta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#article","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/"},"author":{"name":"Kitty Gupta","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c"},"headline":"What\u2019s The Difference Between Text File and Binary File?","datePublished":"2019-02-04T14:03:22+00:00","dateModified":"2019-02-04T14:03:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/"},"wordCount":725,"commentCount":0,"publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png","keywords":["Binary File","Difference Between Text File and Binary File","Text File","Text File vs Binary File"],"articleSection":["Startup Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/","url":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/","name":"What\u2019s The Difference Between Text File and Binary File? - Developers, Designers &amp; Freelancers - FreelancingGig","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#primaryimage"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png","datePublished":"2019-02-04T14:03:22+00:00","dateModified":"2019-02-04T14:03:26+00:00","breadcrumb":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#primaryimage","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/02\/Difference-Between-Text-File-and-Binary-File.png","width":767,"height":511},{"@type":"BreadcrumbList","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/02\/04\/whats-the-difference-between-text-file-and-binary-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.freelancinggig.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What\u2019s The Difference Between Text File and Binary File?"}]},{"@type":"WebSite","@id":"https:\/\/www.freelancinggig.com\/blog\/#website","url":"https:\/\/www.freelancinggig.com\/blog\/","name":"Developers, Designers &amp; Freelancers - FreelancingGig","description":"","publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.freelancinggig.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.freelancinggig.com\/blog\/#organization","name":"FreelancingGig","url":"https:\/\/www.freelancinggig.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","width":213,"height":35,"caption":"FreelancingGig"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c","name":"Kitty Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","caption":"Kitty Gupta"},"description":"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background."}]}},"_links":{"self":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/4576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/comments?post=4576"}],"version-history":[{"count":1,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/4576\/revisions"}],"predecessor-version":[{"id":4578,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/4576\/revisions\/4578"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media\/4577"}],"wp:attachment":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media?parent=4576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/categories?post=4576"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/tags?post=4576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}