{"id":25209,"date":"2017-05-19T09:24:20","date_gmt":"2017-05-19T16:24:20","guid":{"rendered":"http:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/"},"modified":"2017-05-19T09:24:20","modified_gmt":"2017-05-19T16:24:20","slug":"json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux","status":"publish","type":"post","link":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/","title":{"rendered":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux"},"content":{"rendered":"<table width=\"650\">\n<tr>\n<td width=\"650\">\n<div>\n\t\t\t\t<img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.taterboy.com\/blog\/wp-content\/uploads\/2017\/05\/advertisement-15.gif?w=900\" alt=\"\" border=\"0\"><br \/><a href=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=target&#038;collection=smashing-rss&#038;position=1\" target=\"_blank\"><br \/>\n\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=image&#038;collection=smashing-rss&#038;position=1\" border=\"0\" alt=\"\"><\/a><br \/>\n\t\t\t\t\u00a0<br \/>\n\t\t\t\t<a href=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=target&#038;collection=smashing-rss&#038;position=2\" target=\"_blank\"><br \/>\n\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=image&#038;collection=smashing-rss&#038;position=2\" border=\"0\" alt=\"\"><\/a><br \/>\n\t\t\t\t\u00a0<br \/>\n\t\t\t\t<a href=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=target&#038;collection=smashing-rss&#038;position=3\" target=\"_blank\"><br \/>\n\t\t\t\t\t<img decoding=\"async\" src=\"http:\/\/auslieferung.commindo-media-ressourcen.de\/random.php?mode=image&#038;collection=smashing-rss&#038;position=3\" border=\"0\" alt=\"\"><\/a>\n\t\t\t<\/div>\n<\/td>\n<\/tr>\n<\/table>\n<p>As a front-end developer, for each and every application I work on, I need to decide <strong>how to manage the data<\/strong>. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store and format it as required by the particular view or screen.<\/p>\n<figure><a href=\"https:\/\/www.smashingmagazine.com\/2017\/05\/json-api-normalizer-redux\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.taterboy.com\/blog\/wp-content\/uploads\/2017\/05\/data-model-diagram-500w-opt.png?resize=500%2C423\" width=\"500\" height=\"423\" alt=\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux\"><\/a><\/figure>\n<p>This article sums up my experience with consuming data from JSON, the JSON API and GraphQL back ends, and it gives practical recommendations on how to manage a front-end application data.<\/p>\n<p>The post <a rel=\"nofollow\" href=\"https:\/\/www.smashingmagazine.com\/2017\/05\/json-api-normalizer-redux\/\">json-api-normalizer: An Easy Way To Integrate The JSON API And Redux<\/a> appeared first on <a rel=\"nofollow\" href=\"https:\/\/www.smashingmagazine.com\/\">Smashing Magazine<\/a>.<\/p>\n<p class=\"wpematico_credit\"><small>Powered by <a href=\"http:\/\/www.wpematico.com\" target=\"_blank\">WPeMatico<\/a><\/small><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0 \u00a0 As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store&#8230;<a class=\"moretag\" href=\"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/\"> Read the full article&#8230;<\/a><\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[15],"tags":[],"class_list":["post-25209","post","type-post","status-publish","format-standard","hentry","category-general-info"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Guest Contribution\"\/>\n\t<meta name=\"keywords\" content=\"general info\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Design for Immersive Technologies | User Experience for Games, Virtual Reality (VR) and Augmented\/Mixed Reality (AR\/MR)\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies\" \/>\n\t\t<meta property=\"og:description\" content=\"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-05-19T16:24:20+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-05-19T16:24:20+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies\" \/>\n\t\t<meta name=\"twitter:description\" content=\"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#article\",\"name\":\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies\",\"headline\":\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux\",\"author\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/author\\\/guestcontribution\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/www.taterboy.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/05\\\/advertisement-15.gif\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#articleImage\"},\"datePublished\":\"2017-05-19T09:24:20-07:00\",\"dateModified\":\"2017-05-19T09:24:20-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#webpage\"},\"articleSection\":\"General Info\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.taterboy.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/category\\\/general-info\\\/#listItem\",\"name\":\"General Info\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/category\\\/general-info\\\/#listItem\",\"position\":2,\"name\":\"General Info\",\"item\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/category\\\/general-info\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#listItem\",\"name\":\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#listItem\",\"position\":3,\"name\":\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/category\\\/general-info\\\/#listItem\",\"name\":\"General Info\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/#organization\",\"name\":\"Design for Immersive Technologies\",\"description\":\"User Experience for Games, Virtual Reality (VR) and Augmented\\\/Mixed Reality (AR\\\/MR)\",\"url\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/author\\\/guestcontribution\\\/#author\",\"url\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/author\\\/guestcontribution\\\/\",\"name\":\"Guest Contribution\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d2aad73eb0f48c67b141e9fc978a0e498969791ed623346e361d02d19775b0bb?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Guest Contribution\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#webpage\",\"url\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/\",\"name\":\"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies\",\"description\":\"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/2017\\\/05\\\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/author\\\/guestcontribution\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/author\\\/guestcontribution\\\/#author\"},\"datePublished\":\"2017-05-19T09:24:20-07:00\",\"dateModified\":\"2017-05-19T09:24:20-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/\",\"name\":\"Design for Immersive Technologies\",\"description\":\"User Experience for Games, Virtual Reality (VR) and Augmented\\\/Mixed Reality (AR\\\/MR)\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.taterboy.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies","description":"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store","canonical_url":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/","robots":"max-image-preview:large","keywords":"general info","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#article","name":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies","headline":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux","author":{"@id":"https:\/\/www.taterboy.com\/blog\/author\/guestcontribution\/#author"},"publisher":{"@id":"https:\/\/www.taterboy.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/www.taterboy.com\/blog\/wp-content\/uploads\/2017\/05\/advertisement-15.gif","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#articleImage"},"datePublished":"2017-05-19T09:24:20-07:00","dateModified":"2017-05-19T09:24:20-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#webpage"},"isPartOf":{"@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#webpage"},"articleSection":"General Info"},{"@type":"BreadcrumbList","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.taterboy.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog\/category\/general-info\/#listItem","name":"General Info"}},{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog\/category\/general-info\/#listItem","position":2,"name":"General Info","item":"https:\/\/www.taterboy.com\/blog\/category\/general-info\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#listItem","name":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#listItem","position":3,"name":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux","previousItem":{"@type":"ListItem","@id":"https:\/\/www.taterboy.com\/blog\/category\/general-info\/#listItem","name":"General Info"}}]},{"@type":"Organization","@id":"https:\/\/www.taterboy.com\/blog\/#organization","name":"Design for Immersive Technologies","description":"User Experience for Games, Virtual Reality (VR) and Augmented\/Mixed Reality (AR\/MR)","url":"https:\/\/www.taterboy.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.taterboy.com\/blog\/author\/guestcontribution\/#author","url":"https:\/\/www.taterboy.com\/blog\/author\/guestcontribution\/","name":"Guest Contribution","image":{"@type":"ImageObject","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d2aad73eb0f48c67b141e9fc978a0e498969791ed623346e361d02d19775b0bb?s=96&d=mm&r=g","width":96,"height":96,"caption":"Guest Contribution"}},{"@type":"WebPage","@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#webpage","url":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/","name":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies","description":"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.taterboy.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/#breadcrumblist"},"author":{"@id":"https:\/\/www.taterboy.com\/blog\/author\/guestcontribution\/#author"},"creator":{"@id":"https:\/\/www.taterboy.com\/blog\/author\/guestcontribution\/#author"},"datePublished":"2017-05-19T09:24:20-07:00","dateModified":"2017-05-19T09:24:20-07:00"},{"@type":"WebSite","@id":"https:\/\/www.taterboy.com\/blog\/#website","url":"https:\/\/www.taterboy.com\/blog\/","name":"Design for Immersive Technologies","description":"User Experience for Games, Virtual Reality (VR) and Augmented\/Mixed Reality (AR\/MR)","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.taterboy.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Design for Immersive Technologies | User Experience for Games, Virtual Reality (VR) and Augmented\/Mixed Reality (AR\/MR)","og:type":"article","og:title":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies","og:description":"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store","og:url":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/","article:published_time":"2017-05-19T16:24:20+00:00","article:modified_time":"2017-05-19T16:24:20+00:00","twitter:card":"summary","twitter:title":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux | Design for Immersive Technologies","twitter:description":"As a front-end developer, for each and every application I work on, I need to decide how to manage the data. The problem can be broken down into the following three subproblems: Fetch data from the back end, store it somewhere locally in the front-end application, retrieve the data from the local store"},"aioseo_meta_data":{"post_id":"25209","title":null,"description":null,"keywords":null,"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_custom_image_width":null,"og_custom_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"created":"2021-02-08 08:21:42","updated":"2026-08-22 23:17:09","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"twitter_image_url":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.taterboy.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.taterboy.com\/blog\/category\/general-info\/\" title=\"General Info\">General Info<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tjson-api-normalizer: An Easy Way To Integrate The JSON API And Redux\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.taterboy.com\/blog"},{"label":"General Info","link":"https:\/\/www.taterboy.com\/blog\/category\/general-info\/"},{"label":"json-api-normalizer: An Easy Way To Integrate The JSON API And Redux","link":"https:\/\/www.taterboy.com\/blog\/2017\/05\/json-api-normalizer-an-easy-way-to-integrate-the-json-api-and-redux\/"}],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8wzr5-6yB","jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/posts\/25209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/comments?post=25209"}],"version-history":[{"count":0,"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/posts\/25209\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/media?parent=25209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/categories?post=25209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.taterboy.com\/blog\/wp-json\/wp\/v2\/tags?post=25209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}