From 76a75e5ff27f4883d1ad7a8c9fedda5bb6fec80e Mon Sep 17 00:00:00 2001 From: Molly Moen Date: Mon, 29 Jan 2024 16:57:06 -0800 Subject: [PATCH 01/13] [Python Lab] Temporarily disable python running (#56083) * temporarily turn off pyodide * add link to task --- apps/src/pythonlab/PythonEditor.tsx | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/src/pythonlab/PythonEditor.tsx b/apps/src/pythonlab/PythonEditor.tsx index 9ddd2b9848b45..d5cbabd1ef281 100644 --- a/apps/src/pythonlab/PythonEditor.tsx +++ b/apps/src/pythonlab/PythonEditor.tsx @@ -3,9 +3,14 @@ import {darkMode} from '@cdo/apps/lab2/views/components/editor/editorThemes'; import {python} from '@codemirror/lang-python'; import moduleStyles from './python-editor.module.scss'; import {useDispatch, useSelector} from 'react-redux'; -import {PythonlabState, resetOutput, setCode} from './pythonlabRedux'; +import { + PythonlabState, + appendOutput, + resetOutput, + setCode, +} from './pythonlabRedux'; import Button from '@cdo/apps/templates/Button'; -import {runPythonCode} from './pyodideRunner'; +// import {runPythonCode} from './pyodideRunner'; import {useFetch} from '@cdo/apps/util/useFetch'; import CodeEditor from '@cdo/apps/lab2/views/components/editor/CodeEditor'; @@ -30,7 +35,10 @@ const PythonEditor: React.FunctionComponent = () => { const parsedData = data ? (data as PermissionResponse) : {permissions: []}; // For now, restrict running python code to levelbuilders. if (parsedData.permissions.includes('levelbuilder')) { - runPythonCode(code); + dispatch(appendOutput('Simulating running code.')); + // TODO: re-enable once we fix iPad issues. + // https://codedotorg.atlassian.net/browse/CT-299 + // runPythonCode(code); } else { alert('You do not have permission to run python code.'); } From 16afa56fd1a341d4f70fc9bc5f4a836ef393cbd0 Mon Sep 17 00:00:00 2001 From: Erin Bond Date: Mon, 29 Jan 2024 20:12:59 -0500 Subject: [PATCH 02/13] remove pegasus dependency from webpurify --- lib/cdo/web_purify.rb | 3 --- lib/test/cdo/test_web_purify.rb | 1 - 2 files changed, 4 deletions(-) diff --git a/lib/cdo/web_purify.rb b/lib/cdo/web_purify.rb index 7c75b436d4ddf..fe437d5412365 100644 --- a/lib/cdo/web_purify.rb +++ b/lib/cdo/web_purify.rb @@ -2,9 +2,6 @@ require 'open-uri' require 'json' require 'dynamic_config/gatekeeper' -# rubocop:disable CustomCops/PegasusRequires -require_relative '../../pegasus/src/env' -# rubocop:enable CustomCops/PegasusRequires module WebPurify # WebPurify limits us to 30,000 characters per request and 4 simultaneous requests per API key diff --git a/lib/test/cdo/test_web_purify.rb b/lib/test/cdo/test_web_purify.rb index d7396b8ae6ab9..1ac763ae02350 100644 --- a/lib/test/cdo/test_web_purify.rb +++ b/lib/test/cdo/test_web_purify.rb @@ -1,6 +1,5 @@ require 'minitest/autorun' require_relative '../../../shared/test/test_helper' -require_relative '../../cdo/pegasus' require_relative '../../cdo/web_purify' class WebPurifyTest < Minitest::Test From 7b5fa5cb1925be965ee0e20d2040c768ee8142c3 Mon Sep 17 00:00:00 2001 From: Pablo M <108825710+pablo-code-org@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:30:37 -0800 Subject: [PATCH 03/13] Update ci_pipeline.yml --- .github/workflows/ci_pipeline.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index abc76662f556e..c3d37ded610ec 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -58,7 +58,11 @@ jobs: - name: Set up Docker Environment run: docker build -t code-dot-org-testing-docker-image -f ./code-dot-org/docker/dockerfiles/Dockerfile ./code-dot-org - + - name: Find ui_tests.sh file + run: | + docker run \ + code-dot-org-testing-docker-image \ + /bin/bash -c "find / -type f -name 'ui_tests.sh' 2>/dev/null" - name: Run ls Unit Tests without working dir run: | docker run \ From 856361bd2135a6f197ef48bbada1688aeaccbadd Mon Sep 17 00:00:00 2001 From: Pablo M <108825710+pablo-code-org@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:07:10 -0800 Subject: [PATCH 04/13] Update ci_pipeline.yml --- .github/workflows/ci_pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index c3d37ded610ec..768cfe127903d 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -60,9 +60,9 @@ jobs: run: docker build -t code-dot-org-testing-docker-image -f ./code-dot-org/docker/dockerfiles/Dockerfile ./code-dot-org - name: Find ui_tests.sh file run: | - docker run \ + docker run --entrypoint /bin/bash \ code-dot-org-testing-docker-image \ - /bin/bash -c "find / -type f -name 'ui_tests.sh' 2>/dev/null" + -c "find / -type f -name 'ui_tests.sh' 2>/dev/null" - name: Run ls Unit Tests without working dir run: | docker run \ From a0c5db19f0ab8d2283f9719e9fb3f5cd0b71918e Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Tue, 30 Jan 2024 07:30:23 +0000 Subject: [PATCH 05/13] staging content changes (-robo-commit) --- .../professional-development-deep-dive.md.erb | 122 ------------------ ...rofessional-development-deep-dive.redirect | 1 + .../marketing/homepage-csa-background.svg | 3 - .../images/marketing/homepage-csa-right.svg | 3 - .../code.org/views/ai_module_tile50.erb | 14 -- .../code.org/views/codebreak_counter.haml | 48 ------- .../code.org/views/codebreak_testing.haml | 48 ------- .../views/codebytes_skinnybanner.haml | 18 --- .../sites.v3/code.org/views/light_tile.haml | 29 ----- 9 files changed, 1 insertion(+), 285 deletions(-) delete mode 100644 pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.md.erb create mode 100644 pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.redirect delete mode 100644 pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-background.svg delete mode 100644 pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-right.svg delete mode 100644 pegasus/sites.v3/code.org/views/ai_module_tile50.erb delete mode 100644 pegasus/sites.v3/code.org/views/codebreak_counter.haml delete mode 100644 pegasus/sites.v3/code.org/views/codebreak_testing.haml delete mode 100644 pegasus/sites.v3/code.org/views/codebytes_skinnybanner.haml delete mode 100644 pegasus/sites.v3/code.org/views/light_tile.haml diff --git a/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.md.erb b/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.md.erb deleted file mode 100644 index 75ed4abf0bf33..0000000000000 --- a/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.md.erb +++ /dev/null @@ -1,122 +0,0 @@ ---- -title: Professional Development Deep Dive -video_player: false -theme: responsive ---- -# CS Fundamentals: Deep Dive - -Schools and teachers have asked us to expand our most popular professional learning program. Over 85,000 educators have attended Intro workshops for our CS Fundamentals curriculum, rating it 4.8 out of 5 stars, and we want to help you go further. - -We know that implementing new computer science courses with fidelity and equity takes time, collaboration, planning and support - which is where Deep Dive workshops come in! Through this workshop, educators will explore course materials, teaching practices, and strategies for continuing to teach CS Fundamentals. - -[Register](#register) for a public workshop or [Set up](#setup) a private workshop for your school today! - - -## Learn More -Click on the questions below to learn more about what Deep Dive workshops have to offer! Looking for a resource to share with your teacher or administrator about the Deep Dive workshops? Download a flyer here. - -
- **Who should attend?** -

-
- Workshops are open to any elementary school educators who taught some of Code.org’s CS Fundamentals courses. Attending a Code.org Intro workshop is not a required prerequisite. - - If you’ve already started teaching CS Fundamentals, we recommend starting with the Deep Dive workshop. If you have not yet begun teaching, we recommend our Intro workshop. See a comparison of our two workshops offerings here. Classroom teachers, librarians, tech teachers, and other educators are all welcome! - -

-
- -
- **How does the workshop transform teacher practice?** -

-
- Developed with Code.org’s professional learning values in mind, the 7-hour Deep Dive workshop provides teachers with a hands-on learning experience with other like-minded teachers. Teachers are given the space to work through the individual challenges in carefully crafted sessions led by experienced facilitators, most of whom were (and often still are) classroom teachers. - - Teachers will leave their Deep Dive workshop not only with an understanding of the details, philosophy, values, and rationale behind how the CS Fundamentals course is structured but also with a **customized plan** for how to implement more of the CS Fundamentals courses. Teachers will have ideas for fostering and developing a strong classroom rapport that nurtures learners of all types and **strategies for addressing roadblocks to implementation**. Ongoing support through the Code.org teacher forum and online support after the workshop will continue to build a **strong community of practice and support** for participating teachers. - -

-
- -
- **How does the workshop support a computer science K-12 pathway?** -

-
- When the six CS Fundamentals’ six courses (A-F) are implemented successfully in a school, they can become an important part of a district’s K-12 pathway. A potential K-12 pathway using Code.org curricula might have 1) CS Fundamentals in elementary school grades, 2) CS Discoveries offered in middle school grades, and 3) CS Principles offered in the high school grades. - - Deep Dive workshops can be a key strategy to ensure the first part of that pathway, CS Fundamentals, is successfully established. The Intro Workshop is a foundational introduction to the CS Fundamentals curriculum and a great way to support teachers getting started; and the Deep Dive workshop can get them to the finish line. Teachers who complete the Deep Dive workshop will not only leave with a plan for offering more of the CS Fundamentals course, but also connections to a community of support that will help them execute this plan. - -

-
- -
- **How does the workshop support my school’s commitment to equity?** -

-
- Code.org believes that acknowledging and actively addressing the historical inequities within the field of computer science is critical to reaching our goal of bringing computer science to all students. Professional learning plays an essential role in helping educators identify and address equity gaps in their classrooms and schools. Bringing a Deep Dive workshop to your school, or encouraging your teachers to attend a workshop, will support teachers in implementing equitable teaching practices and help ensure computer science is accessible to every student in your schools. -

-
- -
- **How much does a workshop cost?** -

-
- Costs will vary across the country. Contact your Regional Partner to find the cost in your area. - - We believe that local support is critical for success - we’ve partnered with a network of Regional Partners and local facilitators to work with your school. Code.org provides grant funding to help subsidize the costs of the program and to ensure you can use the curriculum & tools forever at no cost. - - Grant funding from our donors and other local support allows our partners to offer the CS Fundamentals: Deep Dive workshop at substantial **discounts**. They are also able to offer **scholarships** and **group discounts**. - - <%= view :professional_development_workshops_regional_partner_search %> -
- -

-
- - - -
-## Register for a workshop -Look at the map below to find the next upcoming CS Fundamentals: Deep Dive workshop in your region. Workshops are available year round, because CS Fundamentals courses can be implemented at any point in the school year. Check back often as new workshops will continue to be added throughout the year as Deep Dive launches throughout the country starting in June 2019. - -map - -If you can’t find a workshop, and you’re in the U.S., contact your Regional Partner. They may already have a private workshop set up near your area that you can join, or can set up a workshop if there is enough demand. - -
-<%= view :professional_development_workshops_regional_partner_search %> -
- - -
-## Set up a private workshop - -Support all your teachers with a private group workshop on a Professional Development (PD) day or Saturday. Our Regional Partners can come to your school to help your teachers work together to understand the implementation challenges they face in teaching CS Fundamentals. - -If you’d like to set up a private workshop and you’re in the U.S., contact your Regional Partner. - - - -
- -
- -

- -
- -
- -

-“I want to teach MORE of the lessons after my workshop, because I got so many great ideas and have a better understanding of the courses and content.” -
-
- ~CS Fundamentals teacher after attending the Deep Dive workshop" -

- -
- -
- -
- -
diff --git a/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.redirect b/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.redirect new file mode 100644 index 0000000000000..5fec93e3b7534 --- /dev/null +++ b/pegasus/sites.v3/code.org/public/educate/regional-partner/playbook/professional-development-deep-dive.redirect @@ -0,0 +1 @@ +https://code.org/professional-development-workshops diff --git a/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-background.svg b/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-background.svg deleted file mode 100644 index 53740bed29b7e..0000000000000 --- a/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-background.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83aaffe98318b197cd97d5fa4edfc22da84b7a543c1920f965f29ff35d7ebc40 -size 415 diff --git a/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-right.svg b/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-right.svg deleted file mode 100644 index 2002cf326ab8f..0000000000000 --- a/pegasus/sites.v3/code.org/public/images/marketing/homepage-csa-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57233ccf6442f7201604a6fb0d3d945494163931007fc4d7b049e1a0a407c100 -size 3111391 diff --git a/pegasus/sites.v3/code.org/views/ai_module_tile50.erb b/pegasus/sites.v3/code.org/views/ai_module_tile50.erb deleted file mode 100644 index 9683329e17198..0000000000000 --- a/pegasus/sites.v3/code.org/views/ai_module_tile50.erb +++ /dev/null @@ -1,14 +0,0 @@ -
-
- - - -
- -

AI Module - NEW

-

5 week curriculum module
<%= I18n.t("ai_and_ethics_tile_description", default: "Students reflect on the ethical implications of AI, then work together to create an “AI Code of Ethics” resource for AI creators and legislators everywhere.") %>

- -
-
-
-
diff --git a/pegasus/sites.v3/code.org/views/codebreak_counter.haml b/pegasus/sites.v3/code.org/views/codebreak_counter.haml deleted file mode 100644 index 62b9f9695b493..0000000000000 --- a/pegasus/sites.v3/code.org/views/codebreak_counter.haml +++ /dev/null @@ -1,48 +0,0 @@ -:javascript - // Set the date we're counting down to - // THIS CODE NEEDS TO CHANGE EACH WEEK - var episode1 = new Date(Date.UTC( - 2020, // set this to the year - 5, // set this to the month minus one (JavaScript months start at 0 - 10, // set this to the day - 16, // don't change this (hours in UTC) - 58, // don't change this (minutes) - 0, // don't change this (seconds) - 0 // don't change this (milliseconds) - )); - - // SWAP THE //s IN THE LINE BELOW TO SWITCH FROM DEMO TO REAL - //var countDownDate = new Date(Date.now() + 10000).getTime(); // THIS IS FOR TESTING - var countDownDate = episode1.getTime(); // THIS SETS THE REAL COUNTDOWN - - // Update the count down every 1 second - var x = setInterval(function() { - - // Get todays date and time - var now = new Date().getTime(); - - // Find the distance between now and the count down date - var distance = countDownDate - now; - - // Time calculations for days, hours, minutes and seconds - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - - // Output the result in an element with id="demo" - // document.getElementById("demo").innerHTML = days + " days | " + hours + " hours | " + - // minutes + " minutes | " + seconds + " seconds"; - document.getElementById("demo").innerHTML = "" + days + " days | " + hours + " hours | " + - minutes + " minutes | " + seconds + " seconds"; - - // If the count down is over, write some text - if (distance < 0) { - clearInterval(x); - document.getElementById("demo").innerHTML = "Click here to join Code Break!"; - } - }, 1000); - -%div{:style => "color:#00adbc; padding: 20px;"} - %p#demo.countdown-live{:style => "text-align:center; font-size: 28px; font-weight: bold; line-height:1.2em;"} - diff --git a/pegasus/sites.v3/code.org/views/codebreak_testing.haml b/pegasus/sites.v3/code.org/views/codebreak_testing.haml deleted file mode 100644 index b3f7deee42a35..0000000000000 --- a/pegasus/sites.v3/code.org/views/codebreak_testing.haml +++ /dev/null @@ -1,48 +0,0 @@ -:javascript - // Set the date we're counting down to - // THIS CODE NEEDS TO CHANGE EACH WEEK - var episode1 = new Date(Date.UTC( - 2020, // set this to the year - 3, // set this to the month minus one (JavaScript months start at 0 - 27, // set this to the day - 16, // don't change this (hours in UTC) - 58, // don't change this (minutes) - 0, // don't change this (seconds) - 0 // don't change this (milliseconds) - )); - - // SWAP THE //s IN THE LINE BELOW TO SWITCH FROM DEMO TO REAL - //var countDownDate = new Date(Date.now() + 10000).getTime(); // THIS IS FOR TESTING - var countDownDate = episode1.getTime(); // THIS SETS THE REAL COUNTDOWN - - // Update the count down every 1 second - var x = setInterval(function() { - - // Get todays date and time - var now = new Date().getTime(); - - // Find the distance between now and the count down date - var distance = countDownDate - now; - - // Time calculations for days, hours, minutes and seconds - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - - // Output the result in an element with id="demo" - // document.getElementById("demo").innerHTML = days + " days | " + hours + " hours | " + - // minutes + " minutes | " + seconds + " seconds"; - document.getElementById("demo").innerHTML = "" + days + " days | " + hours + " hours | " + - minutes + " minutes | " + seconds + " seconds"; - - // If the count down is over, write some text - if (distance < 0) { - clearInterval(x); - document.getElementById("demo").innerHTML = "Click here to join Code Break!"; - } - }, 1000); - -%div{:style => "color:#00adbc; padding: 20px;"} - %p#demo.countdown-live{:style => "text-align:center; font-size: 28px; font-weight: bold; line-height:1.2em;"} - diff --git a/pegasus/sites.v3/code.org/views/codebytes_skinnybanner.haml b/pegasus/sites.v3/code.org/views/codebytes_skinnybanner.haml deleted file mode 100644 index 59c228889c84a..0000000000000 --- a/pegasus/sites.v3/code.org/views/codebytes_skinnybanner.haml +++ /dev/null @@ -1,18 +0,0 @@ -.breakoutquote{style:"padding: 0 18px; border-radius: 15px; background-image: linear-gradient(to top left, #a6e3e8, #d9f3f5)"} - .col-40{style:"margin-top: 18px; margin-bottom: 18px;"} - %a{href:"https://code.org/codebytes"} - %img{src:"/images/marketing/CodeBytes_CandyAsset.png", style:"max-width: 95%; padding-left:25px; margin: auto"} - .col-60{style:"padding:0 20px 0 10px; margin-top: 18px; margin-bottom: 18px;"} - %p{style:"border: 0; color: #4d575f"} - = I18n.t(:codebytes_skinny_banner_title) - %p{style:"font-size: 14px; border: 0; color: #4d575f"} - = I18n.t(:codebytes_skinny_banner_description) - = I18n.t(:codebytes_skinny_banner_english_only) - %p.skinny-banner-link{style:"font-size: 14px; border: 0; color: #4d575f"} - :css - .skinny-banner-link a { - color: #7665a0 !important; - } - - != I18n.t(:codebytes_skinny_banner_learn, markdown: :inline, code_bytes_url: "https://code.org/codebytes") - .clearboth diff --git a/pegasus/sites.v3/code.org/views/light_tile.haml b/pegasus/sites.v3/code.org/views/light_tile.haml deleted file mode 100644 index 94d888e530bce..0000000000000 --- a/pegasus/sites.v3/code.org/views/light_tile.haml +++ /dev/null @@ -1,29 +0,0 @@ -%a{:href=>"#{url}", :target=>"#{target}"} - %div.outerblock{:style=>"float: left;"} - %div.innerblock{:style=>"float: left;"} - %img{:src=>"#{img_src}", :style=>"width: 100%;"} - %div.title - #{title} - %div.body - #{text} - -:css - .title { - padding: 10px; - font-size: 22px; - font-family: var(--main-font); - font-weight: var(--semi-bold-font-weight); - text-align: center; - color: #7665a0; // $purple - } - .innerblock { - background-color: #e7e8ea; // $lightest_gray - } - - a:hover .title { - color: #5b6770; // $ charcoal - } - - a:hover .innerblock { - background-color: rgba(165, 173, 178, 0.1); - } From 289550a675742136cfb12b0847d6c9bdebf73eb7 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Tue, 30 Jan 2024 07:30:25 +0000 Subject: [PATCH 06/13] levelbuilder content changes (-robo-commit) --- .../config/course_offerings/aquatic.json | 4 +- .../config/course_offerings/basketball.json | 4 +- .../config/course_offerings/counting-csc.json | 4 +- dashboard/config/course_offerings/flappy.json | 4 +- .../config/course_offerings/gumball.json | 4 +- .../course_offerings/hello-world-animals.json | 4 +- .../course_offerings/hello-world-emoji.json | 4 +- .../course_offerings/hello-world-food.json | 4 +- .../course_offerings/hello-world-retro.json | 4 +- .../course_offerings/hello-world-soccer.json | 4 +- .../course_offerings/hello-world-space.json | 4 +- dashboard/config/course_offerings/hero.json | 4 +- .../config/course_offerings/hourofcode.json | 4 +- dashboard/config/course_offerings/iceage.json | 4 +- .../config/course_offerings/infinity.json | 4 +- dashboard/config/course_offerings/jigsaw.json | 4 +- dashboard/config/course_offerings/mc.json | 4 +- .../config/course_offerings/minecraft.json | 4 +- .../config/course_offerings/outbreak.json | 4 +- .../config/course_offerings/playlab.json | 4 +- .../config/course_offerings/spelling-bee.json | 4 +- dashboard/config/course_offerings/sports.json | 4 +- .../self-paced-pl-microbit-2024.course | 22 + ...eters and Return Practice_Choice_1-1.level | 8 +- ...-Return Practice_Choice_1-Template_c.level | 8 +- .../courseC_flappy_events1_2023MB.level | 74 + .../courseD_bee_conditionals2_2023MB.level | 116 + .../courseF_clicker_finish_2023MB.level | 400 + .../courseF_clicker_remove_2023MB.level | 149 + .../courseF_clicker_score_2023MB.level | 177 + .../courseF_clicker_sprites_2023MB.level | 149 + .../courseF_clicker_variable_2023MB.level | 150 + .../courseF_variables2_change_2023MB.level | 6801 +++++++++++++++++ .../courseF_variables2_predict_2023MB.level | 121 + .../courseF_variables2_set_2023MB.level | 4092 ++++++++++ .../courseF_variables_predict_2023MB.level | 714 ++ .../csc_ecosystems_ocean_coral_2023MB.level | 1449 ++++ .../courseB_video_artistLoops_2023MB.level | 19 + .../courseC_video_flappyIntro_2023MB.level | 19 + .../courseD_bee_conditionalsVid1_2023MB.level | 19 + .../turtle/courseB_artist_loops2_2023MB.level | 96 + .../turtle/courseB_artist_loops3_2023MB.level | 92 + .../courseE_artist_functions2_2023MB.level | 264 + .../courseE_artist_functions3_2023MB.level | 157 + .../weblab/CSD U2L12 Div Flex CH_2.level | 2 +- dashboard/config/locales/courses.en.yml | 6 + dashboard/config/locales/scripts.en.yml | 40 +- ...e_c_maker_dance_party_unpluggedmb.external | 18 + ...cosystems_conditionals_overviewmb.external | 73 + .../plguide_l1_referencematerials2.external | 58 + .../scripts/plguide_l3_bodytext1.external | 1 + .../songwriting_unplugged2022_2023mb.external | 10 + .../scripts_json/coding-with-ai.script_json | 843 +- .../config/scripts_json/csd2-2024.script_json | 554 +- .../config/scripts_json/flappy.script_json | 11 +- .../hello-world-animals-2021.script_json | 2 +- dashboard/config/scripts_json/mc.script_json | 2 +- .../config/scripts_json/outbreak.script_json | 2 +- .../pl-team-design-guide.script_json | 52 +- .../self-paced-pl-microbit-2024-1.script_json | 993 +++ .../self-paced-pl-microbit-2024-2.script_json | 87 + .../spelling-bee-2021.script_json | 11 +- 62 files changed, 17629 insertions(+), 320 deletions(-) create mode 100644 dashboard/config/courses/self-paced-pl-microbit-2024.course create mode 100644 dashboard/config/levels/custom/flappy/courseC_flappy_events1_2023MB.level create mode 100644 dashboard/config/levels/custom/maze/courseD_bee_conditionals2_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_clicker_finish_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_clicker_remove_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_clicker_score_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_clicker_sprites_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_clicker_variable_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_variables2_change_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_variables2_predict_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_variables2_set_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/courseF_variables_predict_2023MB.level create mode 100644 dashboard/config/levels/custom/spritelab/csc_ecosystems_ocean_coral_2023MB.level create mode 100644 dashboard/config/levels/custom/standalone_video/courseB_video_artistLoops_2023MB.level create mode 100644 dashboard/config/levels/custom/standalone_video/courseC_video_flappyIntro_2023MB.level create mode 100644 dashboard/config/levels/custom/standalone_video/courseD_bee_conditionalsVid1_2023MB.level create mode 100644 dashboard/config/levels/custom/turtle/courseB_artist_loops2_2023MB.level create mode 100644 dashboard/config/levels/custom/turtle/courseB_artist_loops3_2023MB.level create mode 100644 dashboard/config/levels/custom/turtle/courseE_artist_functions2_2023MB.level create mode 100644 dashboard/config/levels/custom/turtle/courseE_artist_functions3_2023MB.level create mode 100644 dashboard/config/scripts/course_c_maker_dance_party_unpluggedmb.external create mode 100644 dashboard/config/scripts/csc_ecosystems_conditionals_overviewmb.external create mode 100644 dashboard/config/scripts/plguide_l1_referencematerials2.external create mode 100644 dashboard/config/scripts/songwriting_unplugged2022_2023mb.external create mode 100644 dashboard/config/scripts_json/self-paced-pl-microbit-2024-1.script_json create mode 100644 dashboard/config/scripts_json/self-paced-pl-microbit-2024-2.script_json diff --git a/dashboard/config/course_offerings/aquatic.json b/dashboard/config/course_offerings/aquatic.json index 27a971966c0d5..e2f44d838d838 100644 --- a/dashboard/config/course_offerings/aquatic.json +++ b/dashboard/config/course_offerings/aquatic.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/92sMXSm4dIg/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=92sMXSm4dIg&wmode=transparent", "published_date": "2018-11-12 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/basketball.json b/dashboard/config/course_offerings/basketball.json index e52346dcfefc9..a01b908aa411a 100644 --- a/dashboard/config/course_offerings/basketball.json +++ b/dashboard/config/course_offerings/basketball.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/ip051U7Rvds/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=ip051U7Rvds&wmode=transparent", "published_date": null, - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/counting-csc.json b/dashboard/config/course_offerings/counting-csc.json index 2851b453ebaaa..c15c86f45f0dc 100644 --- a/dashboard/config/course_offerings/counting-csc.json +++ b/dashboard/config/course_offerings/counting-csc.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": null, "published_date": null, - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/flappy.json b/dashboard/config/course_offerings/flappy.json index bdcb26432ab0e..9ec06f028be40 100644 --- a/dashboard/config/course_offerings/flappy.json +++ b/dashboard/config/course_offerings/flappy.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/VQ4lo6Huylc/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=VQ4lo6Huylc&wmode=transparent", "published_date": "2014-02-26 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/gumball.json b/dashboard/config/course_offerings/gumball.json index 1537d42d6a2eb..1c53c5af06802 100644 --- a/dashboard/config/course_offerings/gumball.json +++ b/dashboard/config/course_offerings/gumball.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/0QQVL8oKEaA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=0QQVL8oKEaA&wmode=transparent", "published_date": "2015-11-30 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-animals.json b/dashboard/config/course_offerings/hello-world-animals.json index 4559165d7babd..db72c04293a3d 100644 --- a/dashboard/config/course_offerings/hello-world-animals.json +++ b/dashboard/config/course_offerings/hello-world-animals.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2021-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-emoji.json b/dashboard/config/course_offerings/hello-world-emoji.json index 47648fe363eb5..d209db15d0af7 100644 --- a/dashboard/config/course_offerings/hello-world-emoji.json +++ b/dashboard/config/course_offerings/hello-world-emoji.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2021-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-food.json b/dashboard/config/course_offerings/hello-world-food.json index 289de190f0f7d..e37e3dfc37314 100644 --- a/dashboard/config/course_offerings/hello-world-food.json +++ b/dashboard/config/course_offerings/hello-world-food.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2021-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-retro.json b/dashboard/config/course_offerings/hello-world-retro.json index 0ad2f593adffe..fe8dfbee28ca8 100644 --- a/dashboard/config/course_offerings/hello-world-retro.json +++ b/dashboard/config/course_offerings/hello-world-retro.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2021-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-soccer.json b/dashboard/config/course_offerings/hello-world-soccer.json index 889e783909d39..c6f66186c060a 100644 --- a/dashboard/config/course_offerings/hello-world-soccer.json +++ b/dashboard/config/course_offerings/hello-world-soccer.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2022-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hello-world-space.json b/dashboard/config/course_offerings/hello-world-space.json index 1bc89a1bd69a0..44ed41bb97459 100644 --- a/dashboard/config/course_offerings/hello-world-space.json +++ b/dashboard/config/course_offerings/hello-world-space.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/blePeROA7fA/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=blePeROA7fA&wmode=transparent", "published_date": "2022-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hero.json b/dashboard/config/course_offerings/hero.json index 2883919b7c401..88c4f9c578990 100644 --- a/dashboard/config/course_offerings/hero.json +++ b/dashboard/config/course_offerings/hero.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/vD0cVvXEKdo/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=vD0cVvXEKdo&wmode=transparent", "published_date": "2017-11-27 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/hourofcode.json b/dashboard/config/course_offerings/hourofcode.json index 5053c01a7c4bf..98c40ce82a6a6 100644 --- a/dashboard/config/course_offerings/hourofcode.json +++ b/dashboard/config/course_offerings/hourofcode.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/bQilo5ecSX4/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=bQilo5ecSX4&wmode=transparent", "published_date": "2013-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/iceage.json b/dashboard/config/course_offerings/iceage.json index 3b500cf88e37c..a1efd4b6d743e 100644 --- a/dashboard/config/course_offerings/iceage.json +++ b/dashboard/config/course_offerings/iceage.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/ap_5Ft3KocU/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=ap_5Ft3KocU&wmode=transparent", "published_date": "2015-12-03 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/infinity.json b/dashboard/config/course_offerings/infinity.json index 872ca9931a426..1fcdcd7ac8e45 100644 --- a/dashboard/config/course_offerings/infinity.json +++ b/dashboard/config/course_offerings/infinity.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/vQGOfhsb76o/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=vQGOfhsb76o&wmode=transparent", "published_date": "2015-08-02 04:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/jigsaw.json b/dashboard/config/course_offerings/jigsaw.json index 7fc0913024c78..303c6071e10d1 100644 --- a/dashboard/config/course_offerings/jigsaw.json +++ b/dashboard/config/course_offerings/jigsaw.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": null, "published_date": "2015-01-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/mc.json b/dashboard/config/course_offerings/mc.json index bdae65064ddb9..41a13739a9054 100644 --- a/dashboard/config/course_offerings/mc.json +++ b/dashboard/config/course_offerings/mc.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/Fzwa6Pm03Zk/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=Fzwa6Pm03Zk&wmode=transparent", "published_date": "2016-11-17 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/minecraft.json b/dashboard/config/course_offerings/minecraft.json index 092cfc6ffd5f0..9c1c4d9e459e8 100644 --- a/dashboard/config/course_offerings/minecraft.json +++ b/dashboard/config/course_offerings/minecraft.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/55jADN4Y7Pg/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=55jADN4Y7Pg&wmode=transparent", "published_date": "2015-11-16 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/outbreak.json b/dashboard/config/course_offerings/outbreak.json index f8524d8f69de8..d95b7def3749e 100644 --- a/dashboard/config/course_offerings/outbreak.json +++ b/dashboard/config/course_offerings/outbreak.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/ZHA2_dOktVY/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=ZHA2_dOktVY&wmode=transparent", "published_date": "2021-12-01 05:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/playlab.json b/dashboard/config/course_offerings/playlab.json index 593bb40c176e1..76a3f8a6dccfb 100644 --- a/dashboard/config/course_offerings/playlab.json +++ b/dashboard/config/course_offerings/playlab.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/nVsZyQIZyPc/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=nVsZyQIZyPc&wmode=transparent", "published_date": "2021-05-27 04:00:00 UTC", - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/spelling-bee.json b/dashboard/config/course_offerings/spelling-bee.json index b41d82398345a..8bc6a5b4330b3 100644 --- a/dashboard/config/course_offerings/spelling-bee.json +++ b/dashboard/config/course_offerings/spelling-bee.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": null, "published_date": null, - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/course_offerings/sports.json b/dashboard/config/course_offerings/sports.json index bdd2279487b59..b15cb991710ed 100644 --- a/dashboard/config/course_offerings/sports.json +++ b/dashboard/config/course_offerings/sports.json @@ -16,6 +16,6 @@ "professional_learning_program": null, "video": "https://www.youtube-nocookie.com/embed/ip051U7Rvds/?autoplay=1&enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0&showinfo=1&v=ip051U7Rvds&wmode=transparent", "published_date": null, - "self_paced_pl_course_offering_id": null, - "self_paced_pl_course_offering_key": null + "self_paced_pl_course_offering_id": 497, + "self_paced_pl_course_offering_key": "self-paced-pl-k5" } diff --git a/dashboard/config/courses/self-paced-pl-microbit-2024.course b/dashboard/config/courses/self-paced-pl-microbit-2024.course new file mode 100644 index 0000000000000..38f58b97d4d7a --- /dev/null +++ b/dashboard/config/courses/self-paced-pl-microbit-2024.course @@ -0,0 +1,22 @@ +{ + "name": "self-paced-pl-microbit-2024", + "script_names": [ + "self-paced-pl-microbit-2024-1", + "self-paced-pl-microbit-2024-2" + ], + "published_state": "in_development", + "instruction_type": "self_paced", + "participant_audience": "teacher", + "instructor_audience": "facilitator", + "properties": { + "family_name": "self-paced-pl-microbit", + "has_numbered_units": true, + "version_year": "2024" + }, + "resources": [ + + ], + "student_resources": [ + + ] +} diff --git a/dashboard/config/levels/custom/applab/U7_L03_Parameters and Return Practice_Choice_1-1.level b/dashboard/config/levels/custom/applab/U7_L03_Parameters and Return Practice_Choice_1-1.level index 41b238d084bf5..9a612f0532dc9 100644 --- a/dashboard/config/levels/custom/applab/U7_L03_Parameters and Return Practice_Choice_1-1.level +++ b/dashboard/config/levels/custom/applab/U7_L03_Parameters and Return Practice_Choice_1-1.level @@ -33,8 +33,8 @@ "libraries_enabled": "false", "ai_enabled": "false", "start_html": "
", - "start_blocks": "//Setting up variables\r\n\r\nvar brands = getColumn(\"Ramen Ratings\", \"Brand\");\r\nvar varieties = getColumn(\"Ramen Ratings\", \"Variety\");\r\nvar countries = getColumn(\"Ramen Ratings\", \"Country\");\r\nvar styles = getColumn(\"Ramen Ratings\", \"Style\");\r\nvar stars = getColumn(\"Ramen Ratings\", \"Stars\");\r\n\r\nvar filteredBrands = [];\r\nvar filteredVarieties = [];\r\nvar filteredCountries = [];\r\nvar filteredStyles = [];\r\nvar filteredStars = [];\r\n\r\nvar outputText =\"\";\r\nvar averageStars = 0;\r\nvar userChoice = \"\";\r\n\r\nvar outputOriginalFontSize = getProperty(\"output\", \"font-size\");\r\nvar buttonOriginalFontSize = getProperty(\"countrySearchButton\", \"font-size\");\r\nvar dropdownOriginalFontSize = getProperty(\"stylesDropdown\", \"font-size\");\r\n\r\n\r\n///Search function based on user input\r\n\r\n//#1\r\nfunction filterByStars(star){\r\n filteredBrands = [];\r\n filteredVarieties = [];\r\n filteredCountries = [];\r\n filteredStyles = [];\r\n filteredStars = [];\r\n\r\n for (var i = 0; i < stars.length; i++) {\r\n if(stars[i]>= star) {\r\n appendItem(filteredVarieties, varieties[i]);\r\n appendItem(filteredBrands, brands[i]);\r\n appendItem(filteredCountries, countries[i]);\r\n appendItem(filteredStyles, styles[i]);\r\n appendItem(filteredStars, stars[i]);\r\n }\r\n }\r\n}\r\n\r\nfunction filterByCountry(country){\r\n clearFilteredLists();\r\n\r\n for (var i = 0; i < countries.length; i++) {\r\n if(country == countries[i]) {\r\n addToFilteredLists(i);\r\n }\r\n }\r\n}\r\n\r\nfunction filterByStyle(style){\r\n clearFilteredLists();\r\n\r\n for (var i = 0; i < styles.length; i++) {\r\n if(style == styles[i]) {\r\n addToFilteredLists(i);\r\n }\r\n }\r\n}\r\n\r\n//Set up these two functions thinking I would end up making more filter functions....\r\n//#5 (pick your own function to write based on repetitive code, give suggestions of ones marked)\r\nfunction clearFilteredLists() {\r\n filteredBrands = [];\r\n filteredVarieties = [];\r\n filteredCountries = [];\r\n filteredStyles = [];\r\n filteredStars = [];\r\n}\r\n\r\n//#5 (pick your own function to write based on repetitive code, give suggestions of ones marked)\r\nfunction addToFilteredLists(index) {\r\n appendItem(filteredVarieties, varieties[index]);\r\n appendItem(filteredBrands, brands[index]);\r\n appendItem(filteredCountries, countries[index]);\r\n appendItem(filteredStyles, styles[index]);\r\n appendItem(filteredStars, stars[index]);\r\n}\r\n\r\n//#2\r\nfunction average(list) {\r\n var sum = 0;\r\n for(var i = 0; i= 20){\r\n result = 19;\r\n }\r\n return result;\r\n}\r\n\r\n\r\n//Event handlers\r\n\r\nonEvent(\"textSizeSlider\", \"input\", function( ) {\r\n\tvar fontMultiplier = getNumber(\"textSizeSlider\") / 5;\r\n\t\r\n\tvar outputFontSize = adjustFontSize(outputOriginalFontSize, fontMultiplier);\r\n\tvar buttonFontSize = adjustFontSize(buttonOriginalFontSize, fontMultiplier);\r\n\tvar dropdownFontSize = adjustFontSize(dropdownOriginalFontSize, fontMultiplier);\r\n\t\r\n\t\r\n\tsetProperty(\"output\",\"font-size\", outputFontSize);\r\n\tsetProperty(\"countriesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"stylesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starsDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"styleSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"countrySearchButton\",\"font-size\", buttonFontSize);\r\n\t\r\n\t\r\n\t\r\n});\r\n", - "long_instructions": "## Explore the World Through Ramen\r\n\r\n\r\n
\r\n\t

\r\n \r\n
\r\n Everyone needs to eat, and ramen (also known as instant noodles) has been satisfying people across the globe for decades.\r\n \r\n
\r\n
\r\n There are so many types and varieties of ramen, it can be hard to choose! Not to mention the varying quality and countries of origin.\r\n
\r\n
\r\n It's time for a change!\r\n
\r\n
\r\n With the impending release of Ramen Radar, users will be able to learn much more about the world of ramen!\r\n
\r\n
\r\n It's time to boil that water and get your appetite ready. Ramen Radar is here to help.\r\n

\r\n\t

\r\n \"\"\r\n

\r\n
\r\n\r\n
\r\n\r\n

🖥️ Explore the prototype on the left in order to get a sense for how the app should be designed.

\r\n\r\n
\r\n\r\n\r\n\r\n\r\n
\r\n\r\nWith your partner, discuss the following:\r\n\r\n
\r\n\r\n❓ What is the **purpose** of the app?\r\n\r\n
\r\n\r\n❓ Describe the **functionality** of the app. How do these design decisions fit the purpose? What are some **inputs** and **outputs** that aid in achieving this functionality?\r\n
\r\n\r\n\r\n
\r\n\r\n

👁‍ Analyzing User Stories

\r\n\r\nWhen developing software, creators often rely on user stories- descriptions and needs from the perspective of someone using the app-in-development. They often try to take in as many points of view as possible, so that the final product appeals to a wide variety of users. Throughout these app development levels, there will be several user stories that will be shared and which will be translated into tasks for you to accomplish.\r\n\r\n
\r\n\r\nClick the shaded bar below to reveal helpful tips about how to navigate and complete these practice levels:\r\n\r\n
\r\n🔎 How do these Practice levels work?\r\n\r\n
\r\n\r\nThere are seven practice levels that should be completed in order to complete the app. They are intended to be followed in order. Move from Part 1 all the way to Part 7. Therefore, as you move from level to level, make sure that you select the Ramen Radar selection on the choice screen.\r\n \r\n\"\"\r\n\r\n
\r\n\r\n
\r\n

\r\n \"\"\r\n

\r\n

\r\n
\r\n As you move through each of the levels, the code that you create, alter, or remove will travel with you!\r\n
\r\n
\r\n That means that as you write code and implement cool features in your app, you will be building on the work that you have completed previously.\r\n
\r\n
\r\n You will see a pop-up on the levels that will alert you about this shared code the first time that you visit the level. \r\n

\r\n\r\n
\r\n\r\n
\r\n\r\nIn each of the levels, there will be a numbered task for you to complete. Match the number in the Instructions Pane with the corresponding number in the Coding Workspace. This will show you where you should complete the task in the code that is provided for you.\r\n\r\n
\r\n\r\n\"\"\r\n\r\n
\r\n\r\n
\r\n\r\n", + "start_blocks": "//Setting up variables\r\n\r\nvar brands = getColumn(\"Ramen Rating\", \"Brand\");\r\nvar varieties = getColumn(\"Ramen Rating\", \"Variety\");\r\nvar countries = getColumn(\"Ramen Rating\", \"Country\");\r\nvar styles = getColumn(\"Ramen Rating\", \"Style\");\r\nvar stars = getColumn(\"Ramen Rating\", \"Stars\");\r\n\r\nvar filteredBrands = [];\r\nvar filteredVarieties = [];\r\nvar filteredCountries = [];\r\nvar filteredStyles = [];\r\nvar filteredStars = [];\r\n\r\nvar outputText =\"\";\r\nvar averageStars = 0;\r\nvar userChoice = \"\";\r\n\r\nvar outputOriginalFontSize = getProperty(\"output\", \"font-size\");\r\nvar buttonOriginalFontSize = getProperty(\"countrySearchButton\", \"font-size\");\r\nvar dropdownOriginalFontSize = getProperty(\"stylesDropdown\", \"font-size\");\r\n\r\n\r\n///Search function based on user input\r\n\r\n//#1\r\nfunction filterByStars(star){\r\n filteredBrands = [];\r\n filteredVarieties = [];\r\n filteredCountries = [];\r\n filteredStyles = [];\r\n filteredStars = [];\r\n\r\n for (var i = 0; i < stars.length; i++) {\r\n if(stars[i]>= star) {\r\n appendItem(filteredVarieties, varieties[i]);\r\n appendItem(filteredBrands, brands[i]);\r\n appendItem(filteredCountries, countries[i]);\r\n appendItem(filteredStyles, styles[i]);\r\n appendItem(filteredStars, stars[i]);\r\n }\r\n }\r\n}\r\n\r\nfunction filterByCountry(country){\r\n clearFilteredLists();\r\n\r\n for (var i = 0; i < countries.length; i++) {\r\n if(country == countries[i]) {\r\n addToFilteredLists(i);\r\n }\r\n }\r\n}\r\n\r\nfunction filterByStyle(style){\r\n clearFilteredLists();\r\n\r\n for (var i = 0; i < styles.length; i++) {\r\n if(style == styles[i]) {\r\n addToFilteredLists(i);\r\n }\r\n }\r\n}\r\n\r\n//Set up these two functions thinking I would end up making more filter functions....\r\n//#5 (pick your own function to write based on repetitive code, give suggestions of ones marked)\r\nfunction clearFilteredLists() {\r\n filteredBrands = [];\r\n filteredVarieties = [];\r\n filteredCountries = [];\r\n filteredStyles = [];\r\n filteredStars = [];\r\n}\r\n\r\n//#5 (pick your own function to write based on repetitive code, give suggestions of ones marked)\r\nfunction addToFilteredLists(index) {\r\n appendItem(filteredVarieties, varieties[index]);\r\n appendItem(filteredBrands, brands[index]);\r\n appendItem(filteredCountries, countries[index]);\r\n appendItem(filteredStyles, styles[index]);\r\n appendItem(filteredStars, stars[index]);\r\n}\r\n\r\n//#2\r\nfunction average(list) {\r\n var sum = 0;\r\n for(var i = 0; i= 20){\r\n result = 19;\r\n }\r\n return result;\r\n}\r\n\r\n\r\n//Event handlers\r\n\r\nonEvent(\"textSizeSlider\", \"input\", function( ) {\r\n\tvar fontMultiplier = getNumber(\"textSizeSlider\") / 5;\r\n\t\r\n\tvar outputFontSize = adjustFontSize(outputOriginalFontSize, fontMultiplier);\r\n\tvar buttonFontSize = adjustFontSize(buttonOriginalFontSize, fontMultiplier);\r\n\tvar dropdownFontSize = adjustFontSize(dropdownOriginalFontSize, fontMultiplier);\r\n\t\r\n\t\r\n\tsetProperty(\"output\",\"font-size\", outputFontSize);\r\n\tsetProperty(\"countriesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"stylesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starsDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"styleSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"countrySearchButton\",\"font-size\", buttonFontSize);\r\n\t\r\n\t\r\n\t\r\n});\r\n", + "long_instructions": "## Explore the World Through Ramen\r\n\r\n\r\n
\r\n\t

\r\n \r\n
\r\n Everyone needs to eat, and ramen (also known as instant noodles) has been satisfying people across the globe for decades.\r\n \r\n
\r\n
\r\n There are so many types and varieties of ramen, it can be hard to choose! Not to mention the varying quality and countries of origin.\r\n
\r\n
\r\n It's time for a change!\r\n
\r\n
\r\n With the impending release of Ramen Radar, users will be able to learn much more about the world of ramen!\r\n
\r\n
\r\n It's time to boil that water and get your appetite ready. Ramen Radar is here to help.\r\n

\r\n\t

\r\n \"\"\r\n

\r\n
\r\n\r\n
\r\n\r\n

🖥️ Explore the prototype on the left in order to get a sense for how the app should be designed.

\r\n\r\n
\r\n\r\n\r\n\r\n\r\n
\r\n\r\nWith your partner, discuss the following:\r\n\r\n
\r\n\r\n❓ What is the **purpose** of the app?\r\n\r\n
\r\n\r\n❓ Describe the **functionality** of the app. How do these design decisions fit the purpose? What are some **inputs** and **outputs** that aid in achieving this functionality?\r\n
\r\n\r\n\r\n
\r\n\r\n

👁‍ Analyzing User Stories

\r\n\r\nWhen developing software, creators often rely on user stories- descriptions and needs from the perspective of someone using the app-in-development. They often try to take in as many points of view as possible, so that the final product appeals to a wide variety of users. Throughout these app development levels, there will be several user stories that will be shared and which will be translated into tasks for you to accomplish.\r\n\r\n
\r\n\r\nClick the shaded bar below to reveal helpful tips about how to navigate and complete these practice levels:\r\n\r\n
\r\n🔎 How do these Practice levels work?\r\n\r\n
\r\n\r\nThere are seven practice levels that should be completed in order to complete the app. They are intended to be followed in order. Move from Part 1 all the way to Part 7. Therefore, as you move from level to level, make sure that you select the Ramen Radar selection on the choice screen.\r\n \r\n\"\"\r\n\r\n
\r\n\r\n
\r\n

\r\n \"\"\r\n

\r\n

\r\n
\r\n As you move through each of the levels, the code that you create, alter, or remove will travel with you!\r\n
\r\n
\r\n That means that as you write code and implement cool features in your app, you will be building on the work that you have completed previously.\r\n
\r\n
\r\n You will see a pop-up on the levels that will alert you about this shared code the first time that you visit the level. \r\n

\r\n\r\n
\r\n\r\n
\r\n\r\nIn each of the levels, there will be a numbered task for you to complete. Match the number in the Instructions Pane with the corresponding number in the Coding Workspace. This will show you where you should complete the task in the code that is provided for you.\r\n\r\n
\r\n\r\n\"\"\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\nNote: The Ramen dataset that is used in this series of lessons has been cut down in size to speed up loading the data in these lessons. The full dataset is available on AppLab under the name \"Ramen Ratings\" in the Data tab.\r\n", "display_name": "Ramen Radar, part 1", "bubble_choice_description": "Spice Level: 🌶\r\n\r\nExplore a finished version of the app to determine its purpose and functionality.", "thumbnail_url": "https://images.code.org/9c574452304fbb281e5a3e18c8f18724-ramen_titleCard.png", @@ -42,9 +42,9 @@ "encrypted_examples": [ ], - "data_library_tables": "Ramen Ratings" + "data_tables": "{\r\n\t\"Ramen Rating\": [{\r\n \"id\": 1,\r\n \"Brand\": \"Jasmine\",\r\n \"Variety\": \"XXL Bihun Segera Penang White Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 2,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Instan Mi Keriting Goreng Spesial\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 3,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Dried Instant Noodles Truffle Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 4,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Jjajang Smoked Black Bean Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 5,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Samyand Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 6,\r\n \"Brand\": \"Jasmine\",\r\n \"Variety\": \"XXL Bihun Segera Sup Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 7,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Cup Star Batman Garlic Shrimp Aji\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 8,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Corn Bihun Hot & Spicy Fried Bihun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 9,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"3 Flavors In 1 Noodle – Rice Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 10,\r\n \"Brand\": \"Sugakiya\",\r\n \"Variety\": \"Cup Taiwan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 11,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Seafood Jjamppong Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 12,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Koidashi Niboshi Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 13,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"UFO Pokkmyeon Koi Koi Kankoku Fu Amakara Carbo\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 14,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wonton Men Donburi Butaman Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 15,\r\n \"Brand\": \"Fan's\",\r\n \"Variety\": \"Hot & Sour Pork Bone Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 16,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Surfmama Goose Oil Zhajiang Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 17,\r\n \"Brand\": \"The Han Kitchen\",\r\n \"Variety\": \"Budae Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 18,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Shiromaru Classic Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 19,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodles With Hot & Sour Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 20,\r\n \"Brand\": \"Kobe\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 21,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"3 Flavors In 1 Noodle – Guanmiao\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 22,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Locabodeli Coco Ichibanya Kanshu Curry Ramen Toushitsu Off\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 23,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Savory Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 24,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Corn Bihun Original Fried Bihun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 25,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Large Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 26,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tangle Bulgogi Alfredo Tangluccine\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 27,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Basil & Cream Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 28,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Vegetarian Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 29,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Creamy Tom Yam Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 30,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Birria Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 31,\r\n \"Brand\": \"Cielo\",\r\n \"Variety\": \"Menudo Instant Ramen Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 32,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 33,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Itsumo no Ippai Wantanmen Shoyu Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 34,\r\n \"Brand\": \"VIZ\",\r\n \"Variety\": \"Naruto Shippuden Ichiraku Ramen Candy\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 35,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chicken Ramen Donburi\",\r\n \"Style\": \"Boowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 36,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Hot & Sour Flavor Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 37,\r\n \"Brand\": \"Cielo\",\r\n \"Variety\": \"Pozole Flavor Instant Ramen Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 38,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Akamaru Modern Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 39,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Kelp Seasonal Vegetable Flavor Pumpkin Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 40,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Hot Chicken Stir-fried Noodles Jjajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 41,\r\n \"Brand\": \"Thai Kitchen\",\r\n \"Variety\": \"Garlic & Vegetable Instant Rice Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 42,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Oishi Naniwa no Ushio Ramen Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 43,\r\n \"Brand\": \"Jinmailiang\",\r\n \"Variety\": \"Udon Noodles With Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 44,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Rasa Ayam Pop\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 45,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodles With Braised Beef Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 46,\r\n \"Brand\": \"Thai Authentic\",\r\n \"Variety\": \"Sriracha Shrimp Ramen Noodle Soup Meal Kit\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 47,\r\n \"Brand\": \"Meet Mee\",\r\n \"Variety\": \"Chili Pan Mee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 48,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Tom Yam Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 49,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 50,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Hype Abis Mi Kuah Rasa Seblak Hot Jeletot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 51,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Braised Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 52,\r\n \"Brand\": \"Kobe\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Mie Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 53,\r\n \"Brand\": \"Raindrops\",\r\n \"Variety\": \"Gummy Noodles Soft Candy Mix\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 54,\r\n \"Brand\": \"Super Bubur\",\r\n \"Variety\": \"Rasa Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 55,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Sesame Clear Soup Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 56,\r\n \"Brand\": \"Burung Layang Terbang\",\r\n \"Variety\": \"Mie Goreng Rasa Sambal Terasi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 57,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Assari Odashi ga Oishii Donbei Kizami Age Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 58,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Green Tom Yum Soup Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 59,\r\n \"Brand\": \"Koba\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Rasa Soto Segeer\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 60,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kuze Fuku Mainichi Yasai Dashi Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 61,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Habanero Kimchi Jjigae Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 62,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tategata Nomihosu Niigata Nagaoka Shoga Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 63,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Instan Rasa Kaldu Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 64,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Spicy Chicken Flavour Dry Black Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 65,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Goose Oil With Crispy Shallot Flakes\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 66,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 67,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Koikoi Tarako Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 68,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Rasa Cabe Ijo\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 69,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodles Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 70,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Hype Abis Mi Goreng Rasa Ayam Geprek\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 71,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ganbare! Jukensei Menzukuri Katsuobushi Kaoru Gyokai Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 72,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bulgogi Hot Pot Flavour Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Australia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 73,\r\n \"Brand\": \"BonCabe\",\r\n \"Variety\": \"Mi BonCabe Rasa Mie Goreng Level 15 Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 74,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ganbare! Jukensei Hot Wonton Katsuobushi Kaoru Tamago Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 75,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Kimchi Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 76,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Ramyun Bokkeummyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 77,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Yokohama Iekei Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 78,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Habanero Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 79,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Mi Goreng Perisa Rendang Legenda\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 80,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Black Sesame Oil With Mashed Ginger\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 81,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Hyobanya Layered Kakitama Spicy Salt Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 82,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Spicy Mushroom Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 83,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 84,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 85,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Tom Yam Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 86,\r\n \"Brand\": \"Dajia\",\r\n \"Variety\": \"Jiaxu Stirred Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 87,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 88,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Aged Shaoxing Wine With Chicken Drumstick Soup Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 89,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodles Tomato Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 90,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 91,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Tomato Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 92,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Kitakata Light Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 93,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Mi Goreng Perisa Rendang Legenda\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 94,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Japanese Cheese Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 95,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Hae Bee Hiam Non-Fried Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 96,\r\n \"Brand\": \"Ah Lai\",\r\n \"Variety\": \"Penang Favourite Hokkien Prawn Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 97,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 98,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Kitsune Udon Kimetsu no Yaiba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 99,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Spicy Kimchi Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 100,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Spicy Tonkotsu Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 101,\r\n \"Brand\": \"GS Retail\",\r\n \"Variety\": \"Premium Gonghwachun Instant Noodle With Black Bean Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 102,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Tom Yum Goong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 103,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Nostalgic Burnt Soy Sauce Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 104,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wakame Ramen with Mie Ise Shrimp and Soy Sauce Dashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 105,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Rabokki Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 106,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodle Onion Consommé Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 107,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Goose Oil With Sichuan Pepper & Hot Chili\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 108,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 109,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Gyorantei Kansyuu Yokosuka Kaigun Curry Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 110,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Science Noodle (Hot Pot version)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 111,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Perisa Lontong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 112,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Seaweed Flavour Soup Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 113,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Gyoza Big\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 114,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Perisa Laksa Kari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 115,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood & Vegetable Miso Dashi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 116,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Pepper Crispy Pork Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 117,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Kake Ramen Desse Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 118,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Jjambbong Spicy Seafood Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 119,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gold Soy Sauce Flavor Craft Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 120,\r\n \"Brand\": \"Shoo Loong Kan\",\r\n \"Variety\": \"Lan Zhou La Mian\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 435\r\n },\r\n {\r\n \"id\": 121,\r\n \"Brand\": \"Mykai\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 122,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 123,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Malatang Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 124,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Japanese Style BBQ Pork Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 125,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Assari Odashi ga Oishii Donbei Agedama Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 126,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Soy Sauce Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 127,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Wantan Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 128,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Yuzu & Kosho Kaoru Toripaitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 129,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar BBQ Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 130,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chow Mein Teriyaki Beef Flavor Chow Mein Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 131,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Ajiyoka tai Tonkotsu Ramen Hakata\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 132,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Dashi no Umami de Gennenn Toritaki Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 133,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Yakisoba Teiryaki Beef Flavor Japanese Home Style Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 134,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Donbei Ontsuyu Osoumen Mini\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 135,\r\n \"Brand\": \"Wicked Foods\",\r\n \"Variety\": \"Late Night Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 136,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Donburi Tokyo Kaidashi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 137,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Ramen Noodles With Seasoning Mix Hot & Spicy Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 138,\r\n \"Brand\": \"Urai\",\r\n \"Variety\": \"Bihun Jagung Corn Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 139,\r\n \"Brand\": \"Wicked Foods\",\r\n \"Variety\": \"Spicy Coconut & Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 140,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Soup Harusame Hakata Mizutaki fu Yuzu Kosho\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 141,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Miso\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 142,\r\n \"Brand\": \"Cup O Crazy\",\r\n \"Variety\": \"Gummy Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 143,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodle Corn Butter Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 144,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Black Curry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 145,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Mandarin Style Noodle With Original Soy Sauce 40% Reduced Sodium\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 146,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Spicy Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 147,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Noodle Kit With Sauce Teriyaki Sesame\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 148,\r\n \"Brand\": \"Urai\",\r\n \"Variety\": \"Original x Ciptarasa Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 149,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Pancit Canton Toyomansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Phillippines\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 150,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Spicy Tomato Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 151,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Doce Sabor Beijinho\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 152,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tategata Nomihosu Ippai Sapporo Ebi Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 153,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Do Chico Bento Sabor Caldinho De Feijao\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 154,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Ramen Veggie\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 155,\r\n \"Brand\": \"Seven&i\",\r\n \"Variety\": \"Premium x Nissin Star Soupless Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 156,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Fiery Catpata\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 157,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Sumatan x Wantanmen Donburi Ebishio Aji\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 158,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"MiliOne Huong Vi Suon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 159,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Da Monica Sabor Galinha Suave\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 160,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Noodle Harusame 1/3 Nichibun Chanpon Aji\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 161,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 162,\r\n \"Brand\": \"Dara Urai\",\r\n \"Variety\": \"Flat x Cipratasa Rasa Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 163,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"x TRY Toybox Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 164,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Assari Oishii Cup Noodle Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 165,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Tategata Miyazaki Karamen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 166,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Soup Harusame Wantan\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 167,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Kanzen Meal Abura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 168,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Yakisoba HOT Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 169,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Signature Dry Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 170,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Chinese Sesame Oil Lion’s Mane Mushroom Pumpkin Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 171,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Spicy Tantanmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 172,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Stew Type Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 173,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"Mi Trung Khong Chien\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 174,\r\n \"Brand\": \"Norita\",\r\n \"Variety\": \"Lo Mein Dan Dan Noodle Spicy Teriyaki\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 175,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Instant Pancit Canton Chilimansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Phillippines\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 176,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Rosé Buldak Stir-fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 177,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Singapore Black Pepper Crab Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 178,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Da Monica Sabor Tomate Suave\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 179,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"Mi Huong Vi Lau Thai Tom\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 180,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Korean Hot Chicken Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 181,\r\n \"Brand\": \"Predilecta\",\r\n \"Variety\": \"Praja! Lamen Sabor Carne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 182,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 183,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Beef Pho v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 184,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Cream Carbonara Artificial Hot Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 185,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Creamy Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 186,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Mukashi Nagara no Chahan Aji Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 187,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Carbonara Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 188,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Whiite Miso v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 189,\r\n \"Brand\": \"7 Eleven\",\r\n \"Variety\": \"Gold / Myojo Myojo Tomita Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 190,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 191,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Koize! Ippei-chan Karaage Syoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 192,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Quattro Cheese Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 193,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teus-sae Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 194,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Japanese Curry v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 195,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chicken Ramen Shirunashi Donburi Junkissa no Napolitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 196,\r\n \"Brand\": \"7 Eleven\",\r\n \"Variety\": \"Gold / Maruchan Iida Shoten Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 197,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Massaman Curry v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 198,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Yokozuna Tonkotsu Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 199,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldal Jjamppong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 200,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Yuzu Shoyu v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 201,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Hiyashi Chuka Mazesoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 202,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippei-chan Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 203,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Sichuan Chili Edition v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 204,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Osaka Takoyaki Flavour Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 205,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Dan Dan Noodle Dream Team Scallion Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 206,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup 45th Anniversary Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 207,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Original\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 208,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Wasabi Almond Sauce Noodle With Tapioca\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 209,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Extra Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 210,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Dan Dan Noodle With BT21 Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 211,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Breakfast Ramen Noodles In Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 212,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Sabor Carne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 213,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Lovely Hot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 214,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 215,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Hakata Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 216,\r\n \"Brand\": \"Phonomenal\",\r\n \"Variety\": \"Bowl Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 217,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Karaka Spicy Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 218,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Indonesia Rendang / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 219,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Japanese Style Yakisoba Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 220,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Keriting Rasa Ayam Panggang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 221,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Kimchi Big Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 222,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Chunky Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 223,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Singaporean Laksa / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 224,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Malaysian Red Curry / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 225,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Curry Ramen Donburi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 226,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Aji Yoka Tai Tonkotsu Ramen Kumamoto\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 227,\r\n \"Brand\": \"Dongwon\",\r\n \"Variety\": \"Spicy Topokki With Rose Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 228,\r\n \"Brand\": \"Bagu\",\r\n \"Variety\": \"Fresh Hot & Sour Sweet Potato Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 229,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Chili Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 230,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 231,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Cheese Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 232,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"For The Lovely Girls' Original Rapokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 233,\r\n \"Brand\": \"ShanShi\",\r\n \"Variety\": \"Garlic Spicy Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 234,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"For The Lovely Girls' Mac & Cheese Rapokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 235,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Talharim Sabor Frango\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 236,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Vegan Shin Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 237,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Big Bone Noodle Soup Spicy Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 238,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Spicy Cheese Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 239,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sriracha Yakisoba Japanese Style Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 240,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Green Mushroom & Fried Tofu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 241,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Lamen Doce Sabor Chocolate\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 242,\r\n \"Brand\": \"Norita\",\r\n \"Variety\": \"Dan Dan Noodle Meal Kit – Sichuan Style Hot & Spicy Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 243,\r\n \"Brand\": \"Dongwon\",\r\n \"Variety\": \"Rapokki With Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 244,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Universtar Noodle With Galaxy Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 245,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Premium Shin Gold With Chicken Broth\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 246,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Big Bone Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 247,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Habanero Lime Buldak Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 248,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"‘For The Lovely Girls’ Carbonara Rabokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 249,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Universtar Noodle With BT21 Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 250,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Phnom Penh Rice Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 251,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 252,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Alishan Oolong Tea Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 253,\r\n \"Brand\": \"Burung Dara\",\r\n \"Variety\": \"Doroku Bihun Jagung\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 254,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Stirfried Kimchi Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 255,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Deka Uma W Mayo Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 256,\r\n \"Brand\": \"Wellheim\",\r\n \"Variety\": \"Seoul Topokki- Jjajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 257,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Toyama Ken San Shiro Ebi Dashi Shiyou Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 258,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Gorenbg Original 50th Anniversary\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 259,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Aomori Stamina Gen Tare Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 260,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup 1.5 Bai Seafood Flavor Setouchi Lemon Shitate Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 261,\r\n \"Brand\": \"Choi\",\r\n \"Variety\": \"Ramen Noodle Soup Artificial Roasted Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 262,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Jjang Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 263,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Noodle Kit With Sauce Black Pepper\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 35\r\n },\r\n {\r\n \"id\": 264,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Vegan Noodle Tan-Tan Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 265,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Consomme Tomato Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 266,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Hiyashi Stamina Niku Soboro Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 267,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maru Uma Tottori Gyukotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 268,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen Donburi Ebi Dashi Shitate\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 269,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Osaka Kasu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 270,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tabimen Sapporo Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 271,\r\n \"Brand\": \"Tokushima Seifun\",\r\n \"Variety\": \"Kin-Chan Tokushima Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 272,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Tategata Takana Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 273,\r\n \"Brand\": \"Daebak x TNTCO\",\r\n \"Variety\": \"Carolina Reaper Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 274,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 275,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Ikasumi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 276,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 277,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippei-chan Yaten no Yakisoba Ninniku Shoyu Aji\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 278,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Yamaimo Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 279,\r\n \"Brand\": \"GS Retail\",\r\n \"Variety\": \"You US Omori Kimchi Stew Ramyun\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 280,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shigoku no Ippai Koku Kuro Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 281,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokuhin Yuzu Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 282,\r\n \"Brand\": \"King David\",\r\n \"Variety\": \"Non-Fried Instant Noodles Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 283,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Hot & Spicy Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 284,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Boiled Noodle With Bonito Flake\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 285,\r\n \"Brand\": \"King David\",\r\n \"Variety\": \"Non-Fried Instant Noodles Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 286,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Noodle Spicy Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 287,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Saigon Pho Vietnamese Rice Noodles Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 288,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Spaghetti Napolitan\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 289,\r\n \"Brand\": \"Chilkap\",\r\n \"Variety\": \"Perilla Seeds Korean Style Pasta\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 290,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Chongqing Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 291,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Arisoude Nakatta Tenshinmen Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 292,\r\n \"Brand\": \"Nu Rea\",\r\n \"Variety\": \"Red Kimchi Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 293,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Saigon Pho Vietnamese Rice Noodles Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 294,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Hon's Noodle Soup Seasonal Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 295,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Seafood Flavored Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 296,\r\n \"Brand\": \"Thai's Asia\",\r\n \"Variety\": \"Pad Thai Sauce With Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 297,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Peas Fired Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 298,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Buckwheat Chilli Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 299,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Noodle Mild Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 300,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yomise no Yakisoba Mentaiko Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 301,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bibim Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 302,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Stir Fried Noodle With Spicy Soy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 303,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Sauce Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 304,\r\n \"Brand\": \"Guangyou\",\r\n \"Variety\": \"Instant Noodle Sour Hot Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 305,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hao Hao Mi Goreng Shrimp & Onion Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 306,\r\n \"Brand\": \"Ching's Secret\",\r\n \"Variety\": \"Pad Thai Noodle Green Curry\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 307,\r\n \"Brand\": \"Chewy\",\r\n \"Variety\": \"Quick Serve Macaroni Ham Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 308,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Soursop Tea Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 309,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Sesame Teriyaki Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 310,\r\n \"Brand\": \"Jiangxi\",\r\n \"Variety\": \"Nanchang Mixed Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 311,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Maikagura Kanshu Truffle Kaoru Toripaitan\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 312,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokuhin Koidashi Agodashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 313,\r\n \"Brand\": \"Tokushima Seifun\",\r\n \"Variety\": \"Kim-Chan Ramen Cup Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 314,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Crazy Rich Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 315,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Nagoya Taiwan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 316,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Meiten no Aji Tenkaippin Kyoto Noukou Toripaitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 317,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 318,\r\n \"Brand\": \"Oguro Shokuhin\",\r\n \"Variety\": \"AKAGI Niboshi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 319,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nomihosu Ippai Kyoto Seabura Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 320,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Noodle & Soup Only Kohaku Shellfish Dashi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 321,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Hot & Sour Sweet Potato Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 322,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Boiled & Stirred Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 323,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Pre no Shio Stamina Ninniku Shio Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 324,\r\n \"Brand\": \"Gui Lin\",\r\n \"Variety\": \"Fresh Rice Noodles Chili Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 325,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Chicken Flavor Asian Style Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 326,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Kyushu Tonkotsu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 327,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Spicy Mongolian Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 328,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Sichuan Cold Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 329,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Osobaya san no Curry Nanban Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 330,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Sour Pepper Beef Flavored Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 331,\r\n \"Brand\": \"Maggi\",\r\n \"Variety\": \"Pazzta Masala Penne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 332,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Ganso Curry Tantanmen Masatora\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 333,\r\n \"Brand\": \"Knorr\",\r\n \"Variety\": \"Clam Chowder Pasta\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 334,\r\n \"Brand\": \"Maruhan\",\r\n \"Variety\": \"Kitsune Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 335,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Miso Nikomi Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 336,\r\n \"Brand\": \"JayOne\",\r\n \"Variety\": \"Aged & Matured Authentic Kimchi Stew Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 337,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Spicy Kung Pao Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.75\r\n },\r\n {\r\n \"id\": 338,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Jumbo Pack Yellow Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 339,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Veggie Sesame Oil With Ginger\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 340,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba Japanese Style Stir Fry Noodles Sweet & Spicy Habanero Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 341,\r\n \"Brand\": \"A Taste Of Thai\",\r\n \"Variety\": \"Peanut Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 342,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak 2x Spicy Artificial Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 343,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Asahikawa Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 344,\r\n \"Brand\": \"Chewy\",\r\n \"Variety\": \"Quick Serve Macaroni Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 345,\r\n \"Brand\": \"Ya Shu\",\r\n \"Variety\": \"Xi'an Famous Foods Biangbiang Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 346,\r\n \"Brand\": \"Nu Rea\",\r\n \"Variety\": \"Udon Black Original\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 347,\r\n \"Brand\": \"Ya Shu\",\r\n \"Variety\": \"Huaxi Beef Flavored Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 348,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 349,\r\n \"Brand\": \"Surasang\",\r\n \"Variety\": \"Kimchi Janchi Guksu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 350,\r\n \"Brand\": \"Gui Lin\",\r\n \"Variety\": \"Fresh Rice Noodles Dry Mixing Vegetable Brine Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 351,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 352,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Fresh Pasta Cuttlefish In Squid Ink Sauce\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 353,\r\n \"Brand\": \"Li Xiao Mien\",\r\n \"Variety\": \"Er Lu Dou Pi Er\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 354,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Spicy Garlic Noodle Kit With Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 355,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Stir Fried Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 356,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Thai Style Pad Thai Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 357,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Goose Oil With Shallot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 358,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Instant Vermicelli Hot & Sour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 359,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 360,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Soy Sauce & Vinegar Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 361,\r\n \"Brand\": \"Sempio\",\r\n \"Variety\": \"Korean Anchovy Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 362,\r\n \"Brand\": \"Ibumie\",\r\n \"Variety\": \"Penang White CurryMee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 363,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Big Boss – Instant Vermicelli Spicy Hot\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 364,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Korean Style Spicy Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 365,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Curry Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 366,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Hot & Spicy Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 367,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Spicy Kimchi Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 368,\r\n \"Brand\": \"Dragonfly\",\r\n \"Variety\": \"Premium Hot & Sour Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 369,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O Truffle Carbonara Flavour Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 370,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Sesame Paste Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 371,\r\n \"Brand\": \"Sempio\",\r\n \"Variety\": \"Korean Spicy Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 372,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Tom Yum Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 373,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Noodle With Peas And Miscellaneous Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 374,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Vegan Tonkotsu Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 375,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Flaming Hot Miso\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 376,\r\n \"Brand\": \"Ollebadang\",\r\n \"Variety\": \"Jeju Red-Banded Lobster Cup Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 377,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 378,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Mala Spicy Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 379,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Badtz-Maru Mandarin Style With Sesame Boss Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 380,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Garlicky Veggie Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 381,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Big Boss – Instant Vermicelli Spicy And Sesame Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 382,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Japanese Style Shoyu Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 383,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Keroppi Mandarin Style Noodles With Silly Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 384,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Sour Spicy Sweet Potato Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 385,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Hot & Spicy Shrimp Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 386,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Michio Kawamura Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 387,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"My Melody Mandarin Style Noodles With Friendly\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 388,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Kitsune Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 389,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hello Kitty Mandarin Style Dry Noodles With Supercute Soy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 390,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Golden Soup Sour Spicy Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 391,\r\n \"Brand\": \"Knorr\",\r\n \"Variety\": \"Shrimp Spinach Cream Gratin\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 392,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Seafood Flavor Sweet Potato Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 393,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Plant Based Vegan Beef Instant Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 394,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Chow Mein\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 395,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Jiao Ma Guo Ma Fen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 396,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Plant-Based Vegan Chicken Instant Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 397,\r\n \"Brand\": \"Oyatsu\",\r\n \"Variety\": \"Baby Star Crispy Ramen Snack\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 398,\r\n \"Brand\": \"Mingzhu\",\r\n \"Variety\": \"Konjac Spicy & Sour Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 399,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Japanese Teriyaki\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 400,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Chengdu Sweet & Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 401,\r\n \"Brand\": \"Mr. HOO\",\r\n \"Variety\": \"Rice Noodle Soup Pho Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 402,\r\n \"Brand\": \"Naked\",\r\n \"Variety\": \"Thai-Style Coconut & Lemongrass Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 403,\r\n \"Brand\": \"Dian Zun\",\r\n \"Variety\": \"Crossing The Bridge Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 404,\r\n \"Brand\": \"Qinsheng\",\r\n \"Variety\": \"Shaanxi Cold Noodle Sout & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 405,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 406,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 407,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 408,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Magic Noolde Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 409,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Lime & Chili Shrimp Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 410,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Quattro Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 411,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Habanero Lime Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 412,\r\n \"Brand\": \"Sad Super Hot Noodles\",\r\n \"Variety\": \"Spicy & Sour Glass Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 413,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Noodles Chicken Khao Soi Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 414,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Whole Wheat Noodles Black Pepper Pork Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 415,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Dried Jade Noodles Duck Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 416,\r\n \"Brand\": \"Freshramen4all\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 417,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Vegetarian Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 418,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Assari Donbe Umadashi Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 419,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Tsuruhashi Fugetsu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 420,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Ninniku Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 421,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Ninniku Kaoru Shoyu Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 422,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"V.F.O. Katsu Soba Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 423,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Shio Ramen Donburi Rishirikonbu Jitate\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 424,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 425,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Garlic Butter Style Shio Karubi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 426,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"HotNoodle Neo Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 427,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 428,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Gamushara Seabura Shoga Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 429,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Oshima Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 430,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Hakata Mizutaki Style Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 431,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 432,\r\n \"Brand\": \"Thasiam\",\r\n \"Variety\": \"Instant Rice Vermicelli With Spicy Herb Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 433,\r\n \"Brand\": \"Instant Spreads\",\r\n \"Variety\": \"The Original Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 434,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"One Noodle One Soup Spicy Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 435,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Organic Vegan Thai Coconut Big Bowl Of Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 436,\r\n \"Brand\": \"Yuanxian\",\r\n \"Variety\": \"Absolutely Yummy Hotpot Sweet Potato Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 437,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Angry Chapaguri\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 438,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Instant Noodles With Spicy Hot Pot Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 439,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Fiery Korean Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 440,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Pad Thai Meal Kit\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 441,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Korean Spicy Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 442,\r\n \"Brand\": \"Kings Noodle\",\r\n \"Variety\": \"Hot & Sour\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 443,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"DCupebitto Kansyu Toriton Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 444,\r\n \"Brand\": \"Xijiu\",\r\n \"Variety\": \"XO Sauce Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 445,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Udon ‘Spicy Kimchi Jjigae’ Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 446,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Garlic Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 447,\r\n \"Brand\": \"Yopokki\",\r\n \"Variety\": \"Kimchi Rapokki\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 448,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Shiroi Chikara Mochi Udon with Kohaku Mochi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 449,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Hot & Spicy” Flavor With Chili Garlic\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 450,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Red Spicy Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 451,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Beautiful Hot & Sour Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 452,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Taiwanese Fried Sauce Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 453,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Braised Scallion Oil Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 454,\r\n \"Brand\": \"Yamamoto\",\r\n \"Variety\": \"Rich Chinese Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 455,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"One Noodle One Soup Pepper Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 456,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Butter Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 457,\r\n \"Brand\": \"Igarashi Seifun\",\r\n \"Variety\": \"Kitakata Curry Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 458,\r\n \"Brand\": \"Bull Head\",\r\n \"Variety\": \"Dry Noodle Spicy Sichuan Pepper Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 459,\r\n \"Brand\": \"NeoStar\",\r\n \"Variety\": \"Ramen Delight Savory Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 460,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Spicy Duck Blood With Mung Bean Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 461,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodle With Fried Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 462,\r\n \"Brand\": \"Kings Noodle\",\r\n \"Variety\": \"Chongqing Instant Pea Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 463,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tabimen Kyoto Seabura Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 464,\r\n \"Brand\": \"Poco Kitchen\",\r\n \"Variety\": \"Thai Peanut Saute\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 465,\r\n \"Brand\": \"Shoo Long Kan\",\r\n \"Variety\": \"Hot Pot Vermicelli Hot and Sour Rice Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 466,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Sapporo Ramen Shingen Koku Miso Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 467,\r\n \"Brand\": \"Poco Kitchen\",\r\n \"Variety\": \"Pork & Ginger Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 468,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Mala Tantan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 469,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Singapore Noodles Meal Kit\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 470,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Rayu Mayo Soy Sauce Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 471,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Tarako Butter Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 472,\r\n \"Brand\": \"Sad Super Hot Noodles\",\r\n \"Variety\": \"Spicy Glass Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 473,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 474,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 475,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Chicken Vermicelli With Bamboo Shoot\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 476,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 477,\r\n \"Brand\": \"7 Select\",\r\n \"Variety\": \"Cheese & Herbs Pasta Cup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 478,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Chiba Hamaguri Dashi Shio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 479,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Kinemochi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 480,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"KyoUdon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 481,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Maikohan Hi-Hi Kyoko Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 482,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fuji no Miya Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 483,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Ippin Sozai Toyama Shiro Ebi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 484,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Megami Cup Noukou Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 485,\r\n \"Brand\": \"SesaOle\",\r\n \"Variety\": \"Sesanood Say Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 486,\r\n \"Brand\": \"Binh Tay\",\r\n \"Variety\": \"Vegetarian Pho Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 487,\r\n \"Brand\": \"JTM Food\",\r\n \"Variety\": \"XO Sauce Seafood Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 488,\r\n \"Brand\": \"BAMAN\",\r\n \"Variety\": \"Rice Noodles - Hot & Sour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 489,\r\n \"Brand\": \"I'm E\",\r\n \"Variety\": \"Choice For You Spicy Min Saeng Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 490,\r\n \"Brand\": \"Qinsheng\",\r\n \"Variety\": \"Shaanxi Cold Noodle Hot & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 491,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"2x Spicy Salted Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 492,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Style Hot & Sour Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 493,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba U.F.O. Perori Katsuo Dashi Sauce Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 494,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Garlic Cheese Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 495,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kamodashi Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 496,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yonchan Wonton Men Donburi Kaisenjio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 497,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Japanese Teriyaki Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 498,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Soybean Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 499,\r\n \"Brand\": \"MIT\",\r\n \"Variety\": \"Ginger & Sesame Oil Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 500,\r\n \"Brand\": \"7 Select\",\r\n \"Variety\": \"Tomato Basil Pasta Cup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 501,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"HYBRID X Scallop x Chicken NOODLEVOICE Rich Scallop Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 502,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Shoyu Tonkotsu” Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 503,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Style Firecracker\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 504,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"SuperCup Max Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 505,\r\n \"Brand\": \"Prince Karsu\",\r\n \"Variety\": \"Hello Kitty Chicken Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 506,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Nagoya Kishimen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 507,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Garlic Oil Fermented Tofu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 508,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Pork Bone Soup Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 509,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Lanzhou Artificial Beef Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 510,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Braised Artificial Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 511,\r\n \"Brand\": \"Prince Katsu\",\r\n \"Variety\": \"Hello Kitty Spicy Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 512,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Stir-Fried Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 513,\r\n \"Brand\": \"Phonomenal\",\r\n \"Variety\": \"Bowl (Chicken)\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 514,\r\n \"Brand\": \"Pot Noodle\",\r\n \"Variety\": \"Lost The Pot Noodle Roast Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 515,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Chili Tomato” Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 516,\r\n \"Brand\": \"Freshramen4all.com\",\r\n \"Variety\": \"Curry Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 517,\r\n \"Brand\": \"Freshramen4all.com\",\r\n \"Variety\": \"Nagoya Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 518,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Fish Head Curry Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 519,\r\n \"Brand\": \"Soupply\",\r\n \"Variety\": \"Chicken Pho Bowl With Real Meat & Collagen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 520,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Instant Lunch Select Hot & Spicy Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 521,\r\n \"Brand\": \"Soupply\",\r\n \"Variety\": \"Filet & Brisket Pho Bowl With Real Meat & Collagen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 522,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Cheese Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 523,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 524,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Chicken Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 525,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Hokkaido Style Seafood” with Shrimp & Scallop Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 526,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Vegan Sichuan Pepper Sesame\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 527,\r\n \"Brand\": \"GreeNoodle\",\r\n \"Variety\": \"Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 528,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"HODL Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 529,\r\n \"Brand\": \"Sesaole\",\r\n \"Variety\": \"Sesanood Sesariginal\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 530,\r\n \"Brand\": \"MIT\",\r\n \"Variety\": \"Shallot Sauce Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 531,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tonkotsu Ramen Japanese Style Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 532,\r\n \"Brand\": \"Binh Tay\",\r\n \"Variety\": \"Mi Kiwi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 533,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Scallion Chicken Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 534,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Tom Yum Shrimp Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 535,\r\n \"Brand\": \"Nan Chuan Dao Sheng\",\r\n \"Variety\": \"Wuhan Sesame Hot Sauce Konjac Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 536,\r\n \"Brand\": \"Naked\",\r\n \"Variety\": \"Chinese Style Orange Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 537,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Salt & Seafood Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 538,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Hae Bee Hiam Dried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 539,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Spicy Beef Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 540,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hello Kitty Kawaii Tonkotsu Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 541,\r\n \"Brand\": \"Hi Lai Foods\",\r\n \"Variety\": \"Lai Noodle Vegan Sesame Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 542,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Menya Itto Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 543,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bubuka Style Aburasoba 5th Level Spicy\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 544,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Black Pepper Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 545,\r\n \"Brand\": \"Dara/Ciptarasa\",\r\n \"Variety\": \"Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 546,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Original\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 547,\r\n \"Brand\": \"Dara/Ciptarasa\",\r\n \"Variety\": \"Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 548,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Hot & Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 549,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Tonkotsu Ramen With Kuromayu Black Garlic Oil\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 550,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan White Miso v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 551,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nomihosu Ippai Miso Butter Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 552,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Cold Ramen - Soy Sauce Vinaigrette\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 553,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup - Extra Spicy\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 554,\r\n \"Brand\": \"Artisan\",\r\n \"Variety\": \"Instant Noodles Artificial Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 555,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chow Mein Teiyaki Chicken Chow Mein Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 556,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 557,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Awase Miso\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 558,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Super Gattai Original Cup Noodle & Shio\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 559,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Black Garlic Chicken Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 560,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Wakame Soba Aojiso Dressing Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 561,\r\n \"Brand\": \"Mr. HOO\",\r\n \"Variety\": \"Rice Noodle Soup Spicy Shrimp Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 562,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 563,\r\n \"Brand\": \"Namchang\",\r\n \"Variety\": \"Rice Noodles Classic Flavor\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 564,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Donburi Kumamoto Ma-Yu Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 565,\r\n \"Brand\": \"Seven&I\",\r\n \"Variety\": \"Premium/Myojo Ryu Shanghai Spicy Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 566,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fukuoka Hen Hakata Yaki Ramen\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 567,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shigoku No Ippai Koku Koebi Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 568,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Rice Vermicelli Chicken & Abalone Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 569,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Small Soy Sauce Nyumen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 570,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Artificial Peppered Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 571,\r\n \"Brand\": \"Sokensha\",\r\n \"Variety\": \"Germinated Brown Rice Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 572,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Cup Nyumen Japanese Style Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 573,\r\n \"Brand\": \"Igarashi Seifun\",\r\n \"Variety\": \"Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 574,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Thai Yellow Curry Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 575,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Tori Paitan Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 576,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Tonkotsu Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 577,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Baby Star Pirikara Chicken Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 578,\r\n \"Brand\": \"iNoodle\",\r\n \"Variety\": \"Flat Noodle Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 579,\r\n \"Brand\": \"Artisan\",\r\n \"Variety\": \"Chongqing Style Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 580,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Curry Seafood Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 581,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kuroi Buta Curry Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 582,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Rabokki Ganjang Stir Fried Noodles With Korean Style Teriyaki Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 583,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Smoky Garlic Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 584,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Noodle With Scallion Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 585,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Aji Yokatai Kagoshima Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 586,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Chili Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 587,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Tokyo Abura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 588,\r\n \"Brand\": \"A1\",\r\n \"Variety\": \"Mi Kari Laksa Curry Laksa Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 589,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen - Spicy Sesame\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 590,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Miso Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 591,\r\n \"Brand\": \"J-Basket\",\r\n \"Variety\": \"Japanese Style Noodle Soup Curry Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 592,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Mamak Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 593,\r\n \"Brand\": \"Ishimaru\",\r\n \"Variety\": \"Kagoshima Kibinago & Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 594,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nohara Hiroshi Addictive Bean Sprout Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 595,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Garlic Black Pepper Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 596,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Hell Curry Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 597,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yuzu Flavor Maru Uma Somen Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 598,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Pot Burn Noodles Taiwanese Minced Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 599,\r\n \"Brand\": \"Schylling\",\r\n \"Variety\": \"Ramen Noodlies\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 600,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Korean Spicy Chicken Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 601,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Chicken Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 602,\r\n \"Brand\": \"Kailo Brand\",\r\n \"Variety\": \"Instant Noodles Chicken Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 603,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Noodle - Aomori Stamina Sauce With Garlic & Sweet Soy Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 604,\r\n \"Brand\": \"Little Q\",\r\n \"Variety\": \"True Love Spicy Beef Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 605,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Tom Yum Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 606,\r\n \"Brand\": \"Yamamoto\",\r\n \"Variety\": \"Gomoku Yasai Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 607,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan White Miso v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 608,\r\n \"Brand\": \"Lucky Me!\",\r\n \"Variety\": \"Chickn Mami (Export)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 609,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Niku Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 610,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Fly By Jing Sichuan Chili Edition v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 611,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Minimaru Somen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 612,\r\n \"Brand\": \"Ichiran\",\r\n \"Variety\": \"Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 613,\r\n \"Brand\": \"Little Q\",\r\n \"Variety\": \"First Love Beef Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 614,\r\n \"Brand\": \"JAL\",\r\n \"Variety\": \"Selection Chanpon de Sky\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 615,\r\n \"Brand\": \"Mr. Lee's\",\r\n \"Variety\": \"Congee - Chicken Congee Rice Porridge\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 616,\r\n \"Brand\": \"Mr. Lee's\",\r\n \"Variety\": \"Congee - Original Congee Rice Porridge\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 617,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Peanut Chili Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 618,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Instant Lunch Select Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 619,\r\n \"Brand\": \"GB Company\",\r\n \"Variety\": \"Devil Of Fire Buldak\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 620,\r\n \"Brand\": \"Yeomradaewang\",\r\n \"Variety\": \"Spiciest Ramen In The World\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 621,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tokyo Charumera Abura Soba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 622,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchichi Chicken Salty Lemon Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 623,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Green Tea Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 624,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle BIG Fried Chicken & Lemon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 625,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Nagasaki Champon - Creamy Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 626,\r\n \"Brand\": \"Nishiyama Seimen\",\r\n \"Variety\": \"Shoyu Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 627,\r\n \"Brand\": \"Nishiyama Seimen\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 628,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Night Market Chow Mein - Soy Sauce Flavor\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 629,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba - Original Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 630,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Grilled Ribeye Beef v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 631,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Umaoshi Nagasaki Champon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 632,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba Light Bonito Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 633,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup - Lobster\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 634,\r\n \"Brand\": \"Assi\",\r\n \"Variety\": \"Hot & Spicy Rice Noodle Soup Bowl\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 635,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 636,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Shio Ramen With Lemon & Olive Oil\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 637,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba Savoru Miso Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 638,\r\n \"Brand\": \"Lingzhu\",\r\n \"Variety\": \"Hot & spicy Konjac Liangpi\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 639,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Artificial Chicken & Pork Flavor Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 640,\r\n \"Brand\": \"Yopokki\",\r\n \"Variety\": \"Cheese Rapokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 641,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Selection Korean Spicy Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 642,\r\n \"Brand\": \"iNoodle\",\r\n \"Variety\": \"Udon Cooked Noodles House Special Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 643,\r\n \"Brand\": \"Muso\",\r\n \"Variety\": \"Organic Ramen Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 644,\r\n \"Brand\": \"Delling\",\r\n \"Variety\": \"Korean Style Yukgaejang Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 645,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 646,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen Miso Tonkotsu Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 647,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 648,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Secret Spicy Miso\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 649,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Pumpkin Spice Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 650,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Extra Extra Extra Extra Extra Extra Large Portion Yakisoba Petamax\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 651,\r\n \"Brand\": \"Thai Town\",\r\n \"Variety\": \"Tom Yum Flavor Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 652,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Tonkotsu Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 653,\r\n \"Brand\": \"Fashion Food\",\r\n \"Variety\": \"Tom Yum Shrimp Flavour Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 654,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles 5 Spices Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 655,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Snack Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 656,\r\n \"Brand\": \"Baman\",\r\n \"Variety\": \"Sour Doujiao Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 657,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Crab Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 658,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Duck Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 659,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Kimchi HOT Chicken Flavored Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 660,\r\n \"Brand\": \"Sichuan Guangyou\",\r\n \"Variety\": \"Chongqing Instant Noodle Artificial Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 661,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Noodles Vegetable Flavored\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 662,\r\n \"Brand\": \"Uncle Fun\",\r\n \"Variety\": \"Hai Nan Fen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 663,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Shisen Style Spicy Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 664,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Creamy Tom Yum Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 665,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Cheese Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 666,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Kim Chee Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 667,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Vegetarian Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 668,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Daging Cendawan Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 669,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Creamy Tom Yum Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 670,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen XO Sauce Seafood Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 671,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Soupless Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 672,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Tom Yum Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 673,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Chinese Style Dan Dan Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 674,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Huy Fond Sriracha Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 675,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood Vegetable Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 676,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Riken Wakame Soup Flavored Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 677,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Artificial Tonkotsu Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 678,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Wonton Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 679,\r\n \"Brand\": \"Yamasa\",\r\n \"Variety\": \"Artisanal Tonkotsu Broth\",\r\n \"Style\": \"Bottle\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 680,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Koi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 681,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Rich Salty Butter Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 682,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Hakodate Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 683,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Namja (Men's Ramyun)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 684,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Selection Just Noodles & Soup Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 685,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Umakara Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 686,\r\n \"Brand\": \"Vida Food Group\",\r\n \"Variety\": \"Pozole Chicken Flavor Instant Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 687,\r\n \"Brand\": \"Vida Food Group\",\r\n \"Variety\": \"Menudo Beef Flavour Instant Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 688,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Akai Tanuki Tempura Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 689,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Chow Mein Noodles Sichuan Style Shredded Prok Artificial Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 690,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yotsuba Rich Black Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 691,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Red-Braised Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 692,\r\n \"Brand\": \"Souper\",\r\n \"Variety\": \"Chow Mein With Soup Stock\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 693,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pickles Buta Kimchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 694,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Teriyaki Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 695,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 696,\r\n \"Brand\": \"Shinsegae Mamee\",\r\n \"Variety\": \"Daebak Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 697,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Waraa Kagoshima Pork Shabu-Shabu Taste Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 698,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Duck Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 699,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Josui Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 700,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchi Cchi Hello Kitty Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 701,\r\n \"Brand\": \"Liitle Couples\",\r\n \"Variety\": \"Fish Head Casserole\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 702,\r\n \"Brand\": \"Yamasa\",\r\n \"Variety\": \"Artisanal Ramen Broth - Miso / Jongga Ramen Sari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 703,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Roasted Duck w/Sweet Onion Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 704,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Simple Taste Somen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 705,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Flavor Ramen Noodle Soup 50th Anniversary Edition\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 706,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Chicken Rice Flavor Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 707,\r\n \"Brand\": \"Sunaoshi\",\r\n \"Variety\": \"Small Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 708,\r\n \"Brand\": \"Nakaki Food\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 709,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Rich Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 710,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bubuka Abura Soba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 711,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Asian Style Sesame Teriyaki Noodle With Miso & Garlic\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 712,\r\n \"Brand\": \"Meet Mee\",\r\n \"Variety\": \"Malaysia Chili Pan Mee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 713,\r\n \"Brand\": \"Xiao Long Kan\",\r\n \"Variety\": \"Jintong Sour & Hot Pumpkin Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 714,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Wakayama Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 715,\r\n \"Brand\": \"Yi Lai Shuen\",\r\n \"Variety\": \"Kinmen Thin Noodles - Sesame Oil Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 716,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen / Garlic / Kewpie Mayonnaise / Egg\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 717,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Japanese Tarako Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 718,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Chongqing Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 719,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Umakara Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 720,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Shrimp Wonton Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 721,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 722,\r\n \"Brand\": \"Mo Xiao Xian\",\r\n \"Variety\": \"Luosifer Instant Rice Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 723,\r\n \"Brand\": \"Assi\",\r\n \"Variety\": \"Fresh Jjajang Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 724,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Kari Lontong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 725,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Mie Goreng Indonesia\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 726,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Scallop & Hua Diao Wine Chicken Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 727,\r\n \"Brand\": \"Trident\",\r\n \"Variety\": \"Protein Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 728,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 729,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Spicy Artificial Pork Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 730,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Butter Tarako Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 731,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Chige Spicy Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 732,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Tempura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 733,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Ginza Curry Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 734,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Megami Seafood Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 735,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Original Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 736,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mochi-Mugu Yuzukosho Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 737,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 738,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Soba Peking Duck\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 739,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Cup Noodles Mi Goreng Barbeque Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 740,\r\n \"Brand\": \"Super Bihun\",\r\n \"Variety\": \"Instan Goreng Instant Fried Rice Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 741,\r\n \"Brand\": \"Shoo Loong Kan\",\r\n \"Variety\": \"Mianyang Instant Rice Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 742,\r\n \"Brand\": \"Fenweixiang\",\r\n \"Variety\": \"Hengyang Fish Instant Rice Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 743,\r\n \"Brand\": \"Fairy Bridge\",\r\n \"Variety\": \"Huo Guo Gu Maocai Instant Hot Pot Noodles Chuanchuanxiang Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 744,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Chengdu Sweet Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 745,\r\n \"Brand\": \"Maggi\",\r\n \"Variety\": \"Masala Cuppa Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"India\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 746,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Sesame Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 747,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Black Garlic Oil Tonkotsu Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 748,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Fiery Chatpata Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 749,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Nagahama Yatai Ramen Mild Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 750,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Artificial Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 751,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Akasaki Eirin Sura Tanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 752,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kuze Fuku Shoten Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 753,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Kyoto Seabura Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 754,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Niku Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 755,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Artificial Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 756,\r\n \"Brand\": \"Niudafang\",\r\n \"Variety\": \"Lanzhou Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 757,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Wonton Soup Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 758,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Yakisoba White\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 759,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Mode Gakuen Friday Garlic Tonkotsu Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 760,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Toyama Shiraebi Shio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 761,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Selection Korean Spicy Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 762,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Dhanak Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 763,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Instant Bihon Guisado\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 764,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Daozai Mian Instant Sour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 765,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles Sesame Chili Sauce Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 766,\r\n \"Brand\": \"Han\",\r\n \"Variety\": \"Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Russian Federation\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 767,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Chicken Soup Flavour Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 768,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Dan Dan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 769,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Picante Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 770,\r\n \"Brand\": \"Kou Da Xiang\",\r\n \"Variety\": \"Hot & Spicy Mixed Instant Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 771,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"ChapaGuri Jjajang Noodle With Spicy Seafood Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 772,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles Chongqing Spicy Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 773,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Tonkotsu Flavor Hakata Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 774,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles With Stewed Beef Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 775,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 776,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Roasted Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 777,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Pork Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 778,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 779,\r\n \"Brand\": \"Being Blue\",\r\n \"Variety\": \"Souper Bowl Noodle Pho Rice Noodle Seafood\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 780,\r\n \"Brand\": \"Guangyou\",\r\n \"Variety\": \"Artificial Clam Flavored Instant Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 781,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Kagoshima Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 782,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Roast Artificial Beef\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 783,\r\n \"Brand\": \"Sanyang\",\r\n \"Variety\": \"Yishi Classic Guilin Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 784,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Teriyaki Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 785,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Quick Chicken Pizza Flavored Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 786,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Mian Yang Rice Noodle Artificial Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 787,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Prawn Soup La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 788,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Jumbo Instant Noodles With Flamed Beef Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 789,\r\n \"Brand\": \"Super God\",\r\n \"Variety\": \"God Noodles Sichuan Spicy & Scallion Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 790,\r\n \"Brand\": \"Morre\",\r\n \"Variety\": \"Instant Noodles Chicken Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 791,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 792,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Instant Noodles Vegetable Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 793,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 794,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Kaisen Seafood\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 795,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 796,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"NonCup Kitsune Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 797,\r\n \"Brand\": \"Muso\",\r\n \"Variety\": \"Organic Ramen Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 798,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kuroi Buta Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 799,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Thai Lemongrass Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 800,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Spiced Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 801,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Black With Beef Bone Broth\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 802,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Noodles Special Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 803,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Molten Chili Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 804,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 805,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 806,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Red Tom Yum Goong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 807,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Scorchin' Sesame Shrimp\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 808,\r\n \"Brand\": \"Fujiwara\",\r\n \"Variety\": \"Kani Nochikara Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 809,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Ginger Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 810,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Creamy Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 811,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchichi Shio Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 812,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Beijing Jjambbong Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 813,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Sizzlin' Rich Pork\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 814,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Kitakata Ramen Spicy Umakara\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 815,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Spicy Shrimp Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 816,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Hakata Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 817,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Hot & Spicy Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 818,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Sesame Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 819,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Hong Kong Style Chow Mein\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 820,\r\n \"Brand\": \"WhatIf? Foods\",\r\n \"Variety\": \"Miringa Noodle With Sesame Garlic Seasoning\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 821,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Sweet Chili Togarashi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 822,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Vietnamese Beef Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 823,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir-Fry Hot Garlic Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 824,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Red Oil Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 825,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 826,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Soy Sauce Shrimps\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 827,\r\n \"Brand\": \"Single High\",\r\n \"Variety\": \"Spicy Bean Vermicelli With Oden\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 828,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Luosi Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 829,\r\n \"Brand\": \"WhatIf? Foods\",\r\n \"Variety\": \"Bamnut Noodles With Sweet Hot Seasoning\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 830,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamon Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 831,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Hot & Sour Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 832,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tofu Ramen Chicken Shio Soymilk\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 833,\r\n \"Brand\": \"Morre\",\r\n \"Variety\": \"Instant Noodle Chatt Patta\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 834,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Vietnamese Vegetable Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 835,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 836,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Noncup Noodle Soba With Green Onion\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 837,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Healthy Wazen Mochi Wheat Men Katsu & Kombu Dashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 838,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Oriental Beef Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 839,\r\n \"Brand\": \"Du Du\",\r\n \"Variety\": \"Non-Fried Instant Rice Noodles - Shrimp Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 840,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 841,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Chicken Green Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 842,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Pad Thai\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 843,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Creamy Tom Yum Shrimp\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 844,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wa Dining Seino - Rich Wakayama Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 845,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yomise No Yakisoba - Tartar Sauce Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 846,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Wa Ra - Mie Ise-ebi Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 847,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Tom Yum Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 848,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Hot & Sour Tanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 849,\r\n \"Brand\": \"Jub Jub\",\r\n \"Variety\": \"Thai Rice Noodle Soup - Original Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 850,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Hot Chili Spicy Roasted Sesame Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 851,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"X-Press Noodles Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 852,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Beef Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 853,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Ywllow Curry Thai Cooking Set\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 854,\r\n \"Brand\": \"Du Du\",\r\n \"Variety\": \"Non-Fried Instant Rice Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 855,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Chicken Red Curry Flavour Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 856,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 857,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Artificial Tonkotsu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 858,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Prawn Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 859,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Cheese Jalapeno Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 860,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy River Snail Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 861,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chili Lime Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 862,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"K*Army Stew\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 863,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki's Father Pork Bone Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 864,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"LaoTao Beef & Tendon Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 865,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 866,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Vegetarian Spicy Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 867,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Togarashi Men Umakara Tomato & Cheese\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 868,\r\n \"Brand\": \"Helper\",\r\n \"Variety\": \"Mac & Cheese Bold Cheesy Pizza\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 869,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Scallion & Sichuan Pepper\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 870,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Braised Beef Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 871,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 872,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"X-Press Noodles Masala Delight\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 873,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Mac & Tomato Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 874,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Vegetable Witrh Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 875,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Pickled Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 876,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Instant Noodles Wuhan Hot Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 877,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Spicy Miso Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 878,\r\n \"Brand\": \"Nora Kitchen\",\r\n \"Variety\": \"Chicken Sotanghon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 879,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Yuzu Shio Yuzu Flavor Mellow Salt Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 880,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Pepper Sesame Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 881,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 882,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Quick Instant Noodles Chicken Curry Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 883,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Miso Tofu Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 884,\r\n \"Brand\": \"Kim & Kim\",\r\n \"Variety\": \"Easy Pho Rice Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 885,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Toona Sauce With Sichuan Pepper\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 886,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soon Chili Tomato Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 887,\r\n \"Brand\": \"House Of Delicious Taste\",\r\n \"Variety\": \"Hot & Sour Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 888,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Mi Segera Perisa Kari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 889,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Original Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 890,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hakka Noodle Original Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 891,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang White Curry Noodle (New Formulation)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 892,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Cold Udon Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 893,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Crisp Shallot Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 894,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Miso Tonkotsu Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 895,\r\n \"Brand\": \"Liangshi Nara\",\r\n \"Variety\": \"Japanese Noodle Salted Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 896,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soon Kimchi Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 897,\r\n \"Brand\": \"LonoLife\",\r\n \"Variety\": \"Chicken Bone Broth Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 898,\r\n \"Brand\": \"LonoLife\",\r\n \"Variety\": \"Beef Bone Broth Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 899,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Oil Dandan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 900,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Asian Style Instant Noodles With Crab Paste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 901,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 902,\r\n \"Brand\": \"Pamana\",\r\n \"Variety\": \"Instant Chicken Sotanghon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 903,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 904,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Sesame Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 905,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruyoshi Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 906,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Noodle Artificial Mushroom Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 907,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Kakitama Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 908,\r\n \"Brand\": \"O'Taste\",\r\n \"Variety\": \"Habanero Ttteokbokki With Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 909,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 910,\r\n \"Brand\": \"Tasty.ly\",\r\n \"Variety\": \"Quick Pasta Cheezy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 911,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Hot & Sour Lava Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 912,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Black Pork Curry Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 913,\r\n \"Brand\": \"Pamana\",\r\n \"Variety\": \"Instant La Paz Batchoy\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 914,\r\n \"Brand\": \"Chillies Brand\",\r\n \"Variety\": \"Hae Bee Hiam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 915,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Flamin' Hot\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 916,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Hakata Mentaiko Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 917,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Pirikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 918,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen Seafood Tonkotsu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 919,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Cheesy Japaneno\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 920,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Instant Seafood Porridge\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 921,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Gan Jajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 922,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Extra Spicy Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 923,\r\n \"Brand\": \"TTL\",\r\n \"Variety\": \"Table Wine Carved Chicken Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 924,\r\n \"Brand\": \"Dream Kitchen\",\r\n \"Variety\": \"Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 925,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Fresh Tomato Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 926,\r\n \"Brand\": \"Liangshi Nara\",\r\n \"Variety\": \"Japanese Noodle Salted Egg Crab Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 927,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 928,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Onion Flavor Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 929,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Katsuo Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 930,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Mi Segera Perisa Kari Xtra Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 931,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Dandan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 932,\r\n \"Brand\": \"Kay's\",\r\n \"Variety\": \"Instant Macaroni Chicken Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 933,\r\n \"Brand\": \"Soup De Pasta\",\r\n \"Variety\": \"Tarako Roe Cream Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 934,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Spicy Sichuan Pepper Instant Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 935,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Bukkake Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 936,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Akikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 937,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Spicy Fried Noodle MeeKuali Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 938,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Japanese Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 939,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Hiyashi Chuka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 940,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Barbecue Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 941,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hakka Noodle Chilli Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 942,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 943,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Seafood Sara Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 944,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Chongqing Spicy & Sour Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 945,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Seafood Flavour Sichuan Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 946,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Noodle - Original Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 947,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 948,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Big Boss Broad Noodle Chili Oil Flavor (Sour & Hot)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 949,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Masala Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 950,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Miyashi Chuka Cold Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 951,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanukioyaji Super Spicy Mazemen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 952,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Michio Kawamura Nature Ramen Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 953,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mochichi Wonton Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 954,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Yakosoba XL Chajang (Bean Sauce) Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 955,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Spicy Baby Clam Flavor Cup Instant Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 956,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Hot Korean Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 957,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Coconut Chicken Curry Rice Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 958,\r\n \"Brand\": \"Tokyo Ramen\",\r\n \"Variety\": \"Shoyu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 959,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Karaage Ginger Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 960,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 961,\r\n \"Brand\": \"Being Blue\",\r\n \"Variety\": \"Souper Bowl Noodle Pho Rice Noodle Mild\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 962,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sekai no Yamachan Phantom Chicken Wings Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 963,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Beef With Sauerkraut\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 964,\r\n \"Brand\": \"Tasty ly\",\r\n \"Variety\": \"Quick Pasta Creamy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 965,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Creamy Chicken Gumbo\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 966,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Mi Instant Rasa Vegetarian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 967,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Red Super Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 968,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Challenge\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 969,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Daimori Osaka Kasoudon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 970,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Pepper Sesame\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 971,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Red Oil Sesame Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 972,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Fragrant In Original Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 973,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Sesame Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 974,\r\n \"Brand\": \"Kiseki Foods\",\r\n \"Variety\": \"Kiseki Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 975,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Chicken Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 976,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 977,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Beef Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 978,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jinjja Jjolmyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 979,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Instant Noodle King\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 980,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Chajang Noodles With Black Bean Sauce\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 981,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Louisiana Hot & Spicy Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 982,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Shoyu Hiyashi Chuka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 983,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Karaage Garlic Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 984,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Rabokki Gochujang Stir Fried Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 985,\r\n \"Brand\": \"Love To Share\",\r\n \"Variety\": \"Xiangnian Scallion Oil Mixed Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 986,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Spicy Beef Tripe Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 987,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Tomato Pasta\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 988,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Signature Cup Instant Rice Noodles Crab Curry Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 989,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tamen Vegetarian Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 990,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Seafood Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 991,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Garlic Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 992,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Shio Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 993,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tamago Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.75\r\n },\r\n {\r\n \"id\": 994,\r\n \"Brand\": \"Tasty.ly\",\r\n \"Variety\": \"Cup Pasta Carbonara\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 995,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Chicken Paitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 996,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Beef Prime Rib Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 997,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Hong Kong Street-Style Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 998,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Original\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 999,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Yakisoba Ma Jiang\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1000,\r\n \"Brand\": \"Miliket\",\r\n \"Variety\": \"Pho Huong Vi Ga\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1001,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Wei Lih Men Ma Jiang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1002,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Pork Bone Soup Flavor Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1003,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1004,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Soybean Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1005,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Mushroom Flavour Sichuan Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1006,\r\n \"Brand\": \"Love To Share\",\r\n \"Variety\": \"Xiangnian Daoxiao Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1007,\r\n \"Brand\": \"Hi-Lai Foods\",\r\n \"Variety\": \"Lai Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1008,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"3X Spicy Buldak HOT Fried Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1009,\r\n \"Brand\": \"GB Company\",\r\n \"Variety\": \"The Devil Of Fire Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1010,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Fujicco Pure Tororo Konbu Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1011,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yokosuka Navy Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1012,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1013,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Rasa Kaldu Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1014,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Yibin Burning Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1015,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Instant Noodle King Lobster Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1016,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"E-Fu Noodle Abalone Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1017,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Sichuan Hot Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1018,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Mac & Cheese Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1019,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1020,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Teriyaki Udon - Original\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1021,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1022,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Sesame Wakame Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1023,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Trolley Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1024,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"QQ Vermicelli Abalone Chicken Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1025,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Xtra Pedas\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1026,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1027,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Spicy Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1028,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Classic Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1029,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1030,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Crawfish Flavored Stir Fried Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1031,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wantan Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1032,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Ho Fan Abalone Chicken Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1033,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Fiery Chilli Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1034,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Non-Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1035,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Beef Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1036,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Shrimp Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1037,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Black Pepper Crab Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1038,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Instant Noodles Aftificial Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1039,\r\n \"Brand\": \"Thien Huong Food\",\r\n \"Variety\": \"Lemon Chicken Flavor Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1040,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Spicy Shrimp Flavor Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1041,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Pho Bo Artificial Beef Flavor Rice Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1042,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Selera Pedas Spicy Stir Fry Cheese Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1043,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Mi Goreng Mi Instan Cup Stir Fry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1044,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Selera Pedas Spicy Stir Fry Beef Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1045,\r\n \"Brand\": \"Mamee Shinsegae\",\r\n \"Variety\": \"Habanero Kimchi Jjigae Instant Noodles Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1046,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Udon Soy Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1047,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Korean Style Spicy Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1048,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Green Sichuan Pepper Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1049,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Trolley Noodle Wonton Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1050,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1051,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Bukkake Mentai Cream Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1052,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Fried Noodle Chili Sauce Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1053,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Tokyo Style Soup-less Ramen Rich Soysause\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1054,\r\n \"Brand\": \"Lemonilo\",\r\n \"Variety\": \"Naked Ramen Chicken Chow Mein\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1055,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shio Wantan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1056,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Kizami Age Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1057,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Soup Curry Taste Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1058,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Spicy Beef Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1059,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Kongguksu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1060,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Oriental Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1061,\r\n \"Brand\": \"Kormosa\",\r\n \"Variety\": \"Kiss My Food Vegetable Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1062,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Shoyu Seafood Vegetables Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1063,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Hot & Sour Flavour Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1064,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Taiwanese Style Sliced Noodle Pepper & Sesame Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1065,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1066,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Ho Fan Pork Ribs Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1067,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Nonf-Fried Abalone Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1068,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"E-Fu Noodle Curry Lobster Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1069,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Pork Bone Flavour Sichuan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1070,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Trolley Noodle Beef Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1071,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Taiwanese Style Sliced Noodle Shallot Oil Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1072,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"QQ Vermicelli Pork & Pickled Mustard Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1073,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Xiao Qiao Rice Vermicelli Hot & Sour Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 1074,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Noodle - XO Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1075,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Dried Mix Rice Vermicelli XO Sauce Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1076,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Trolley Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1077,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Ho Fan\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1078,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1079,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Chicken Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1080,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Berapi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1081,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pikachu Pokemon Soy Sauce Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1082,\r\n \"Brand\": \"Sokensha\",\r\n \"Variety\": \"Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1083,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Miso Rice Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1084,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Criolla\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1085,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster Ghost Pepper Snek Mi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1086,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Berapi\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1087,\r\n \"Brand\": \"Ao Ba Ba\",\r\n \"Variety\": \"Chicken Oatmeal\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1088,\r\n \"Brand\": \"Nakaki Foods\",\r\n \"Variety\": \"Salt Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1089,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"mi ABC Mi Instant Shrimp\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1090,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Shokuhin Big Sauce Yakisoba With Mayonnaise\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1091,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Vegetable Paitan Tanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1092,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Sichuan Spicy Duck Blood Bean Vermicelli\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1093,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Rich Soy Sauce Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1094,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Sichuan Chili Crisp PROTOTYPE\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1095,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1096,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Kagoshima Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1097,\r\n \"Brand\": \"Kormosa\",\r\n \"Variety\": \"Kiss My Food Shrimp Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1098,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Sabor Galinha Caipira\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1099,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Mini Non-Cup Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1100,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Tomato Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1101,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Pepper Crab Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1102,\r\n \"Brand\": \"Micoem\",\r\n \"Variety\": \"Cung Dinh Kool Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 1103,\r\n \"Brand\": \"Boys & Girls\",\r\n \"Variety\": \"Steam Noodle Spicy Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1104,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Yokohama Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1105,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Double Wasabi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1106,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Instant Oriental Noodles Soup - Chinese Herb - Angelica Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1107,\r\n \"Brand\": \"Nissin-Miojo\",\r\n \"Variety\": \"Lamen Sabor Costela\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1108,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Keika Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1109,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Chikara Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1110,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Tonkotsu Ramen Premium Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1111,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soo Air-Dried Noodles With Beef Flavor & Seaweed\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1112,\r\n \"Brand\": \"Gu Sister\",\r\n \"Variety\": \"Clam Flavor Bean Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1113,\r\n \"Brand\": \"Boys & Girls\",\r\n \"Variety\": \"Steam Noodle Tomato & Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1114,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Karamuro Style Black Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1115,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Instant Hot & Sour Flavor Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1116,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Braised Chicken Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1117,\r\n \"Brand\": \"Mr. Meng\",\r\n \"Variety\": \"Tomato Egg Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1118,\r\n \"Brand\": \"Pangdama\",\r\n \"Variety\": \"Slightly Spicy Beef Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1119,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Oshima x Tanaka Shoten Miso Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1120,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1121,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Dry Noodle Sesame Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1122,\r\n \"Brand\": \"A1\",\r\n \"Variety\": \"Abalone Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1123,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Sesame Tan Tan Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1124,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Koku Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1125,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Dah Wei Wang Instant Noodles Artificial House Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1126,\r\n \"Brand\": \"Doshirak\",\r\n \"Variety\": \"Mild Flavor Chicken Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Russian Federation\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1127,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Dining Champon Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1128,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Jjol Bibimmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1129,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Kimchi Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1130,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Cup Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1131,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Original Soy Sauce Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1132,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak 2x Spicy HOT Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1133,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Coconut Chicken Laksa\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1134,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Warrior Fighting Shrimp\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1135,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Tai Chi Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1136,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Dragon Fire Vegetables\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1137,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Hong Kong Street Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1138,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Zen Garden Vegetables\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1139,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Spicy Yuzu Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1140,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sundobu Karakuchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1141,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Red Tom Yum Goong Rice Vermicelli Soup (2019 Recipe)\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1142,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Lime Lobster Flavor King Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1143,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Pollo Con Soja\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1144,\r\n \"Brand\": \"Fujiwara\",\r\n \"Variety\": \"Shijimi 70KO Chikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1145,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Five Spiced Duck Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1146,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Sriracha Lobster Flavor King Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1147,\r\n \"Brand\": \"Kenmin\",\r\n \"Variety\": \"Shisen Shirunashi Tantanmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1148,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Sichuan Inspired Ramen \\\"Spicy Sesame\\\"\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1149,\r\n \"Brand\": \"Nhu\",\r\n \"Variety\": \"Vietnamese Pho Instant Rice Noodles Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1150,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Salted Beef With Mushrooms Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1151,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hello Kitty 45th Anniversary Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1152,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Atyificial Mushroom Chicken Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1153,\r\n \"Brand\": \"Lemonilo\",\r\n \"Variety\": \"Naked Ramen Chicken Curry Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1154,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1155,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Rice Vermicelli\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1156,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Chongqing Style\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1157,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Sansai Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1158,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1159,\r\n \"Brand\": \"Taihodien\",\r\n \"Variety\": \"Spicy Sesame Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1160,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Instant Clam Flavor Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1161,\r\n \"Brand\": \"Mr. Min\",\r\n \"Variety\": \"Original Korean Ramen Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1162,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Hot Mala Tofu Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1163,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Spicy Prawn Soup Noodle (2019 Edition)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1164,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momoya Kimchi No Moto Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1165,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Spicy Cheese Napolitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1166,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen \\\"Seafood Tonkotsu\\\" Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1167,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Maruhon Sesame Oil Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1168,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Never Met Noodles Artificial Roasted Shrimp Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1169,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1170,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Criolla\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1171,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang White Curry Noodle (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1172,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Instant Oriental Noodles Soup Chinese Herb - Ginseng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1173,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Rich & Sweet Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1174,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Hokkien Prawn Rice Vermicelli Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1175,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Dry Noodle - Onion\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1176,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Mentai Agodashi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1177,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Never Met Noodles Artificial Roasted Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1178,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1179,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Agodashi Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1180,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Oriental Style Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1181,\r\n \"Brand\": \"ABC\",\r\n \"Variety\": \"Mi Instant Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1182,\r\n \"Brand\": \"Mr. Min\",\r\n \"Variety\": \"Original Korean Ramen Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"France\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1183,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bibimen (35th Anniversary Edition)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1184,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Meat Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1185,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Chikrara Mochi Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1186,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Corn HOT Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1187,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Seafood Vermicelli Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1188,\r\n \"Brand\": \"Young Poong\",\r\n \"Variety\": \"Yopokki Cheese Topokki (Rice Cake)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1189,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup Rice Vermicelli & Noodles (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1190,\r\n \"Brand\": \"Seven & i\",\r\n \"Variety\": \"Premium Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1191,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae (9,413SHU)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1192,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Light Air Dried Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1193,\r\n \"Brand\": \"Taihodien\",\r\n \"Variety\": \"Green Chilli Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1194,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Tan Tan Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1195,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Real Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1196,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Chinese Lemon Cold Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1197,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Black Pepper Crab Flavoured La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1198,\r\n \"Brand\": \"Samurai\",\r\n \"Variety\": \"Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1199,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Hot-N-Spicy Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1200,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kameda Kakinotane Wasabi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1201,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1202,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Extremely Ramen Noodles Rich Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1203,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"K-Army Stew Style Noodle Soup With Chili Beans\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1204,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1205,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Big Extra Spicy Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1206,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Green Tom Yum Soup Noodles (New Formulation Dec 2019)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1207,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Kimchi Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1208,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Smoky & Spicy Sio\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1209,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Souh Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1210,\r\n \"Brand\": \"Base Foods\",\r\n \"Variety\": \"Base Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1211,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Eco Style Refill Pack\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1212,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Grapefruit Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1213,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Potato Mayo Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1214,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bul Jjamppong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1215,\r\n \"Brand\": \"Wu Mu\",\r\n \"Variety\": \"Mandashi Sakura Shrimp Scallion Oil Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1216,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Light\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1217,\r\n \"Brand\": \"One Culture Foods\",\r\n \"Variety\": \"Taiwanese Beef Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1218,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Chow Mein Noodles Spicy Beef Artificial Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1219,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Butter & Soy Sauce Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1220,\r\n \"Brand\": \"ABC\",\r\n \"Variety\": \"Mi Instant Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1221,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Tomato Cream Cheese Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1222,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1223,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Noodles Hot & Sour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1224,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen \\\"Shoyu Tonkotsu\\\" Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1225,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Hot Sabor Calabresa\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1226,\r\n \"Brand\": \"One Culture Foods\",\r\n \"Variety\": \"Chinese Chicken Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1227,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Chicken Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1228,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Chinese Seasoning\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1229,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Beef Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1230,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Hon's Dry Noodles Traditional Sichuan Chilli Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1231,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Beef With Sauerkraut Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1232,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1233,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Spicy Vegan Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1234,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Asahikawa Hokkaido Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1235,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Hong You Mian Pi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1236,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Viet Cuisine Asian Style Instant Noodle With Mushroom\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1237,\r\n \"Brand\": \"Street Noodles\",\r\n \"Variety\": \"Teriyaki\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1238,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Dining Soymilk Sesame Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1239,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Big Gomtang Instant Noodle Soup Mix\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1240,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Bukkake Tanuki Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1241,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Chongqing Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1242,\r\n \"Brand\": \"Star Anise Foods\",\r\n \"Variety\": \"Pho Noodle Soup Bowl Creamy Coconut\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 1243,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Kumamoto Flavour Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1244,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Goreng Dried Chili Shrimp Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1245,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Lid Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1246,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Carno Com Chili\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1247,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Cham Ramen Big Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1248,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Akai Kitsune Yakiudon\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1249,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Soy Sauce Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1250,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Anpanman Soy Sauce Flavor Cup Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1251,\r\n \"Brand\": \"Wu Mu\",\r\n \"Variety\": \"Mandashi Mala Spicy Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1252,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Boh Ramen Shoyu Aji\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1253,\r\n \"Brand\": \"Eight Field\",\r\n \"Variety\": \"Spicy Peanut Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1254,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1255,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Big 3 Instant Ramen Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1256,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Seimen Yasai Chanpon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1257,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fire Yakisoba Spicy Beef Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1258,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Roasted Pork Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1259,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Sweet Chili Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1260,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Sabor Frango Assado Com Toque De Limao\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1261,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Akikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1262,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Pasta U.F.O. Sabor Alitas Hot\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1263,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Spicy Miso Flavor Craft Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1264,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr. Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1265,\r\n \"Brand\": \"Yibin\",\r\n \"Variety\": \"Burning Noodle Hot & Spicy\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1266,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Hokkaido Crab Nabe Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1267,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Seafood Flavour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1268,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Men Dining Shoyu Wantan Men\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1269,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fire Bowl Ramen Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1270,\r\n \"Brand\": \"Hikari Miso\",\r\n \"Variety\": \"Harusame Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1271,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Teriyaki Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1272,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Sabor Estrogonofe De Frango\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1273,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Dongpo's Braised Prok Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1274,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Camaron\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1275,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr. Kimchi Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1276,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Soy Sauce Chicken Instant Noodle Soup v1/1\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1277,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Soy Sauce Flavor Craft Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1278,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Korean BBQ Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1279,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Dan Dan Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1280,\r\n \"Brand\": \"Qi Shi Liu Ren\",\r\n \"Variety\": \"Back To Henan' Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1281,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Pasta U.F.O. Res Teriyaki\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1282,\r\n \"Brand\": \"Liang Cheng Mai\",\r\n \"Variety\": \"Sao Zi Mian\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1283,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Coco Ichibanya Curry House Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1284,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Spicy Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1285,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Shrimp Flavor Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1286,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Healthy Vegetable Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1287,\r\n \"Brand\": \"Nasoya\",\r\n \"Variety\": \"GoRamen Teriyaki Japanese Style Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1288,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Instant Noodle Soup v1.1\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1289,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Lazy Noodle Sichuan Green Pepper Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1290,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Fideos Orientales Pollo Al Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1291,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Rainbow Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1292,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Chinese Style Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1293,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Costela Barbecue\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1294,\r\n \"Brand\": \"No Name\",\r\n \"Variety\": \"Beef Flavour Oriental Noodles & Soup Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1295,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1296,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Spicy Miso Ramen Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 1297,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Ho Fan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1298,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Phakchi Lemon Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1299,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Frang Com Alho\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1300,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Extremely Ramen Noodles Rich Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1301,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Sesame Oil Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1302,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Garlic Minced Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1303,\r\n \"Brand\": \"Three Meters\",\r\n \"Variety\": \"Soybean Flavor Belt Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1304,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Jjajang Buldak Ramen Topokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1305,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Paste U.F.O. Camaron Fuego Salsa Habanero\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1306,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Fururu Cold Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1307,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Flavor Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1308,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Bibimmyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1309,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Dan Dan Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1310,\r\n \"Brand\": \"Shuang Ren Hsu\",\r\n \"Variety\": \"Famous Chinese Noodles Sesame & Peanuts\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1311,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Onomichi Aji Hei Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1312,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Green Curry Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1313,\r\n \"Brand\": \"Three Meters\",\r\n \"Variety\": \"Pepper Sesame Belt Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1314,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Dark Dragon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1315,\r\n \"Brand\": \"Chef Nic's Noodles\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1316,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Spicy Shoyu Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1317,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen HOT Sabor Galinha\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1318,\r\n \"Brand\": \"Tabate\",\r\n \"Variety\": \"Yuzu Dashi Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1319,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Cold Tea Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1320,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Carbo HOT Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1321,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"KUNG-FU Instant Oriental Noodle Soup Artificial Soybean Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1322,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Chicken Flavour Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1323,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Instant Noodle Kimchi Ramen Hot & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1324,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Gekkikara MAX END Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1325,\r\n \"Brand\": \"Zombear\",\r\n \"Variety\": \"Livingdea Zomramen Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1326,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Ganja Saitama Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1327,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kurume Hotomeki Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1328,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1329,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Jjajang Ttoekbokki With Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1330,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Kogashi Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1331,\r\n \"Brand\": \"Teishi\",\r\n \"Variety\": \"Shaoxing Nuerhong Wine Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1332,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Ramen (9,413SHU)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1333,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Sabor Molho De Queijo\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1334,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Spicy Tonkotsu Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1335,\r\n \"Brand\": \"Teishi\",\r\n \"Variety\": \"Old Wine Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1336,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Pho Rice Noodle HOT\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1337,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Tempura Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1338,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Cupstar Classic Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1339,\r\n \"Brand\": \"Himawari-Shokuhin\",\r\n \"Variety\": \"Yanbaru Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1340,\r\n \"Brand\": \"Chil Kab Farm Products\",\r\n \"Variety\": \"Spicy Sujebi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1341,\r\n \"Brand\": \"7-Eleven / Nissin\",\r\n \"Variety\": \"Mouko Tanmen Nakamoto\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1342,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Fideos Orientales Barbacoa\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1343,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Yellow Hakata Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1344,\r\n \"Brand\": \"Jinanbo\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1345,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Goreng Dried Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1346,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Jin Kung Fu Spicy Scallion Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1347,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Carbo Buldak Topokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1348,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Chicken Taco Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1349,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Raimu Kitakata Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1350,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Texas Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1351,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kite Kyusju Moji Harbor Cheese Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1352,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Classic Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1353,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1354,\r\n \"Brand\": \"Sanpo\",\r\n \"Variety\": \"Spicy Green Pepper Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1355,\r\n \"Brand\": \"Little Cook\",\r\n \"Variety\": \"Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1356,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Neapolitan Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1357,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Perisa Sup Nyonya Laksa Melaka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1358,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Picante\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1359,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Gaeng Som Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1360,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Spicy Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1361,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Spicy Flavour Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1362,\r\n \"Brand\": \"Samlip\",\r\n \"Variety\": \"Hi-Myon Spicy Katsuo Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1363,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Seafood Gumbo Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 1364,\r\n \"Brand\": \"Palkin\",\r\n \"Variety\": \"The Knight Of Fire Ribs\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1365,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Imperial Big Meal Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1366,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Kyushu Hakata Vegetarian Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1367,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Neoguri Seafood & Spicy Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1368,\r\n \"Brand\": \"Haogemen\",\r\n \"Variety\": \"Chongqing Noodles Hot & Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1369,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Tempura Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1370,\r\n \"Brand\": \"Hide Chan\",\r\n \"Variety\": \"Kani Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1371,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Health Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1372,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tsuyu Soy Sauce Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1373,\r\n \"Brand\": \"FitMee\",\r\n \"Variety\": \"Konjac Chicken Soto\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1374,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Mushroom Shio Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1375,\r\n \"Brand\": \"FitMee\",\r\n \"Variety\": \"Konjac Fried Korean Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1376,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1377,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Hot Chicken Flavor Sausage\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1378,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Blue Elephant Green Curry Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1379,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Seabura Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1380,\r\n \"Brand\": \"Soup Daren\",\r\n \"Variety\": \"Pork Bone Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1381,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Carne Sopa Instantanea Fideos\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1382,\r\n \"Brand\": \"Kikusui\",\r\n \"Variety\": \"Shirakaba Sansou Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1383,\r\n \"Brand\": \"Kikusui\",\r\n \"Variety\": \"Keyaki Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1384,\r\n \"Brand\": \"Kuro Tetsuya\",\r\n \"Variety\": \"Black Iron Red Guard\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1385,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Japanese Cury Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1386,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Hot Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1387,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1388,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1389,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Blue Elephant Red Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1390,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1391,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Lukang Thin Noodles Ginger & Sesame Oil Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1392,\r\n \"Brand\": \"Hokkaido Furano Ramen\",\r\n \"Variety\": \"Tomikawa Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1393,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Cup Noodles Chicen Mushroom Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1394,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pirikara Kenchin Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1395,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tsuyu Soy Sauce Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1396,\r\n \"Brand\": \"Mitukura\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1397,\r\n \"Brand\": \"Cigala\",\r\n \"Variety\": \"Banzai Noodle Sabor Caril\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Portugal\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1398,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Umakara Spicy Miso Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1399,\r\n \"Brand\": \"Yamachan\",\r\n \"Variety\": \"Ramen Z Miso Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1400,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pickles Kimchi Chige Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1401,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Fujikko Shio Yakisoba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1402,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup Okinawa Island Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1403,\r\n \"Brand\": \"Tseng Noodles\",\r\n \"Variety\": \"Spicy Dolar\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1404,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Soy Sauce Chicken Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1405,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1406,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Cheese Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1407,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup Rice Vermicelli & Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1408,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Scrambled Egg Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1409,\r\n \"Brand\": \"No Name\",\r\n \"Variety\": \"Shrimp Flavour Oriental Noodles & Soup Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1410,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Soup'd Up Zesty Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1411,\r\n \"Brand\": \"Tiger Tiger\",\r\n \"Variety\": \"Noodles In No Time Pad Thai\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United Kingdom\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1412,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1413,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Dah Wei Wong Artificial Premium Garlic Pork Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1414,\r\n \"Brand\": \"Buitoni\",\r\n \"Variety\": \"Yakisoba Gusto Classico\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Italy\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1415,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Hot Korean Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1416,\r\n \"Brand\": \"Ebisoba Ichigen\",\r\n \"Variety\": \"Miso\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1417,\r\n \"Brand\": \"Hite\",\r\n \"Variety\": \"Ramen Cup Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Russia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1418,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Singapore Laksa\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1419,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Chicken Flavour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1420,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Natsukashi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1421,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Vegetable Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1422,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Topokki Hot Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1423,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Negi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1424,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Squid Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1425,\r\n \"Brand\": \"Nakaki\",\r\n \"Variety\": \"Tomato Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1426,\r\n \"Brand\": \"Bowlfull\",\r\n \"Variety\": \"Beef Flavour Instant Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1427,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Small Fried Shrimp Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1428,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Vegetarian Penang white Curry Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1429,\r\n \"Brand\": \"Lau Liu tou\",\r\n \"Variety\": \"Beef Flavor Spicy Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1430,\r\n \"Brand\": \"Atomy\",\r\n \"Variety\": \"Potato Vegetable Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1431,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Kagoshima Black Prok Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1432,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Gaeng Som Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1433,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Prawn Soup La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1434,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kuromayu Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1435,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bari-Kata Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1436,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Burning Dry Noodles Chili Oil Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1437,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Garlic Tamari Shoyu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1438,\r\n \"Brand\": \"Easybab\",\r\n \"Variety\": \"Hot Chicken Flavor Noodles & Rice\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1439,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Edo Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1440,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Chicken Fajita Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1441,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Pandan White Curry Noodle (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1442,\r\n \"Brand\": \"Tian Ling Ling\",\r\n \"Variety\": \"Dried Noodles With Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1443,\r\n \"Brand\": \"Yum Yum\",\r\n \"Variety\": \"Instant Cup Noodles Tom Yum Chicken Super Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1444,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1445,\r\n \"Brand\": \"Tian Ling Ling\",\r\n \"Variety\": \"Dried Noodles With Chili & Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1446,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Tonkotsu Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1447,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Chilli Crab Flavoured La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1448,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kurenai Spicy Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1449,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1450,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Seimen Curry Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1451,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Gourmet Wagyu Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1452,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"POP Pot or Pan Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1453,\r\n \"Brand\": \"Payless\",\r\n \"Variety\": \"Xtra Big Pancit Canton Chili-Mansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1454,\r\n \"Brand\": \"Canton\",\r\n \"Variety\": \"Spicy Tomato Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1455,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momosan Ramen Tokyo Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1456,\r\n \"Brand\": \"Big Bon\",\r\n \"Variety\": \"Spice Mix Piquant\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Russia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1457,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Light Legumes\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1458,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Stir Fried Noodles (Worcestershire Sauce Flavor)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1459,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1460,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Imperial Big Meal Super Hot Pot Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1461,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Roast Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1462,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba Instant Pancit Savory Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1463,\r\n \"Brand\": \"Yum Yum\",\r\n \"Variety\": \"Tem Tem Tom Yum Moo Deng\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1464,\r\n \"Brand\": \"Nagatanien\",\r\n \"Variety\": \"tom Yum Kung Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1465,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Kelp Broth Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1466,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Coco Poulet\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1467,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Shio Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1468,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1469,\r\n \"Brand\": \"TIEasy\",\r\n \"Variety\": \"Sesame Sauce Handmade Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1470,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momosan Ramen Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1471,\r\n \"Brand\": \"Samlip\",\r\n \"Variety\": \"Hi-Myon Katsuo Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1472,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Bowl Noodle Satay & Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1473,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Carbonara\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1474,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Mapo Men\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1475,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Chashu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1476,\r\n \"Brand\": \"Vedan\",\r\n \"Variety\": \"Jhen Mian Tang Braised Beef Noodles With Ginger\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1477,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Niku Udon With Wakame\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1478,\r\n \"Brand\": \"Mamee / Shinsegae\",\r\n \"Variety\": \"Daebak Spicy Kimchi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1479,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Health Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1480,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Hot Pot Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1481,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Mentaiko Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1482,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Soymilk Spicy Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1483,\r\n \"Brand\": \"Mazendo\",\r\n \"Variety\": \"Noodles With Chili Mala Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1484,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Big Boss Hot & Sour Sweet Potato Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1485,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Singapore Street Noodles Classic Curry\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1486,\r\n \"Brand\": \"TIEasy\",\r\n \"Variety\": \"Traditional Scallion Sliced Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1487,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Spicy Gamjatang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1488,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Cup Noodles Slow Roast Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1489,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup Pork Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1490,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout BBQ Coree\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1491,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1492,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Shoyu Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1493,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Baby Somen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1494,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Baby Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1495,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Tonkotsu Pork Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1496,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Mini\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1497,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba Instant Pancit Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1498,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Poulet Feu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1499,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Stir Fried Salted Egg\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1500,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n }]\r\n}" }, - "audit_log": "[{\"changed_at\":\"2023-04-26T00:24:57.004+00:00\",\"changed\":[\"cloned from \\\"U7_L03_Parameters and Return Practice_Choice_2-1\\\"\"],\"cloned_from\":\"U7_L03_Parameters and Return Practice_Choice_2-1\"},{\"changed_at\":\"2023-04-26 00:25:13 +0000\",\"changed\":[\"long_instructions\",\"preload_asset_list\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-04-26 00:28:58 +0000\",\"changed\":[\"start_html\",\"start_blocks\",\"display_name\",\"bubble_choice_description\",\"thumbnail_url\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-04-26 22:04:30 +0000\",\"changed\":[\"start_html\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-07-03 15:28:04 +0000\",\"changed\":[\"bubble_choice_description\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2023-10-30 20:43:54 +0000\",\"changed\":[\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-10-30 20:45:08 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:46:10 +0000\",\"changed\":[\"data_tables\",\"long_instructions\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:47:05 +0000\",\"changed\":[\"data_library_tables\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:47:24 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:49:21 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"}]" + "audit_log": "[{\"changed_at\":\"2023-04-26T00:24:57.004+00:00\",\"changed\":[\"cloned from \\\"U7_L03_Parameters and Return Practice_Choice_2-1\\\"\"],\"cloned_from\":\"U7_L03_Parameters and Return Practice_Choice_2-1\"},{\"changed_at\":\"2023-04-26 00:25:13 +0000\",\"changed\":[\"long_instructions\",\"preload_asset_list\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-04-26 00:28:58 +0000\",\"changed\":[\"start_html\",\"start_blocks\",\"display_name\",\"bubble_choice_description\",\"thumbnail_url\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-04-26 22:04:30 +0000\",\"changed\":[\"start_html\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-07-03 15:28:04 +0000\",\"changed\":[\"bubble_choice_description\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2023-10-30 20:43:54 +0000\",\"changed\":[\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-10-30 20:45:08 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:46:10 +0000\",\"changed\":[\"data_tables\",\"long_instructions\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:47:05 +0000\",\"changed\":[\"data_library_tables\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:47:24 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:49:21 +0000\",\"changed\":[\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2024-01-29 20:01:10 +0000\",\"changed\":[\"long_instructions\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-29 20:09:02 +0000\",\"changed\":[\"start_blocks\",\"data_library_tables\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"}]" }]]> \ No newline at end of file diff --git a/dashboard/config/levels/custom/applab/U7_L03_Parameters-Return Practice_Choice_1-Template_c.level b/dashboard/config/levels/custom/applab/U7_L03_Parameters-Return Practice_Choice_1-Template_c.level index 94109fa968dc0..690aa10f35870 100644 --- a/dashboard/config/levels/custom/applab/U7_L03_Parameters-Return Practice_Choice_1-Template_c.level +++ b/dashboard/config/levels/custom/applab/U7_L03_Parameters-Return Practice_Choice_1-Template_c.level @@ -90,7 +90,7 @@ "start_html": "
", "submittable": "false", "hide_share_and_remix": "false", - "start_blocks": "//Setting up variables\r\nvar varieties = getColumn(\"Ramen Ratings\", \"Variety\");\r\nvar countries = getColumn(\"Ramen Ratings\", \"Country\");\r\nvar styles = getColumn(\"Ramen Ratings\", \"Style\");\r\nvar stars = getColumn(\"Ramen Ratings\", \"Stars\");\r\n\r\nvar filteredVarieties = [];\r\nvar filteredCountries = [];\r\nvar filteredStyles = [];\r\nvar filteredStars = [];\r\n\r\nvar outputText =\"\";\r\nvar averageStars = 0;\r\nvar userChoice = \"\";\r\n\r\nvar outputOriginalFontSize = getProperty(\"output\", \"font-size\");\r\nvar buttonOriginalFontSize = getProperty(\"countrySearchButton\", \"font-size\");\r\nvar dropdownOriginalFontSize = getProperty(\"stylesDropdown\", \"font-size\");\r\n\r\n// Event Handlers\r\n\r\nonEvent(\"countrySearchButton\", \"click\", function( ) {\r\n showElement(\"countriesDropdown\");\r\n hideElement(\"starsDropdown\");\r\n hideElement(\"stylesDropdown\");\r\n});\r\n\r\nonEvent(\"styleSearchButton\", \"click\", function( ) {\r\n showElement(\"stylesDropdown\");\r\n hideElement(\"countriesDropdown\");\r\n hideElement(\"starsDropdown\");\r\n});\r\n\r\nonEvent(\"starSearchButton\", \"click\", function( ) {\r\n showElement(\"starsDropdown\");\r\n hideElement(\"countriesDropdown\");\r\n hideElement(\"stylesDropdown\");\r\n});\r\n\r\nonEvent(\"countriesDropdown\", \"change\", function( ) {\r\n\tuserChoice = getText(\"countriesDropdown\");\r\n\t filterByCountry(userChoice);\r\n\t \r\n\t averageStars = average(filteredStars);\r\n\t outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen from \" + userChoice;\r\n\t \r\n\t //outputText = outputText + \" with an average rating of \" + averageStars + \" stars.\";\r\n\t setText(\"output\",outputText);\r\n});\r\n\r\nonEvent(\"stylesDropdown\", \"change\", function( ) {\r\n\tuserChoice = getText(\"stylesDropdown\");\r\n\t filterByStyle(userChoice);\r\n\t \r\n\t averageStars = average(filteredStars);\r\n\t outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen in the \" + userChoice + \" style.\";\r\n\t //4️⃣ Step Four\r\n\t \r\n\t //outputText = outputText + \" with an average rating of \" + averageStars + \" stars.\";\r\n\t setText(\"output\",outputText);\r\n});\r\n\r\nonEvent(\"starsDropdown\", \"change\", function( ) {\r\n userChoice = getText(\"starsDropdown\").substring(0,1);\r\n filterByStars(userChoice);\r\n \r\n averageStars = average(filteredStars);\r\n outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen with a rating of \" + userChoice + \" stars or higher.\";\r\n //4️⃣ Step Four\r\n \r\n //outputText = outputText + \"\\n\\nThat number represents \" + percentOfTotal(filteredStars) + \"% of all the ramen varieties included in this dataset.\";\r\n setText(\"output\",outputText);\r\n});\r\n\r\nvar outputFontSize;\r\nvar buttonFontSize;\r\nvar dropdownFontSize;\r\n\r\nonEvent(\"textSizeSlider\", \"input\", function( ) {\r\n\tvar fontMultiplier = getNumber(\"textSizeSlider\") / 5;\r\n\t\r\n\toutputFontSize = adjustFontSize(outputOriginalFontSize, fontMultiplier);\r\n\tbuttonFontSize = adjustFontSize(buttonOriginalFontSize, fontMultiplier);\r\n\tdropdownFontSize = adjustFontSize(dropdownOriginalFontSize, fontMultiplier);\r\n\t\r\n\tsetProperty(\"output\",\"font-size\", outputFontSize);\r\n\tsetProperty(\"countriesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"stylesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starsDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"styleSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"countrySearchButton\",\"font-size\", buttonFontSize);\r\n\r\n});\r\n\r\n\r\n//*******DO NOT ADD CODE ABOVE THIS LINE****\r\n\r\n//*******EDIT CODE BELOW THIS LINE*********\r\n\r\n\r\n//1️⃣ Step One\r\n\r\n//Accessibility feature - allowing user to change font size.\r\n\r\nfunction adjustFontSize(originalSize, multiplier){\r\n //Assign a value to result\r\n var result;\r\n \r\n //Update the conditional statement on the line below to check if result is greater than or equal to 20\r\n if(true){\r\n //Set the result value to 19\r\n }\r\n \r\n //return the value stored in the variable result\r\n return 10;\r\n}\r\n\r\n//2️⃣ Step Two\r\n\r\n//Write the filterByCountry(country) function \r\nfunction filterByCountry(country){\r\n //set all the filtered lists to an empty list []\r\n \r\n\r\n for (var i = 0; i < varieties.length; i++) {\r\n //Inside the loop, update the conditional statement to check\r\n //if the value assigned to country is equal to\r\n //the value at countries[i]\r\n if (true) {\r\n //If that condition is true, append the elements at index i\r\n //to the respective filtered lists, so for example: \r\n //append stars[i] to the list filteredStars\r\n //do that for all the appropriate filtered lists\r\n }\r\n \r\n }\r\n \r\n}\r\n\r\n//3️⃣ Step Three\r\n\r\n//Write the filterByStyle(style) function following the same \r\n//format as the filterByCountry(country) function\r\n//You'll need to write the conditional statement differently\r\n\r\n//3️⃣ Step Three\r\n\r\n//Write the filterByStars(star) function following the above pattern.\r\n//You'll want to write this conditional statement using either\r\n//>= or <=\r\n\r\n\r\n//4️⃣ Step Four\r\n\r\nfunction average(list) {\r\n //create sum variable and set value to 0\r\n \r\n //Use a loop to traverse the list and add every value\r\n //from the list to the value stored in sum\r\n \r\n \r\n //create mean variable and use sum and list.length to set its value\r\n \r\n //Use the roundToTenths function to round the value stored in mean\r\n \r\n //return the value stored in mean\r\n}\r\n\r\n\r\n//This method accepts a number as an argument and returns the number rounded to the nearest tenth\r\nfunction roundToTenths(number){\r\n return Math.round(number*10)/10;\r\n}\r\n\r\n\r\n//5️⃣ Step Five\r\n\r\nfunction percentOfTotal(list) {\r\n //Use the length of the list passed in as an argument\r\n //and the length of the varieties list to calculate \r\n //a percentage\r\n \r\n var percent;\r\n \r\n //Multiply the value by 100\r\n //Round the value\r\n //Return the value\r\n \r\n \r\n}\r\n\r\n\r\n//6️⃣ Step Six\r\n\r\n//Write 1-2 functions that helps reduce redundant chunks of code in your program\r\n\r\n\r\n\r\n", + "start_blocks": "//Setting up variables\r\nvar varieties = getColumn(\"Ramen Rating\", \"Variety\");\r\nvar countries = getColumn(\"Ramen Rating\", \"Country\");\r\nvar styles = getColumn(\"Ramen Rating\", \"Style\");\r\nvar stars = getColumn(\"Ramen Rating\", \"Stars\");\r\n\r\nvar filteredVarieties = [];\r\nvar filteredCountries = [];\r\nvar filteredStyles = [];\r\nvar filteredStars = [];\r\n\r\nvar outputText =\"\";\r\nvar averageStars = 0;\r\nvar userChoice = \"\";\r\n\r\nvar outputOriginalFontSize = getProperty(\"output\", \"font-size\");\r\nvar buttonOriginalFontSize = getProperty(\"countrySearchButton\", \"font-size\");\r\nvar dropdownOriginalFontSize = getProperty(\"stylesDropdown\", \"font-size\");\r\n\r\n// Event Handlers\r\n\r\nonEvent(\"countrySearchButton\", \"click\", function( ) {\r\n showElement(\"countriesDropdown\");\r\n hideElement(\"starsDropdown\");\r\n hideElement(\"stylesDropdown\");\r\n});\r\n\r\nonEvent(\"styleSearchButton\", \"click\", function( ) {\r\n showElement(\"stylesDropdown\");\r\n hideElement(\"countriesDropdown\");\r\n hideElement(\"starsDropdown\");\r\n});\r\n\r\nonEvent(\"starSearchButton\", \"click\", function( ) {\r\n showElement(\"starsDropdown\");\r\n hideElement(\"countriesDropdown\");\r\n hideElement(\"stylesDropdown\");\r\n});\r\n\r\nonEvent(\"countriesDropdown\", \"change\", function( ) {\r\n\tuserChoice = getText(\"countriesDropdown\");\r\n\t filterByCountry(userChoice);\r\n\t \r\n\t averageStars = average(filteredStars);\r\n\t outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen from \" + userChoice;\r\n\t \r\n\t //outputText = outputText + \" with an average rating of \" + averageStars + \" stars.\";\r\n\t setText(\"output\",outputText);\r\n});\r\n\r\nonEvent(\"stylesDropdown\", \"change\", function( ) {\r\n\tuserChoice = getText(\"stylesDropdown\");\r\n\t filterByStyle(userChoice);\r\n\t \r\n\t averageStars = average(filteredStars);\r\n\t outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen in the \" + userChoice + \" style.\";\r\n\t //4️⃣ Step Four\r\n\t \r\n\t //outputText = outputText + \" with an average rating of \" + averageStars + \" stars.\";\r\n\t setText(\"output\",outputText);\r\n});\r\n\r\nonEvent(\"starsDropdown\", \"change\", function( ) {\r\n userChoice = getText(\"starsDropdown\").substring(0,1);\r\n filterByStars(userChoice);\r\n \r\n averageStars = average(filteredStars);\r\n outputText = \"There are \" + filteredVarieties.length + \" varieties of ramen with a rating of \" + userChoice + \" stars or higher.\";\r\n //4️⃣ Step Four\r\n \r\n //outputText = outputText + \"\\n\\nThat number represents \" + percentOfTotal(filteredStars) + \"% of all the ramen varieties included in this dataset.\";\r\n setText(\"output\",outputText);\r\n});\r\n\r\nvar outputFontSize;\r\nvar buttonFontSize;\r\nvar dropdownFontSize;\r\n\r\nonEvent(\"textSizeSlider\", \"input\", function( ) {\r\n\tvar fontMultiplier = getNumber(\"textSizeSlider\") / 5;\r\n\t\r\n\toutputFontSize = adjustFontSize(outputOriginalFontSize, fontMultiplier);\r\n\tbuttonFontSize = adjustFontSize(buttonOriginalFontSize, fontMultiplier);\r\n\tdropdownFontSize = adjustFontSize(dropdownOriginalFontSize, fontMultiplier);\r\n\t\r\n\tsetProperty(\"output\",\"font-size\", outputFontSize);\r\n\tsetProperty(\"countriesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"stylesDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starsDropdown\",\"font-size\", dropdownFontSize);\r\n\tsetProperty(\"starSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"styleSearchButton\",\"font-size\", buttonFontSize);\r\n\tsetProperty(\"countrySearchButton\",\"font-size\", buttonFontSize);\r\n\r\n});\r\n\r\n\r\n//*******DO NOT ADD CODE ABOVE THIS LINE****\r\n\r\n//*******EDIT CODE BELOW THIS LINE*********\r\n\r\n\r\n//1️⃣ Step One\r\n\r\n//Accessibility feature - allowing user to change font size.\r\n\r\nfunction adjustFontSize(originalSize, multiplier){\r\n //Assign a value to result\r\n var result;\r\n \r\n //Update the conditional statement on the line below to check if result is greater than or equal to 20\r\n if(true){\r\n //Set the result value to 19\r\n }\r\n \r\n //return the value stored in the variable result\r\n return 10;\r\n}\r\n\r\n//2️⃣ Step Two\r\n\r\n//Write the filterByCountry(country) function \r\nfunction filterByCountry(country){\r\n //set all the filtered lists to an empty list []\r\n \r\n\r\n for (var i = 0; i < varieties.length; i++) {\r\n //Inside the loop, update the conditional statement to check\r\n //if the value assigned to country is equal to\r\n //the value at countries[i]\r\n if (true) {\r\n //If that condition is true, append the elements at index i\r\n //to the respective filtered lists, so for example: \r\n //append stars[i] to the list filteredStars\r\n //do that for all the appropriate filtered lists\r\n }\r\n \r\n }\r\n \r\n}\r\n\r\n//3️⃣ Step Three\r\n\r\n//Write the filterByStyle(style) function following the same \r\n//format as the filterByCountry(country) function\r\n//You'll need to write the conditional statement differently\r\n\r\n//3️⃣ Step Three\r\n\r\n//Write the filterByStars(star) function following the above pattern.\r\n//You'll want to write this conditional statement using either\r\n//>= or <=\r\n\r\n\r\n//4️⃣ Step Four\r\n\r\nfunction average(list) {\r\n //create sum variable and set value to 0\r\n \r\n //Use a loop to traverse the list and add every value\r\n //from the list to the value stored in sum\r\n \r\n \r\n //create mean variable and use sum and list.length to set its value\r\n \r\n //Use the roundToTenths function to round the value stored in mean\r\n \r\n //return the value stored in mean\r\n}\r\n\r\n\r\n//This method accepts a number as an argument and returns the number rounded to the nearest tenth\r\nfunction roundToTenths(number){\r\n return Math.round(number*10)/10;\r\n}\r\n\r\n\r\n//5️⃣ Step Five\r\n\r\nfunction percentOfTotal(list) {\r\n //Use the length of the list passed in as an argument\r\n //and the length of the varieties list to calculate \r\n //a percentage\r\n \r\n var percent;\r\n \r\n //Multiply the value by 100\r\n //Round the value\r\n //Return the value\r\n \r\n \r\n}\r\n\r\n\r\n//6️⃣ Step Six\r\n\r\n//Write 1-2 functions that helps reduce redundant chunks of code in your program\r\n\r\n\r\n\r\n", "never_autoplay_video": "false", "droplet_tooltips_disabled": "false", "lock_zero_param_functions": "false", @@ -110,13 +110,13 @@ "widget_mode": "false", "libraries_enabled": "false", "ai_enabled": "false", - "data_library_tables": "Ramen Ratings", "preload_asset_list": null, "encrypted_examples": [ - ] + ], + "data_tables": "{\r\n\t\"Ramen Rating\": [{\r\n \"id\": 1,\r\n \"Brand\": \"Jasmine\",\r\n \"Variety\": \"XXL Bihun Segera Penang White Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 2,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Instan Mi Keriting Goreng Spesial\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 3,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Dried Instant Noodles Truffle Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 4,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Jjajang Smoked Black Bean Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 5,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Samyand Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 6,\r\n \"Brand\": \"Jasmine\",\r\n \"Variety\": \"XXL Bihun Segera Sup Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 7,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Cup Star Batman Garlic Shrimp Aji\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 8,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Corn Bihun Hot & Spicy Fried Bihun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 9,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"3 Flavors In 1 Noodle – Rice Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 10,\r\n \"Brand\": \"Sugakiya\",\r\n \"Variety\": \"Cup Taiwan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 11,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Seafood Jjamppong Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 12,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Koidashi Niboshi Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 13,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"UFO Pokkmyeon Koi Koi Kankoku Fu Amakara Carbo\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 14,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wonton Men Donburi Butaman Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 15,\r\n \"Brand\": \"Fan's\",\r\n \"Variety\": \"Hot & Sour Pork Bone Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 16,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Surfmama Goose Oil Zhajiang Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 17,\r\n \"Brand\": \"The Han Kitchen\",\r\n \"Variety\": \"Budae Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 18,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Shiromaru Classic Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 19,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodles With Hot & Sour Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 20,\r\n \"Brand\": \"Kobe\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 21,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"3 Flavors In 1 Noodle – Guanmiao\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 22,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Locabodeli Coco Ichibanya Kanshu Curry Ramen Toushitsu Off\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 23,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Savory Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 24,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Corn Bihun Original Fried Bihun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 25,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Large Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 26,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tangle Bulgogi Alfredo Tangluccine\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 27,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Basil & Cream Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 28,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Vegetarian Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 29,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Creamy Tom Yam Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 30,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Birria Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 31,\r\n \"Brand\": \"Cielo\",\r\n \"Variety\": \"Menudo Instant Ramen Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 32,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 33,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Itsumo no Ippai Wantanmen Shoyu Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 34,\r\n \"Brand\": \"VIZ\",\r\n \"Variety\": \"Naruto Shippuden Ichiraku Ramen Candy\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 35,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chicken Ramen Donburi\",\r\n \"Style\": \"Boowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 36,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Hot & Sour Flavor Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 37,\r\n \"Brand\": \"Cielo\",\r\n \"Variety\": \"Pozole Flavor Instant Ramen Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 38,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Akamaru Modern Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 39,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Kelp Seasonal Vegetable Flavor Pumpkin Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 40,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Hot Chicken Stir-fried Noodles Jjajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 41,\r\n \"Brand\": \"Thai Kitchen\",\r\n \"Variety\": \"Garlic & Vegetable Instant Rice Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 42,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Oishi Naniwa no Ushio Ramen Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 43,\r\n \"Brand\": \"Jinmailiang\",\r\n \"Variety\": \"Udon Noodles With Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 44,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Rasa Ayam Pop\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 45,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodles With Braised Beef Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 46,\r\n \"Brand\": \"Thai Authentic\",\r\n \"Variety\": \"Sriracha Shrimp Ramen Noodle Soup Meal Kit\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 47,\r\n \"Brand\": \"Meet Mee\",\r\n \"Variety\": \"Chili Pan Mee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 48,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Tom Yam Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 49,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 50,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Hype Abis Mi Kuah Rasa Seblak Hot Jeletot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 51,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Braised Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 52,\r\n \"Brand\": \"Kobe\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Mie Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 53,\r\n \"Brand\": \"Raindrops\",\r\n \"Variety\": \"Gummy Noodles Soft Candy Mix\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 54,\r\n \"Brand\": \"Super Bubur\",\r\n \"Variety\": \"Rasa Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 55,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Sesame Clear Soup Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 56,\r\n \"Brand\": \"Burung Layang Terbang\",\r\n \"Variety\": \"Mie Goreng Rasa Sambal Terasi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 57,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Assari Odashi ga Oishii Donbei Kizami Age Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 58,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Green Tom Yum Soup Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 59,\r\n \"Brand\": \"Koba\",\r\n \"Variety\": \"Jiwa Pagi Mi Instan Rasa Soto Segeer\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 60,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kuze Fuku Mainichi Yasai Dashi Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 61,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Habanero Kimchi Jjigae Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 62,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tategata Nomihosu Niigata Nagaoka Shoga Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 63,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Instan Rasa Kaldu Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 64,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Spicy Chicken Flavour Dry Black Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 65,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Goose Oil With Crispy Shallot Flakes\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 66,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 67,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Koikoi Tarako Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 68,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Rasa Cabe Ijo\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 69,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodles Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 70,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Hype Abis Mi Goreng Rasa Ayam Geprek\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 71,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ganbare! Jukensei Menzukuri Katsuobushi Kaoru Gyokai Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 72,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bulgogi Hot Pot Flavour Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Australia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 73,\r\n \"Brand\": \"BonCabe\",\r\n \"Variety\": \"Mi BonCabe Rasa Mie Goreng Level 15 Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 74,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ganbare! Jukensei Hot Wonton Katsuobushi Kaoru Tamago Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 75,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Kimchi Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 76,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Ramyun Bokkeummyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 77,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Yokohama Iekei Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 78,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Habanero Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 79,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Mi Goreng Perisa Rendang Legenda\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 80,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Black Sesame Oil With Mashed Ginger\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 81,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Hyobanya Layered Kakitama Spicy Salt Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 82,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Spicy Mushroom Ramyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 83,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 84,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 85,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Tom Yam Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 86,\r\n \"Brand\": \"Dajia\",\r\n \"Variety\": \"Jiaxu Stirred Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 87,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 88,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Aged Shaoxing Wine With Chicken Drumstick Soup Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 89,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodles Tomato Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 90,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 91,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Tomato Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 92,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Kitakata Light Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 93,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Mi Goreng Perisa Rendang Legenda\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 94,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Japanese Cheese Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 95,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Hae Bee Hiam Non-Fried Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 96,\r\n \"Brand\": \"Ah Lai\",\r\n \"Variety\": \"Penang Favourite Hokkien Prawn Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 97,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Seafood Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 98,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Kitsune Udon Kimetsu no Yaiba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 99,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Spicy Kimchi Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 100,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"BIG Cup Noodles Spicy Tonkotsu Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 101,\r\n \"Brand\": \"GS Retail\",\r\n \"Variety\": \"Premium Gonghwachun Instant Noodle With Black Bean Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 102,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Tom Yum Goong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 103,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Nostalgic Burnt Soy Sauce Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 104,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wakame Ramen with Mie Ise Shrimp and Soy Sauce Dashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 105,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Rabokki Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 106,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodle Onion Consommé Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 107,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Premium Goose Oil With Sichuan Pepper & Hot Chili\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 108,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 109,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Gyorantei Kansyuu Yokosuka Kaigun Curry Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 110,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Science Noodle (Hot Pot version)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 111,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Perisa Lontong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 112,\r\n \"Brand\": \"Daebak\",\r\n \"Variety\": \"Seaweed Flavour Soup Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 113,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Gyoza Big\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 114,\r\n \"Brand\": \"Mamee Chef\",\r\n \"Variety\": \"Perisa Laksa Kari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 115,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood & Vegetable Miso Dashi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 116,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Pepper Crispy Pork Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 117,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Kake Ramen Desse Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 118,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Jjambbong Spicy Seafood Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 119,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gold Soy Sauce Flavor Craft Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 120,\r\n \"Brand\": \"Shoo Loong Kan\",\r\n \"Variety\": \"Lan Zhou La Mian\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 435\r\n },\r\n {\r\n \"id\": 121,\r\n \"Brand\": \"Mykai\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 122,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 123,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Malatang Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 124,\r\n \"Brand\": \"Ramen Talk\",\r\n \"Variety\": \"Japanese Style BBQ Pork Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 125,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Assari Odashi ga Oishii Donbei Agedama Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 126,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Soy Sauce Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 127,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Wantan Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 128,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Yuzu & Kosho Kaoru Toripaitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 129,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar BBQ Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 130,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chow Mein Teriyaki Beef Flavor Chow Mein Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 131,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Ajiyoka tai Tonkotsu Ramen Hakata\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 132,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Dashi no Umami de Gennenn Toritaki Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 133,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Yakisoba Teiryaki Beef Flavor Japanese Home Style Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 134,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Donbei Ontsuyu Osoumen Mini\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 135,\r\n \"Brand\": \"Wicked Foods\",\r\n \"Variety\": \"Late Night Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 136,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Donburi Tokyo Kaidashi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 137,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Bowl Noodles Ramen Noodles With Seasoning Mix Hot & Spicy Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 138,\r\n \"Brand\": \"Urai\",\r\n \"Variety\": \"Bihun Jagung Corn Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 139,\r\n \"Brand\": \"Wicked Foods\",\r\n \"Variety\": \"Spicy Coconut & Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 140,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Soup Harusame Hakata Mizutaki fu Yuzu Kosho\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 141,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Miso\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 142,\r\n \"Brand\": \"Cup O Crazy\",\r\n \"Variety\": \"Gummy Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 143,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokémon Noodle Corn Butter Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 144,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Black Curry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 145,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Mandarin Style Noodle With Original Soy Sauce 40% Reduced Sodium\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 146,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Spicy Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 147,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Noodle Kit With Sauce Teriyaki Sesame\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 148,\r\n \"Brand\": \"Urai\",\r\n \"Variety\": \"Original x Ciptarasa Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 149,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Pancit Canton Toyomansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Phillippines\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 150,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Spicy Tomato Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 151,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Doce Sabor Beijinho\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 152,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tategata Nomihosu Ippai Sapporo Ebi Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 153,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Do Chico Bento Sabor Caldinho De Feijao\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 154,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jin Ramen Veggie\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 155,\r\n \"Brand\": \"Seven&i\",\r\n \"Variety\": \"Premium x Nissin Star Soupless Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 156,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Fiery Catpata\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 157,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Sumatan x Wantanmen Donburi Ebishio Aji\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 158,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"MiliOne Huong Vi Suon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 159,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Da Monica Sabor Galinha Suave\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 160,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Noodle Harusame 1/3 Nichibun Chanpon Aji\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 161,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 162,\r\n \"Brand\": \"Dara Urai\",\r\n \"Variety\": \"Flat x Cipratasa Rasa Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 163,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"x TRY Toybox Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 164,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Assari Oishii Cup Noodle Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 165,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Tategata Miyazaki Karamen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 166,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Soup Harusame Wantan\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 167,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Kanzen Meal Abura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 168,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Yakisoba HOT Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 169,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Signature Dry Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 170,\r\n \"Brand\": \"NoodleMix\",\r\n \"Variety\": \"Chinese Sesame Oil Lion’s Mane Mushroom Pumpkin Konjac Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 171,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Spicy Tantanmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 172,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Stew Type Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 173,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"Mi Trung Khong Chien\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 174,\r\n \"Brand\": \"Norita\",\r\n \"Variety\": \"Lo Mein Dan Dan Noodle Spicy Teriyaki\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 175,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Instant Pancit Canton Chilimansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Phillippines\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 176,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Rosé Buldak Stir-fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 177,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Singapore Black Pepper Crab Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 178,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Turma Da Monica Sabor Tomate Suave\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 179,\r\n \"Brand\": \"Miliket-Colusa\",\r\n \"Variety\": \"Mi Huong Vi Lau Thai Tom\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 180,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Korean Hot Chicken Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 181,\r\n \"Brand\": \"Predilecta\",\r\n \"Variety\": \"Praja! Lamen Sabor Carne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 182,\r\n \"Brand\": \"Pran\",\r\n \"Variety\": \"Mr. Noodles Instant Noodles Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 183,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Beef Pho v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 184,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Cream Carbonara Artificial Hot Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 185,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Creamy Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 186,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Mukashi Nagara no Chahan Aji Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 187,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Carbonara Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 188,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Whiite Miso v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 189,\r\n \"Brand\": \"7 Eleven\",\r\n \"Variety\": \"Gold / Myojo Myojo Tomita Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 190,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v3.0\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 191,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Koize! Ippei-chan Karaage Syoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 192,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Quattro Cheese Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 193,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teus-sae Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 194,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Japanese Curry v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 195,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chicken Ramen Shirunashi Donburi Junkissa no Napolitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 196,\r\n \"Brand\": \"7 Eleven\",\r\n \"Variety\": \"Gold / Maruchan Iida Shoten Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 197,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Massaman Curry v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 198,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Yokozuna Tonkotsu Shoyu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 199,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldal Jjamppong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 200,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Yuzu Shoyu v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 201,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Hiyashi Chuka Mazesoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 202,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippei-chan Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 203,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Sichuan Chili Edition v3.0\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 204,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Osaka Takoyaki Flavour Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 205,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Dan Dan Noodle Dream Team Scallion Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 206,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup 45th Anniversary Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 207,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Original\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 208,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Wasabi Almond Sauce Noodle With Tapioca\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 209,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Extra Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 210,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Dan Dan Noodle With BT21 Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 211,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Breakfast Ramen Noodles In Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 212,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Sabor Carne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 213,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Lovely Hot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 214,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 215,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Hakata Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 216,\r\n \"Brand\": \"Phonomenal\",\r\n \"Variety\": \"Bowl Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 217,\r\n \"Brand\": \"Ippudo\",\r\n \"Variety\": \"Karaka Spicy Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 218,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Indonesia Rendang / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 219,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Japanese Style Yakisoba Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 220,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Keriting Rasa Ayam Panggang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 221,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Kimchi Big Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 222,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Chunky Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 223,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Singaporean Laksa / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 224,\r\n \"Brand\": \"Homiah\",\r\n \"Variety\": \"Malaysian Red Curry / Laksa Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 225,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Curry Ramen Donburi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 226,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Aji Yoka Tai Tonkotsu Ramen Kumamoto\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 227,\r\n \"Brand\": \"Dongwon\",\r\n \"Variety\": \"Spicy Topokki With Rose Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 228,\r\n \"Brand\": \"Bagu\",\r\n \"Variety\": \"Fresh Hot & Sour Sweet Potato Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 229,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Chili Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 230,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 231,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Cheese Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 232,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"For The Lovely Girls' Original Rapokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 233,\r\n \"Brand\": \"ShanShi\",\r\n \"Variety\": \"Garlic Spicy Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 234,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"For The Lovely Girls' Mac & Cheese Rapokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 235,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Talharim Sabor Frango\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 236,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Vegan Shin Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 237,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Big Bone Noodle Soup Spicy Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 238,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Spicy Cheese Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 239,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sriracha Yakisoba Japanese Style Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 240,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Green Mushroom & Fried Tofu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 241,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Lamen Doce Sabor Chocolate\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 242,\r\n \"Brand\": \"Norita\",\r\n \"Variety\": \"Dan Dan Noodle Meal Kit – Sichuan Style Hot & Spicy Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 243,\r\n \"Brand\": \"Dongwon\",\r\n \"Variety\": \"Rapokki With Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 244,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Universtar Noodle With Galaxy Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 245,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Premium Shin Gold With Chicken Broth\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 246,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Big Bone Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 247,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Habanero Lime Buldak Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 248,\r\n \"Brand\": \"Pink Rocket\",\r\n \"Variety\": \"‘For The Lovely Girls’ Carbonara Rabokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 249,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"BT21 Universtar Noodle With BT21 Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 250,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Phnom Penh Rice Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 251,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 252,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Alishan Oolong Tea Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 253,\r\n \"Brand\": \"Burung Dara\",\r\n \"Variety\": \"Doroku Bihun Jagung\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 254,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Stirfried Kimchi Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 255,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Deka Uma W Mayo Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 256,\r\n \"Brand\": \"Wellheim\",\r\n \"Variety\": \"Seoul Topokki- Jjajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 257,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Toyama Ken San Shiro Ebi Dashi Shiyou Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 258,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Gorenbg Original 50th Anniversary\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 259,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Aomori Stamina Gen Tare Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 260,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup 1.5 Bai Seafood Flavor Setouchi Lemon Shitate Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 261,\r\n \"Brand\": \"Choi\",\r\n \"Variety\": \"Ramen Noodle Soup Artificial Roasted Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 262,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Jjang Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 263,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Noodle Kit With Sauce Black Pepper\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 35\r\n },\r\n {\r\n \"id\": 264,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Vegan Noodle Tan-Tan Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 265,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Consomme Tomato Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 266,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Hiyashi Stamina Niku Soboro Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 267,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maru Uma Tottori Gyukotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 268,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen Donburi Ebi Dashi Shitate\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 269,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Osaka Kasu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 270,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tabimen Sapporo Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 271,\r\n \"Brand\": \"Tokushima Seifun\",\r\n \"Variety\": \"Kin-Chan Tokushima Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 272,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Tategata Takana Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 273,\r\n \"Brand\": \"Daebak x TNTCO\",\r\n \"Variety\": \"Carolina Reaper Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 274,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 275,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Ikasumi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 276,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruuma Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 277,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippei-chan Yaten no Yakisoba Ninniku Shoyu Aji\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 278,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Yamaimo Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 279,\r\n \"Brand\": \"GS Retail\",\r\n \"Variety\": \"You US Omori Kimchi Stew Ramyun\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 280,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shigoku no Ippai Koku Kuro Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 281,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokuhin Yuzu Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 282,\r\n \"Brand\": \"King David\",\r\n \"Variety\": \"Non-Fried Instant Noodles Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 283,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Hot & Spicy Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 284,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Boiled Noodle With Bonito Flake\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 285,\r\n \"Brand\": \"King David\",\r\n \"Variety\": \"Non-Fried Instant Noodles Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 286,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Noodle Spicy Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 287,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Saigon Pho Vietnamese Rice Noodles Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 288,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Spaghetti Napolitan\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 289,\r\n \"Brand\": \"Chilkap\",\r\n \"Variety\": \"Perilla Seeds Korean Style Pasta\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 290,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Chongqing Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 291,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Arisoude Nakatta Tenshinmen Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 292,\r\n \"Brand\": \"Nu Rea\",\r\n \"Variety\": \"Red Kimchi Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 293,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Saigon Pho Vietnamese Rice Noodles Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 294,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Hon's Noodle Soup Seasonal Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 295,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Seafood Flavored Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 296,\r\n \"Brand\": \"Thai's Asia\",\r\n \"Variety\": \"Pad Thai Sauce With Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 297,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Peas Fired Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 298,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Buckwheat Chilli Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 299,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Noodle Mild Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 300,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yomise no Yakisoba Mentaiko Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 301,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bibim Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 302,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Stir Fried Noodle With Spicy Soy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 303,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Sauce Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 304,\r\n \"Brand\": \"Guangyou\",\r\n \"Variety\": \"Instant Noodle Sour Hot Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 305,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hao Hao Mi Goreng Shrimp & Onion Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 306,\r\n \"Brand\": \"Ching's Secret\",\r\n \"Variety\": \"Pad Thai Noodle Green Curry\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 307,\r\n \"Brand\": \"Chewy\",\r\n \"Variety\": \"Quick Serve Macaroni Ham Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 308,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Soursop Tea Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 309,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Sesame Teriyaki Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 310,\r\n \"Brand\": \"Jiangxi\",\r\n \"Variety\": \"Nanchang Mixed Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 311,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Maikagura Kanshu Truffle Kaoru Toripaitan\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 312,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokuhin Koidashi Agodashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 313,\r\n \"Brand\": \"Tokushima Seifun\",\r\n \"Variety\": \"Kim-Chan Ramen Cup Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 314,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Crazy Rich Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 315,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Nagoya Taiwan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 316,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Meiten no Aji Tenkaippin Kyoto Noukou Toripaitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 317,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"no Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 318,\r\n \"Brand\": \"Oguro Shokuhin\",\r\n \"Variety\": \"AKAGI Niboshi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 319,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nomihosu Ippai Kyoto Seabura Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 320,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Noodle & Soup Only Kohaku Shellfish Dashi Chuka Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 321,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Hot & Sour Sweet Potato Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 322,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Boiled & Stirred Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 323,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Pre no Shio Stamina Ninniku Shio Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 324,\r\n \"Brand\": \"Gui Lin\",\r\n \"Variety\": \"Fresh Rice Noodles Chili Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 325,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Chicken Flavor Asian Style Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 326,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Kyushu Tonkotsu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 327,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Spicy Mongolian Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 328,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Sichuan Cold Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 329,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Osobaya san no Curry Nanban Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 330,\r\n \"Brand\": \"Uncle Ya\",\r\n \"Variety\": \"Sour Pepper Beef Flavored Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 331,\r\n \"Brand\": \"Maggi\",\r\n \"Variety\": \"Pazzta Masala Penne\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 332,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Ganso Curry Tantanmen Masatora\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 333,\r\n \"Brand\": \"Knorr\",\r\n \"Variety\": \"Clam Chowder Pasta\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 334,\r\n \"Brand\": \"Maruhan\",\r\n \"Variety\": \"Kitsune Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 335,\r\n \"Brand\": \"Kishimen\",\r\n \"Variety\": \"Miso Nikomi Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 336,\r\n \"Brand\": \"JayOne\",\r\n \"Variety\": \"Aged & Matured Authentic Kimchi Stew Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 337,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Spicy Kung Pao Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.75\r\n },\r\n {\r\n \"id\": 338,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Jumbo Pack Yellow Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 339,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Veggie Sesame Oil With Ginger\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 340,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba Japanese Style Stir Fry Noodles Sweet & Spicy Habanero Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 341,\r\n \"Brand\": \"A Taste Of Thai\",\r\n \"Variety\": \"Peanut Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 342,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak 2x Spicy Artificial Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 343,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Asahikawa Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 344,\r\n \"Brand\": \"Chewy\",\r\n \"Variety\": \"Quick Serve Macaroni Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 345,\r\n \"Brand\": \"Ya Shu\",\r\n \"Variety\": \"Xi'an Famous Foods Biangbiang Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 346,\r\n \"Brand\": \"Nu Rea\",\r\n \"Variety\": \"Udon Black Original\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 347,\r\n \"Brand\": \"Ya Shu\",\r\n \"Variety\": \"Huaxi Beef Flavored Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 348,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 349,\r\n \"Brand\": \"Surasang\",\r\n \"Variety\": \"Kimchi Janchi Guksu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 350,\r\n \"Brand\": \"Gui Lin\",\r\n \"Variety\": \"Fresh Rice Noodles Dry Mixing Vegetable Brine Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 351,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 352,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Fresh Pasta Cuttlefish In Squid Ink Sauce\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 353,\r\n \"Brand\": \"Li Xiao Mien\",\r\n \"Variety\": \"Er Lu Dou Pi Er\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 354,\r\n \"Brand\": \"Kikkoman\",\r\n \"Variety\": \"Spicy Garlic Noodle Kit With Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 355,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Stir Fried Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 356,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Thai Style Pad Thai Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 357,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Goose Oil With Shallot\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 358,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Instant Vermicelli Hot & Sour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 359,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 360,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Soy Sauce & Vinegar Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 361,\r\n \"Brand\": \"Sempio\",\r\n \"Variety\": \"Korean Anchovy Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 362,\r\n \"Brand\": \"Ibumie\",\r\n \"Variety\": \"Penang White CurryMee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 363,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Big Boss – Instant Vermicelli Spicy Hot\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 364,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Korean Style Spicy Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 365,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Curry Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 366,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Hot & Spicy Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 367,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Spicy Kimchi Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 368,\r\n \"Brand\": \"Dragonfly\",\r\n \"Variety\": \"Premium Hot & Sour Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 369,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O Truffle Carbonara Flavour Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 370,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Sesame Paste Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 371,\r\n \"Brand\": \"Sempio\",\r\n \"Variety\": \"Korean Spicy Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 372,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Tom Yum Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 373,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Noodle With Peas And Miscellaneous Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 374,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Vegan Tonkotsu Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 375,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Flaming Hot Miso\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 376,\r\n \"Brand\": \"Ollebadang\",\r\n \"Variety\": \"Jeju Red-Banded Lobster Cup Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 377,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 378,\r\n \"Brand\": \"Wu-Mu\",\r\n \"Variety\": \"Mandashi Mala Spicy Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 379,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Badtz-Maru Mandarin Style With Sesame Boss Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 380,\r\n \"Brand\": \"Lotus Foods\",\r\n \"Variety\": \"Garlicky Veggie Rice Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 381,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"A-Kuan Big Boss – Instant Vermicelli Spicy And Sesame Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 382,\r\n \"Brand\": \"Annie Chun's\",\r\n \"Variety\": \"Japanese Style Shoyu Ramen Soup Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 383,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Keroppi Mandarin Style Noodles With Silly Spicy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 384,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Sour Spicy Sweet Potato Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 385,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Bowl Hot & Spicy Shrimp Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 386,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Michio Kawamura Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 387,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"My Melody Mandarin Style Noodles With Friendly\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 388,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Kitsune Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 389,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hello Kitty Mandarin Style Dry Noodles With Supercute Soy Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 390,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Golden Soup Sour Spicy Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 391,\r\n \"Brand\": \"Knorr\",\r\n \"Variety\": \"Shrimp Spinach Cream Gratin\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 392,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Seafood Flavor Sweet Potato Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 393,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Plant Based Vegan Beef Instant Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 394,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Chow Mein\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 395,\r\n \"Brand\": \"Hai Chi Jia\",\r\n \"Variety\": \"Jiao Ma Guo Ma Fen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 396,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Plant-Based Vegan Chicken Instant Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 397,\r\n \"Brand\": \"Oyatsu\",\r\n \"Variety\": \"Baby Star Crispy Ramen Snack\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 398,\r\n \"Brand\": \"Mingzhu\",\r\n \"Variety\": \"Konjac Spicy & Sour Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 399,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Japanese Teriyaki\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 400,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Chengdu Sweet & Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 401,\r\n \"Brand\": \"Mr. HOO\",\r\n \"Variety\": \"Rice Noodle Soup Pho Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 402,\r\n \"Brand\": \"Naked\",\r\n \"Variety\": \"Thai-Style Coconut & Lemongrass Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 403,\r\n \"Brand\": \"Dian Zun\",\r\n \"Variety\": \"Crossing The Bridge Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 404,\r\n \"Brand\": \"Qinsheng\",\r\n \"Variety\": \"Shaanxi Cold Noodle Sout & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 405,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 406,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 407,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hot & Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 408,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Magic Noolde Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 409,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Lime & Chili Shrimp Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 410,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Quattro Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 411,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Habanero Lime Artificial Spicy Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 412,\r\n \"Brand\": \"Sad Super Hot Noodles\",\r\n \"Variety\": \"Spicy & Sour Glass Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 413,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Noodles Chicken Khao Soi Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 414,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Whole Wheat Noodles Black Pepper Pork Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 415,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Dried Jade Noodles Duck Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 416,\r\n \"Brand\": \"Freshramen4all\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 417,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Vegetarian Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 418,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Assari Donbe Umadashi Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 419,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Tsuruhashi Fugetsu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 420,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Ninniku Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 421,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Ninniku Kaoru Shoyu Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 422,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"V.F.O. Katsu Soba Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 423,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Shio Ramen Donburi Rishirikonbu Jitate\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 424,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 425,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Garlic Butter Style Shio Karubi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 426,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"HotNoodle Neo Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 427,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 428,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Gamushara Seabura Shoga Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 429,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Oshima Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 430,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Hakata Mizutaki Style Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 431,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 432,\r\n \"Brand\": \"Thasiam\",\r\n \"Variety\": \"Instant Rice Vermicelli With Spicy Herb Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 433,\r\n \"Brand\": \"Instant Spreads\",\r\n \"Variety\": \"The Original Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 434,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"One Noodle One Soup Spicy Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 435,\r\n \"Brand\": \"Ocean's Halo\",\r\n \"Variety\": \"Organic Vegan Thai Coconut Big Bowl Of Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 436,\r\n \"Brand\": \"Yuanxian\",\r\n \"Variety\": \"Absolutely Yummy Hotpot Sweet Potato Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 437,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Angry Chapaguri\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 438,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Instant Noodles With Spicy Hot Pot Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 439,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Fiery Korean Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 440,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Pad Thai Meal Kit\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 441,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Korean Spicy Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 442,\r\n \"Brand\": \"Kings Noodle\",\r\n \"Variety\": \"Hot & Sour\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 443,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"DCupebitto Kansyu Toriton Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 444,\r\n \"Brand\": \"Xijiu\",\r\n \"Variety\": \"XO Sauce Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 445,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Udon ‘Spicy Kimchi Jjigae’ Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 446,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Garlic Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 447,\r\n \"Brand\": \"Yopokki\",\r\n \"Variety\": \"Kimchi Rapokki\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 448,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Shiroi Chikara Mochi Udon with Kohaku Mochi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 449,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Hot & Spicy” Flavor With Chili Garlic\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 450,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Red Spicy Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 451,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Beautiful Hot & Sour Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 452,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Taiwanese Fried Sauce Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 453,\r\n \"Brand\": \"John's\",\r\n \"Variety\": \"Braised Scallion Oil Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 454,\r\n \"Brand\": \"Yamamoto\",\r\n \"Variety\": \"Rich Chinese Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 455,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"One Noodle One Soup Pepper Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 456,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Butter Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 457,\r\n \"Brand\": \"Igarashi Seifun\",\r\n \"Variety\": \"Kitakata Curry Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 458,\r\n \"Brand\": \"Bull Head\",\r\n \"Variety\": \"Dry Noodle Spicy Sichuan Pepper Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 459,\r\n \"Brand\": \"NeoStar\",\r\n \"Variety\": \"Ramen Delight Savory Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 460,\r\n \"Brand\": \"Kung Fu Noodles\",\r\n \"Variety\": \"Spicy Duck Blood With Mung Bean Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 461,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Meteor Noodle With Fried Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 462,\r\n \"Brand\": \"Kings Noodle\",\r\n \"Variety\": \"Chongqing Instant Pea Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 463,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tabimen Kyoto Seabura Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 464,\r\n \"Brand\": \"Poco Kitchen\",\r\n \"Variety\": \"Thai Peanut Saute\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 465,\r\n \"Brand\": \"Shoo Long Kan\",\r\n \"Variety\": \"Hot Pot Vermicelli Hot and Sour Rice Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 466,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Sapporo Ramen Shingen Koku Miso Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 467,\r\n \"Brand\": \"Poco Kitchen\",\r\n \"Variety\": \"Pork & Ginger Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 468,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Mala Tantan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 469,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Singapore Noodles Meal Kit\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 470,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Rayu Mayo Soy Sauce Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 471,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Tarako Butter Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 472,\r\n \"Brand\": \"Sad Super Hot Noodles\",\r\n \"Variety\": \"Spicy Glass Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 473,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 474,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 475,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"Chicken Vermicelli With Bamboo Shoot\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 476,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 477,\r\n \"Brand\": \"7 Select\",\r\n \"Variety\": \"Cheese & Herbs Pasta Cup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 478,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Chiba Hamaguri Dashi Shio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 479,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Kinemochi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 480,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"KyoUdon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 481,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Maikohan Hi-Hi Kyoko Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 482,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fuji no Miya Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 483,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Ippin Sozai Toyama Shiro Ebi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 484,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Megami Cup Noukou Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 485,\r\n \"Brand\": \"SesaOle\",\r\n \"Variety\": \"Sesanood Say Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 486,\r\n \"Brand\": \"Binh Tay\",\r\n \"Variety\": \"Vegetarian Pho Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 487,\r\n \"Brand\": \"JTM Food\",\r\n \"Variety\": \"XO Sauce Seafood Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 488,\r\n \"Brand\": \"BAMAN\",\r\n \"Variety\": \"Rice Noodles - Hot & Sour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 489,\r\n \"Brand\": \"I'm E\",\r\n \"Variety\": \"Choice For You Spicy Min Saeng Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 490,\r\n \"Brand\": \"Qinsheng\",\r\n \"Variety\": \"Shaanxi Cold Noodle Hot & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 491,\r\n \"Brand\": \"Lin Jia Ya Tou\",\r\n \"Variety\": \"2x Spicy Salted Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 492,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Style Hot & Sour Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 493,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba U.F.O. Perori Katsuo Dashi Sauce Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 494,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Garlic Cheese Cream Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 495,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kamodashi Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 496,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yonchan Wonton Men Donburi Kaisenjio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 497,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Japanese Teriyaki Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 498,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Soybean Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 499,\r\n \"Brand\": \"MIT\",\r\n \"Variety\": \"Ginger & Sesame Oil Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 500,\r\n \"Brand\": \"7 Select\",\r\n \"Variety\": \"Tomato Basil Pasta Cup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 501,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"HYBRID X Scallop x Chicken NOODLEVOICE Rich Scallop Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 502,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Shoyu Tonkotsu” Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 503,\r\n \"Brand\": \"Naked Noodles\",\r\n \"Variety\": \"Chinese Style Firecracker\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 504,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"SuperCup Max Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 505,\r\n \"Brand\": \"Prince Karsu\",\r\n \"Variety\": \"Hello Kitty Chicken Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 506,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Nagoya Kishimen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 507,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Garlic Oil Fermented Tofu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 508,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Pork Bone Soup Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 509,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Lanzhou Artificial Beef Flavor Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 510,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Braised Artificial Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 511,\r\n \"Brand\": \"Prince Katsu\",\r\n \"Variety\": \"Hello Kitty Spicy Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 512,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Stir-Fried Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 513,\r\n \"Brand\": \"Phonomenal\",\r\n \"Variety\": \"Bowl (Chicken)\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 514,\r\n \"Brand\": \"Pot Noodle\",\r\n \"Variety\": \"Lost The Pot Noodle Roast Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 515,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Chili Tomato” Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 516,\r\n \"Brand\": \"Freshramen4all.com\",\r\n \"Variety\": \"Curry Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 517,\r\n \"Brand\": \"Freshramen4all.com\",\r\n \"Variety\": \"Nagoya Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 518,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Fish Head Curry Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 519,\r\n \"Brand\": \"Soupply\",\r\n \"Variety\": \"Chicken Pho Bowl With Real Meat & Collagen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 520,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Instant Lunch Select Hot & Spicy Chicken Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 521,\r\n \"Brand\": \"Soupply\",\r\n \"Variety\": \"Filet & Brisket Pho Bowl With Real Meat & Collagen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 522,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Cheese Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 523,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 524,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Chicken Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 525,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen “Hokkaido Style Seafood” with Shrimp & Scallop Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 526,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Vegan Sichuan Pepper Sesame\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 527,\r\n \"Brand\": \"GreeNoodle\",\r\n \"Variety\": \"Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 528,\r\n \"Brand\": \"Simply Food\",\r\n \"Variety\": \"HODL Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 529,\r\n \"Brand\": \"Sesaole\",\r\n \"Variety\": \"Sesanood Sesariginal\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 530,\r\n \"Brand\": \"MIT\",\r\n \"Variety\": \"Shallot Sauce Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 531,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Tonkotsu Ramen Japanese Style Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 532,\r\n \"Brand\": \"Binh Tay\",\r\n \"Variety\": \"Mi Kiwi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 533,\r\n \"Brand\": \"Charming Couple\",\r\n \"Variety\": \"Biang Biang Scallion Chicken Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 534,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Tom Yum Shrimp Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 535,\r\n \"Brand\": \"Nan Chuan Dao Sheng\",\r\n \"Variety\": \"Wuhan Sesame Hot Sauce Konjac Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 536,\r\n \"Brand\": \"Naked\",\r\n \"Variety\": \"Chinese Style Orange Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 537,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Salt & Seafood Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 538,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Hae Bee Hiam Dried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 539,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Spicy Beef Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 540,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hello Kitty Kawaii Tonkotsu Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 541,\r\n \"Brand\": \"Hi Lai Foods\",\r\n \"Variety\": \"Lai Noodle Vegan Sesame Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 542,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Menya Itto Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 543,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bubuka Style Aburasoba 5th Level Spicy\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 544,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Black Pepper Seafood Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 545,\r\n \"Brand\": \"Dara/Ciptarasa\",\r\n \"Variety\": \"Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 546,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Original\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 547,\r\n \"Brand\": \"Dara/Ciptarasa\",\r\n \"Variety\": \"Ayam Bawang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 548,\r\n \"Brand\": \"Best Wok\",\r\n \"Variety\": \"Mi Goreng Hot & Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 549,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Tonkotsu Ramen With Kuromayu Black Garlic Oil\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 550,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan White Miso v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 551,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nomihosu Ippai Miso Butter Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 552,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Cold Ramen - Soy Sauce Vinaigrette\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 553,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup - Extra Spicy\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 554,\r\n \"Brand\": \"Artisan\",\r\n \"Variety\": \"Instant Noodles Artificial Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 555,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Chow Mein Teiyaki Chicken Chow Mein Noodles\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 556,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 557,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Menzukuri Awase Miso\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 558,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Super Gattai Original Cup Noodle & Shio\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 559,\r\n \"Brand\": \"immi\",\r\n \"Variety\": \"Black Garlic Chicken Flavor Ramen Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 560,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Wakame Soba Aojiso Dressing Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 561,\r\n \"Brand\": \"Mr. HOO\",\r\n \"Variety\": \"Rice Noodle Soup Spicy Shrimp Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 562,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v1.3 Prototype\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 563,\r\n \"Brand\": \"Namchang\",\r\n \"Variety\": \"Rice Noodles Classic Flavor\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 564,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Donburi Kumamoto Ma-Yu Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 565,\r\n \"Brand\": \"Seven&I\",\r\n \"Variety\": \"Premium/Myojo Ryu Shanghai Spicy Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 566,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fukuoka Hen Hakata Yaki Ramen\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 567,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shigoku No Ippai Koku Koebi Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 568,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Instant Rice Vermicelli Chicken & Abalone Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 569,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Small Soy Sauce Nyumen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 570,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Artificial Peppered Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 571,\r\n \"Brand\": \"Sokensha\",\r\n \"Variety\": \"Germinated Brown Rice Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 572,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Cup Nyumen Japanese Style Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 573,\r\n \"Brand\": \"Igarashi Seifun\",\r\n \"Variety\": \"Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 574,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Rice With Noodles Thai Yellow Curry Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 575,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Tori Paitan Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 576,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Tonkotsu Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 577,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Baby Star Pirikara Chicken Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 578,\r\n \"Brand\": \"iNoodle\",\r\n \"Variety\": \"Flat Noodle Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 579,\r\n \"Brand\": \"Artisan\",\r\n \"Variety\": \"Chongqing Style Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 580,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Curry Seafood Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 581,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kuroi Buta Curry Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 582,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Rabokki Ganjang Stir Fried Noodles With Korean Style Teriyaki Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 583,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Smoky Garlic Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 584,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Noodle With Scallion Sauce\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 585,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Aji Yokatai Kagoshima Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 586,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Chili Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 587,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Tokyo Abura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 588,\r\n \"Brand\": \"A1\",\r\n \"Variety\": \"Mi Kari Laksa Curry Laksa Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 589,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen - Spicy Sesame\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 590,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Miso Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 591,\r\n \"Brand\": \"J-Basket\",\r\n \"Variety\": \"Japanese Style Noodle Soup Curry Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 592,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Mamak Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 593,\r\n \"Brand\": \"Ishimaru\",\r\n \"Variety\": \"Kagoshima Kibinago & Soy Sauce Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 594,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Nohara Hiroshi Addictive Bean Sprout Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 595,\r\n \"Brand\": \"KampongKu\",\r\n \"Variety\": \"Garlic Black Pepper Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 596,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Hell Curry Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 597,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yuzu Flavor Maru Uma Somen Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 598,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Pot Burn Noodles Taiwanese Minced Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 599,\r\n \"Brand\": \"Schylling\",\r\n \"Variety\": \"Ramen Noodlies\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 600,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Korean Spicy Chicken Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 601,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Chicken Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 602,\r\n \"Brand\": \"Kailo Brand\",\r\n \"Variety\": \"Instant Noodles Chicken Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 603,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Cup Noodle - Aomori Stamina Sauce With Garlic & Sweet Soy Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 604,\r\n \"Brand\": \"Little Q\",\r\n \"Variety\": \"True Love Spicy Beef Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 605,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Tom Yum Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 606,\r\n \"Brand\": \"Yamamoto\",\r\n \"Variety\": \"Gomoku Yasai Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 607,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan White Miso v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 608,\r\n \"Brand\": \"Lucky Me!\",\r\n \"Variety\": \"Chickn Mami (Export)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 609,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Niku Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 610,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Fly By Jing Sichuan Chili Edition v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 611,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Minimaru Somen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 612,\r\n \"Brand\": \"Ichiran\",\r\n \"Variety\": \"Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 613,\r\n \"Brand\": \"Little Q\",\r\n \"Variety\": \"First Love Beef Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 614,\r\n \"Brand\": \"JAL\",\r\n \"Variety\": \"Selection Chanpon de Sky\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 615,\r\n \"Brand\": \"Mr. Lee's\",\r\n \"Variety\": \"Congee - Chicken Congee Rice Porridge\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 616,\r\n \"Brand\": \"Mr. Lee's\",\r\n \"Variety\": \"Congee - Original Congee Rice Porridge\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 617,\r\n \"Brand\": \"Noodie\",\r\n \"Variety\": \"Peanut Chili Irresistible Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 618,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Instant Lunch Select Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 619,\r\n \"Brand\": \"GB Company\",\r\n \"Variety\": \"Devil Of Fire Buldak\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 620,\r\n \"Brand\": \"Yeomradaewang\",\r\n \"Variety\": \"Spiciest Ramen In The World\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 621,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tokyo Charumera Abura Soba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 622,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchichi Chicken Salty Lemon Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 623,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Green Tea Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 624,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle BIG Fried Chicken & Lemon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 625,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Nagasaki Champon - Creamy Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 626,\r\n \"Brand\": \"Nishiyama Seimen\",\r\n \"Variety\": \"Shoyu Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 627,\r\n \"Brand\": \"Nishiyama Seimen\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 628,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Night Market Chow Mein - Soy Sauce Flavor\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 629,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba - Original Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 630,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Grilled Ribeye Beef v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 631,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Umaoshi Nagasaki Champon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 632,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba Light Bonito Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 633,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup - Lobster\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 634,\r\n \"Brand\": \"Assi\",\r\n \"Variety\": \"Hot & Spicy Rice Noodle Soup Bowl\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 635,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Roasted Soy Sauce Chicken v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 636,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Shio Ramen With Lemon & Olive Oil\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 637,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Yakisoba Savoru Miso Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 638,\r\n \"Brand\": \"Lingzhu\",\r\n \"Variety\": \"Hot & spicy Konjac Liangpi\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 639,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Artificial Chicken & Pork Flavor Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 640,\r\n \"Brand\": \"Yopokki\",\r\n \"Variety\": \"Cheese Rapokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 641,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Selection Korean Spicy Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 642,\r\n \"Brand\": \"iNoodle\",\r\n \"Variety\": \"Udon Cooked Noodles House Special Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 643,\r\n \"Brand\": \"Muso\",\r\n \"Variety\": \"Organic Ramen Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 644,\r\n \"Brand\": \"Delling\",\r\n \"Variety\": \"Korean Style Yukgaejang Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 645,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 646,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen Miso Tonkotsu Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 647,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Tonkotsu v1.2\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 648,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Secret Spicy Miso\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 649,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Pumpkin Spice Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 650,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Extra Extra Extra Extra Extra Extra Large Portion Yakisoba Petamax\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 651,\r\n \"Brand\": \"Thai Town\",\r\n \"Variety\": \"Tom Yum Flavor Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 652,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Tonkotsu Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 653,\r\n \"Brand\": \"Fashion Food\",\r\n \"Variety\": \"Tom Yum Shrimp Flavour Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 654,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles 5 Spices Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 655,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Snack Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 656,\r\n \"Brand\": \"Baman\",\r\n \"Variety\": \"Sour Doujiao Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 657,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Crab Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 658,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Duck Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 659,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Kimchi HOT Chicken Flavored Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 660,\r\n \"Brand\": \"Sichuan Guangyou\",\r\n \"Variety\": \"Chongqing Instant Noodle Artificial Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 661,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Noodles Vegetable Flavored\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 662,\r\n \"Brand\": \"Uncle Fun\",\r\n \"Variety\": \"Hai Nan Fen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 663,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Shisen Style Spicy Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 664,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Creamy Tom Yum Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 665,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Cheese Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 666,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Kim Chee Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 667,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Vegetarian Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 668,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Daging Cendawan Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 669,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Creamy Tom Yum Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 670,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen XO Sauce Seafood Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 671,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Soupless Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 672,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Shrimp Tom Yum Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 673,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Chinese Style Dan Dan Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 674,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Huy Fond Sriracha Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 675,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood Vegetable Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 676,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Riken Wakame Soup Flavored Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 677,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Artificial Tonkotsu Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 678,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Wonton Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 679,\r\n \"Brand\": \"Yamasa\",\r\n \"Variety\": \"Artisanal Tonkotsu Broth\",\r\n \"Style\": \"Bottle\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 680,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Koi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 681,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Rich Salty Butter Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 682,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Hakodate Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 683,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Namja (Men's Ramyun)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 684,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Selection Just Noodles & Soup Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 685,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Umakara Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 686,\r\n \"Brand\": \"Vida Food Group\",\r\n \"Variety\": \"Pozole Chicken Flavor Instant Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 687,\r\n \"Brand\": \"Vida Food Group\",\r\n \"Variety\": \"Menudo Beef Flavour Instant Ramen Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 688,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Akai Tanuki Tempura Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 689,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Chow Mein Noodles Sichuan Style Shredded Prok Artificial Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 690,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yotsuba Rich Black Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 691,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Red-Braised Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 692,\r\n \"Brand\": \"Souper\",\r\n \"Variety\": \"Chow Mein With Soup Stock\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 693,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pickles Buta Kimchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 694,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Teriyaki Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 695,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 696,\r\n \"Brand\": \"Shinsegae Mamee\",\r\n \"Variety\": \"Daebak Ghost Pepper Cheese Spicy Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 697,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Waraa Kagoshima Pork Shabu-Shabu Taste Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 698,\r\n \"Brand\": \"Thai Chef\",\r\n \"Variety\": \"Artificial Duck Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 699,\r\n \"Brand\": \"Sugakiya Foods\",\r\n \"Variety\": \"Josui Shio Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 700,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchi Cchi Hello Kitty Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 701,\r\n \"Brand\": \"Liitle Couples\",\r\n \"Variety\": \"Fish Head Casserole\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 702,\r\n \"Brand\": \"Yamasa\",\r\n \"Variety\": \"Artisanal Ramen Broth - Miso / Jongga Ramen Sari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 703,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Roasted Duck w/Sweet Onion Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 704,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Donbei Simple Taste Somen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 705,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Flavor Ramen Noodle Soup 50th Anniversary Edition\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 706,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Chicken Rice Flavor Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 707,\r\n \"Brand\": \"Sunaoshi\",\r\n \"Variety\": \"Small Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 708,\r\n \"Brand\": \"Nakaki Food\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 709,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Rich Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 710,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bubuka Abura Soba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 711,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Asian Style Sesame Teriyaki Noodle With Miso & Garlic\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 712,\r\n \"Brand\": \"Meet Mee\",\r\n \"Variety\": \"Malaysia Chili Pan Mee\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 713,\r\n \"Brand\": \"Xiao Long Kan\",\r\n \"Variety\": \"Jintong Sour & Hot Pumpkin Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 714,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Wakayama Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 715,\r\n \"Brand\": \"Yi Lai Shuen\",\r\n \"Variety\": \"Kinmen Thin Noodles - Sesame Oil Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 716,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen / Garlic / Kewpie Mayonnaise / Egg\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 717,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Japanese Tarako Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 718,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Chongqing Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 719,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Umakara Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 720,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Shrimp Wonton Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 721,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 722,\r\n \"Brand\": \"Mo Xiao Xian\",\r\n \"Variety\": \"Luosifer Instant Rice Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 723,\r\n \"Brand\": \"Assi\",\r\n \"Variety\": \"Fresh Jjajang Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 724,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Kari Lontong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 725,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster x Daebak Ghost Pepper Mie Goreng Indonesia\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 726,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Scallop & Hua Diao Wine Chicken Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 727,\r\n \"Brand\": \"Trident\",\r\n \"Variety\": \"Protein Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 728,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 729,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Spicy Artificial Pork Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 730,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Butter Tarako Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 731,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Chige Spicy Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 732,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Tempura Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 733,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Ginza Curry Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 734,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Megami Seafood Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 735,\r\n \"Brand\": \"Aces\",\r\n \"Variety\": \"Sriracha Ramen Noodle Soup Original Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 736,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mochi-Mugu Yuzukosho Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 737,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 738,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Soba Peking Duck\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 739,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Cup Noodles Mi Goreng Barbeque Chicken Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 740,\r\n \"Brand\": \"Super Bihun\",\r\n \"Variety\": \"Instan Goreng Instant Fried Rice Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 741,\r\n \"Brand\": \"Shoo Loong Kan\",\r\n \"Variety\": \"Mianyang Instant Rice Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 742,\r\n \"Brand\": \"Fenweixiang\",\r\n \"Variety\": \"Hengyang Fish Instant Rice Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 743,\r\n \"Brand\": \"Fairy Bridge\",\r\n \"Variety\": \"Huo Guo Gu Maocai Instant Hot Pot Noodles Chuanchuanxiang Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 744,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Chengdu Sweet Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 745,\r\n \"Brand\": \"Maggi\",\r\n \"Variety\": \"Masala Cuppa Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"India\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 746,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Sesame Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 747,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Black Garlic Oil Tonkotsu Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 748,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Noodle Doodle Fiery Chatpata Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 749,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Nagahama Yatai Ramen Mild Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 750,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Artificial Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 751,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Akasaki Eirin Sura Tanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 752,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kuze Fuku Shoten Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 753,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Kyoto Seabura Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 754,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Niku Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 755,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Artificial Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 756,\r\n \"Brand\": \"Niudafang\",\r\n \"Variety\": \"Lanzhou Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 757,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Wonton Soup Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 758,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Yakisoba White\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 759,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Mode Gakuen Friday Garlic Tonkotsu Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 760,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Toyama Shiraebi Shio\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 761,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Selection Korean Spicy Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 762,\r\n \"Brand\": \"Kolson\",\r\n \"Variety\": \"Dhanak Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 763,\r\n \"Brand\": \"Quickchow\",\r\n \"Variety\": \"Instant Bihon Guisado\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 764,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Daozai Mian Instant Sour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 765,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles Sesame Chili Sauce Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 766,\r\n \"Brand\": \"Han\",\r\n \"Variety\": \"Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Russian Federation\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 767,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Chicken Soup Flavour Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 768,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Dan Dan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 769,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Picante Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 770,\r\n \"Brand\": \"Kou Da Xiang\",\r\n \"Variety\": \"Hot & Spicy Mixed Instant Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 771,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"ChapaGuri Jjajang Noodle With Spicy Seafood Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 772,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles Chongqing Spicy Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 773,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Tonkotsu Flavor Hakata Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 774,\r\n \"Brand\": \"Fan's Kitchen\",\r\n \"Variety\": \"Premium Instant Noodles With Stewed Beef Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 775,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 776,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Roasted Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 777,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Pork Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 778,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 779,\r\n \"Brand\": \"Being Blue\",\r\n \"Variety\": \"Souper Bowl Noodle Pho Rice Noodle Seafood\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 780,\r\n \"Brand\": \"Guangyou\",\r\n \"Variety\": \"Artificial Clam Flavored Instant Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 781,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Kagoshima Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 782,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Roast Artificial Beef\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 783,\r\n \"Brand\": \"Sanyang\",\r\n \"Variety\": \"Yishi Classic Guilin Rice Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 784,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Teriyaki Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 785,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Quick Chicken Pizza Flavored Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 786,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Mian Yang Rice Noodle Artificial Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 787,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Prawn Soup La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 788,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Jumbo Instant Noodles With Flamed Beef Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 789,\r\n \"Brand\": \"Super God\",\r\n \"Variety\": \"God Noodles Sichuan Spicy & Scallion Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 790,\r\n \"Brand\": \"Morre\",\r\n \"Variety\": \"Instant Noodles Chicken Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 791,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 792,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Instant Noodles Vegetable Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 793,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 794,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Kaisen Seafood\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 795,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 796,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"NonCup Kitsune Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 797,\r\n \"Brand\": \"Muso\",\r\n \"Variety\": \"Organic Ramen Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 798,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kuroi Buta Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 799,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Thai Lemongrass Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 800,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Spiced Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 801,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Black With Beef Bone Broth\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 802,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Instant Noodles Special Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 803,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Molten Chili Chicken\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 804,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 805,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 806,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Red Tom Yum Goong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 807,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Scorchin' Sesame Shrimp\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 808,\r\n \"Brand\": \"Fujiwara\",\r\n \"Variety\": \"Kani Nochikara Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 809,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Ginger Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 810,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Creamy Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 811,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mocchichi Shio Yakisoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 812,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Beijing Jjambbong Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 813,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Hot & Spicy Fire Wok Sizzlin' Rich Pork\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 814,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Kitakata Ramen Spicy Umakara\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 815,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Spicy Shrimp Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 816,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Hakata Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 817,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Hot & Spicy Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 818,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Sesame Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 819,\r\n \"Brand\": \"Lee Kum Kee\",\r\n \"Variety\": \"Hong Kong Style Chow Mein\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 820,\r\n \"Brand\": \"WhatIf? Foods\",\r\n \"Variety\": \"Miringa Noodle With Sesame Garlic Seasoning\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 821,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Sweet Chili Togarashi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 822,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Vietnamese Beef Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 823,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir-Fry Hot Garlic Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 824,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Red Oil Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 825,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 826,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Soy Sauce Shrimps\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 827,\r\n \"Brand\": \"Single High\",\r\n \"Variety\": \"Spicy Bean Vermicelli With Oden\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 828,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Luosi Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 829,\r\n \"Brand\": \"WhatIf? Foods\",\r\n \"Variety\": \"Bamnut Noodles With Sweet Hot Seasoning\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 830,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamon Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 831,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Hot & Sour Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 832,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tofu Ramen Chicken Shio Soymilk\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 833,\r\n \"Brand\": \"Morre\",\r\n \"Variety\": \"Instant Noodle Chatt Patta\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Pakistan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 834,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Vietnamese Vegetable Pho\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 835,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Chicken Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 836,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Noncup Noodle Soba With Green Onion\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 837,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Healthy Wazen Mochi Wheat Men Katsu & Kombu Dashi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 838,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Oriental Beef Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 839,\r\n \"Brand\": \"Du Du\",\r\n \"Variety\": \"Non-Fried Instant Rice Noodles - Shrimp Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 840,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 841,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Chicken Green Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 842,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Pad Thai\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 843,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Creamy Tom Yum Shrimp\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 844,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wa Dining Seino - Rich Wakayama Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 845,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yomise No Yakisoba - Tartar Sauce Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 846,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Wa Ra - Mie Ise-ebi Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 847,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Tom Yum Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 848,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Hot & Sour Tanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 849,\r\n \"Brand\": \"Jub Jub\",\r\n \"Variety\": \"Thai Rice Noodle Soup - Original Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 850,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Hot Chili Spicy Roasted Sesame Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Germany\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 851,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"X-Press Noodles Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 852,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Beef Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 853,\r\n \"Brand\": \"Sutharos\",\r\n \"Variety\": \"Organic Ywllow Curry Thai Cooking Set\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 854,\r\n \"Brand\": \"Du Du\",\r\n \"Variety\": \"Non-Fried Instant Rice Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 855,\r\n \"Brand\": \"iMee\",\r\n \"Variety\": \"Chicken Red Curry Flavour Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 856,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 857,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Artificial Tonkotsu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 858,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Prawn Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 859,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Cheese Jalapeno Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 860,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy River Snail Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 861,\r\n \"Brand\": \"Panda Signature\",\r\n \"Variety\": \"Ramen Noodle Soup Chili Lime Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 862,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"K*Army Stew\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 863,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki's Father Pork Bone Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 864,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"LaoTao Beef & Tendon Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 865,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 866,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Vegetarian Spicy Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 867,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Togarashi Men Umakara Tomato & Cheese\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 868,\r\n \"Brand\": \"Helper\",\r\n \"Variety\": \"Mac & Cheese Bold Cheesy Pizza\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 869,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Scallion & Sichuan Pepper\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 870,\r\n \"Brand\": \"Chef Woo\",\r\n \"Variety\": \"Braised Beef Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 871,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Shrimp Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 872,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"X-Press Noodles Masala Delight\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 873,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Mac & Tomato Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 874,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Vegetable Witrh Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 875,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Ramen Noodles Pickled Vegetable Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 876,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Instant Noodles Wuhan Hot Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 877,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen Spicy Miso Tonkotsu\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 878,\r\n \"Brand\": \"Nora Kitchen\",\r\n \"Variety\": \"Chicken Sotanghon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 879,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Yuzu Shio Yuzu Flavor Mellow Salt Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 880,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Pepper Sesame Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 881,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Beef Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 882,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Quick Instant Noodles Chicken Curry Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Serbia\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 883,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Miso Tofu Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 884,\r\n \"Brand\": \"Kim & Kim\",\r\n \"Variety\": \"Easy Pho Rice Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 885,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Toona Sauce With Sichuan Pepper\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 886,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soon Chili Tomato Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 887,\r\n \"Brand\": \"House Of Delicious Taste\",\r\n \"Variety\": \"Hot & Sour Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 888,\r\n \"Brand\": \"Mi Sedaap\",\r\n \"Variety\": \"Mi Segera Perisa Kari\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 889,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Ramen Noodle Soup Original Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 890,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hakka Noodle Original Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 891,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang White Curry Noodle (New Formulation)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 892,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Cold Udon Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 893,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Crisp Shallot Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 894,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Miso Tonkotsu Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 895,\r\n \"Brand\": \"Liangshi Nara\",\r\n \"Variety\": \"Japanese Noodle Salted Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 896,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soon Kimchi Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 897,\r\n \"Brand\": \"LonoLife\",\r\n \"Variety\": \"Chicken Bone Broth Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 898,\r\n \"Brand\": \"LonoLife\",\r\n \"Variety\": \"Beef Bone Broth Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 899,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Oil Dandan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 900,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Asian Style Instant Noodles With Crab Paste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 901,\r\n \"Brand\": \"Newgate Express\",\r\n \"Variety\": \"Instant Noodles Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Ireland\",\r\n \"Stars\": 1.75\r\n },\r\n {\r\n \"id\": 902,\r\n \"Brand\": \"Pamana\",\r\n \"Variety\": \"Instant Chicken Sotanghon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 903,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 904,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Sesame Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 905,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Maruyoshi Shrimp Tensoba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 906,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Noodle Artificial Mushroom Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 907,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Kakitama Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 908,\r\n \"Brand\": \"O'Taste\",\r\n \"Variety\": \"Habanero Ttteokbokki With Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 909,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 910,\r\n \"Brand\": \"Tasty.ly\",\r\n \"Variety\": \"Quick Pasta Cheezy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 911,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Hot & Sour Lava Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 912,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Black Pork Curry Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 913,\r\n \"Brand\": \"Pamana\",\r\n \"Variety\": \"Instant La Paz Batchoy\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 914,\r\n \"Brand\": \"Chillies Brand\",\r\n \"Variety\": \"Hae Bee Hiam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 915,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Flamin' Hot\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 916,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Hakata Mentaiko Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 917,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Pirikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 918,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen Seafood Tonkotsu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 919,\r\n \"Brand\": \"Cheetos\",\r\n \"Variety\": \"Mac'n Cheese Cheesy Japaneno\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 920,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Instant Seafood Porridge\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 921,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Gan Jajang\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 922,\r\n \"Brand\": \"Tapatio\",\r\n \"Variety\": \"Extra Spicy Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 923,\r\n \"Brand\": \"TTL\",\r\n \"Variety\": \"Table Wine Carved Chicken Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 924,\r\n \"Brand\": \"Dream Kitchen\",\r\n \"Variety\": \"Curry Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 925,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Fresh Tomato Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 926,\r\n \"Brand\": \"Liangshi Nara\",\r\n \"Variety\": \"Japanese Noodle Salted Egg Crab Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 927,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 928,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Onion Flavor Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 929,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Katsuo Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 930,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Mi Segera Perisa Kari Xtra Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 931,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Dandan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 932,\r\n \"Brand\": \"Kay's\",\r\n \"Variety\": \"Instant Macaroni Chicken Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 933,\r\n \"Brand\": \"Soup De Pasta\",\r\n \"Variety\": \"Tarako Roe Cream Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 934,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Spicy Sichuan Pepper Instant Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 935,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Bukkake Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 936,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kumamoto Akikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 937,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Spicy Fried Noodle MeeKuali Pedas\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 938,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Japanese Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 939,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Hiyashi Chuka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 940,\r\n \"Brand\": \"Indomie\",\r\n \"Variety\": \"Mi Goreng Barbecue Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 941,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Hakka Noodle Chilli Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 942,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Soy Sauce Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 943,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Seafood Sara Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 944,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Chongqing Spicy & Sour Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 945,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Seafood Flavour Sichuan Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 946,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Noodle - Original Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 947,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 948,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Big Boss Broad Noodle Chili Oil Flavor (Sour & Hot)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 949,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Masala Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 950,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Miyashi Chuka Cold Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 951,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanukioyaji Super Spicy Mazemen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 952,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Michio Kawamura Nature Ramen Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 953,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Mochichi Wonton Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 954,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Yakosoba XL Chajang (Bean Sauce) Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 955,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Spicy Baby Clam Flavor Cup Instant Rice Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 956,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Hot Korean Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 957,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Coconut Chicken Curry Rice Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 958,\r\n \"Brand\": \"Tokyo Ramen\",\r\n \"Variety\": \"Shoyu Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 959,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Karaage Ginger Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 960,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 961,\r\n \"Brand\": \"Being Blue\",\r\n \"Variety\": \"Souper Bowl Noodle Pho Rice Noodle Mild\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 962,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sekai no Yamachan Phantom Chicken Wings Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 963,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Beef With Sauerkraut\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 964,\r\n \"Brand\": \"Tasty ly\",\r\n \"Variety\": \"Quick Pasta Creamy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 965,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Creamy Chicken Gumbo\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 966,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Mi Instant Rasa Vegetarian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 967,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Red Super Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 968,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Challenge\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 969,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Daimori Osaka Kasoudon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 970,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Pepper Sesame\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 971,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Red Oil Sesame Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 972,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Fragrant In Original Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 973,\r\n \"Brand\": \"Noodles Accompanied By Happiness\",\r\n \"Variety\": \"Sesame Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 974,\r\n \"Brand\": \"Kiseki Foods\",\r\n \"Variety\": \"Kiseki Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 975,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Chicken Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 976,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Hotter & Spicier Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 977,\r\n \"Brand\": \"Ramen Express By Chef Woo\",\r\n \"Variety\": \"Beef Flavor Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 978,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Jinjja Jjolmyeon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 979,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Instant Noodle King\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 980,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Chajang Noodles With Black Bean Sauce\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 981,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Louisiana Hot & Spicy Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 982,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Shoyu Hiyashi Chuka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 983,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Karaage Garlic Shoyu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 984,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Rabokki Gochujang Stir Fried Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 985,\r\n \"Brand\": \"Love To Share\",\r\n \"Variety\": \"Xiangnian Scallion Oil Mixed Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 986,\r\n \"Brand\": \"Single Grain\",\r\n \"Variety\": \"Spicy Beef Tripe Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 987,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Tomato Pasta\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 988,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Signature Cup Instant Rice Noodles Crab Curry Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 989,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Tamen Vegetarian Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 990,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Seafood Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 991,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Garlic Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 992,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ramen Shio Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 993,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Tamago Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0.75\r\n },\r\n {\r\n \"id\": 994,\r\n \"Brand\": \"Tasty.ly\",\r\n \"Variety\": \"Cup Pasta Carbonara\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 995,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Chicken Paitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 996,\r\n \"Brand\": \"Rap Snacks\",\r\n \"Variety\": \"Icon Ramen Noodles Beef Prime Rib Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 997,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Hong Kong Street-Style Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 998,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Original\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 999,\r\n \"Brand\": \"JML\",\r\n \"Variety\": \"Instant Yakisoba Ma Jiang\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1000,\r\n \"Brand\": \"Miliket\",\r\n \"Variety\": \"Pho Huong Vi Ga\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1001,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Wei Lih Men Ma Jiang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1002,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Pork Bone Soup Flavor Instant Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1003,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Seafood Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1004,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Soybean Paste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1005,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Mushroom Flavour Sichuan Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1006,\r\n \"Brand\": \"Love To Share\",\r\n \"Variety\": \"Xiangnian Daoxiao Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1007,\r\n \"Brand\": \"Hi-Lai Foods\",\r\n \"Variety\": \"Lai Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1008,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"3X Spicy Buldak HOT Fried Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1009,\r\n \"Brand\": \"GB Company\",\r\n \"Variety\": \"The Devil Of Fire Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1010,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Fujicco Pure Tororo Konbu Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1011,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Yokosuka Navy Curry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1012,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1013,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Rasa Kaldu Ayam\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1014,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Yibin Burning Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1015,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Instant Noodle King Lobster Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1016,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"E-Fu Noodle Abalone Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1017,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Sichuan Hot Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1018,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Mac & Cheese Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1019,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1020,\r\n \"Brand\": \"Wang\",\r\n \"Variety\": \"Teriyaki Udon - Original\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1021,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1022,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Sesame Wakame Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1023,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Trolley Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1024,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"QQ Vermicelli Abalone Chicken Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1025,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Xtra Pedas\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1026,\r\n \"Brand\": \"Igarashi Seimen\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1027,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Spicy Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1028,\r\n \"Brand\": \"PLN Food Co, Ltd.\",\r\n \"Variety\": \"Classic Dry Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1029,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1030,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Crawfish Flavored Stir Fried Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1031,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Wantan Chuka Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1032,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Ho Fan Abalone Chicken Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1033,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Fiery Chilli Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"India\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1034,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Non-Fried Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1035,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Beef Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1036,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Shrimp Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1037,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Black Pepper Crab Flavor Instant Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1038,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Instant Noodles Aftificial Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1039,\r\n \"Brand\": \"Thien Huong Food\",\r\n \"Variety\": \"Lemon Chicken Flavor Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1040,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Spicy Shrimp Flavor Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1041,\r\n \"Brand\": \"Vi Huong\",\r\n \"Variety\": \"Pho Bo Artificial Beef Flavor Rice Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1042,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Selera Pedas Spicy Stir Fry Cheese Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1043,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Mi Goreng Mi Instan Cup Stir Fry\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1044,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"Selera Pedas Spicy Stir Fry Beef Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1045,\r\n \"Brand\": \"Mamee Shinsegae\",\r\n \"Variety\": \"Habanero Kimchi Jjigae Instant Noodles Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1046,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pokemon Noodle Udon Soy Sauce\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1047,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Korean Style Spicy Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1048,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Green Sichuan Pepper Instant Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1049,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Trolley Noodle Wonton Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1050,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Spicy Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1051,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Bukkake Mentai Cream Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1052,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Fried Noodle Chili Sauce Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1053,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Tokyo Style Soup-less Ramen Rich Soysause\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1054,\r\n \"Brand\": \"Lemonilo\",\r\n \"Variety\": \"Naked Ramen Chicken Chow Mein\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1055,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Shio Wantan Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1056,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Kizami Age Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1057,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Soup Curry Taste Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1058,\r\n \"Brand\": \"Baixiang\",\r\n \"Variety\": \"Artificial Spicy Beef Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1059,\r\n \"Brand\": \"Ottogi\",\r\n \"Variety\": \"Kongguksu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1060,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Oriental Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1061,\r\n \"Brand\": \"Kormosa\",\r\n \"Variety\": \"Kiss My Food Vegetable Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1062,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Shoyu Seafood Vegetables Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1063,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Hot & Sour Flavour Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1064,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Taiwanese Style Sliced Noodle Pepper & Sesame Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1065,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1066,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Ho Fan Pork Ribs Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1067,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Nonf-Fried Abalone Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1068,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"E-Fu Noodle Curry Lobster Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1069,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Pork Bone Flavour Sichuan Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1070,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Trolley Noodle Beef Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1071,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Taiwanese Style Sliced Noodle Shallot Oil Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1072,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"QQ Vermicelli Pork & Pickled Mustard Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1073,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Xiao Qiao Rice Vermicelli Hot & Sour Soup Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 1074,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Jiangnan Style Noodle - XO Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1075,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Dried Mix Rice Vermicelli XO Sauce Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1076,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Laksa Flavour Trolley Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1077,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Ho Fan\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1078,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Miso\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1079,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Chicken Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1080,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Berapi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1081,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pikachu Pokemon Soy Sauce Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1082,\r\n \"Brand\": \"Sokensha\",\r\n \"Variety\": \"Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1083,\r\n \"Brand\": \"Snapdragon\",\r\n \"Variety\": \"Miso Rice Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1084,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Criolla\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1085,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster Ghost Pepper Snek Mi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1086,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"SLRP! Kari Berapi\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1087,\r\n \"Brand\": \"Ao Ba Ba\",\r\n \"Variety\": \"Chicken Oatmeal\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1088,\r\n \"Brand\": \"Nakaki Foods\",\r\n \"Variety\": \"Salt Yakisoba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1089,\r\n \"Brand\": \"ABC President\",\r\n \"Variety\": \"mi ABC Mi Instant Shrimp\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1090,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Shokuhin Big Sauce Yakisoba With Mayonnaise\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1091,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Vegetable Paitan Tanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1092,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Sichuan Spicy Duck Blood Bean Vermicelli\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1093,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Rich Soy Sauce Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1094,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Sichuan Chili Crisp PROTOTYPE\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1095,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Restaurant Style Fresh Ramen Umami Shoyu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1096,\r\n \"Brand\": \"Higashimaru\",\r\n \"Variety\": \"Kagoshima Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1097,\r\n \"Brand\": \"Kormosa\",\r\n \"Variety\": \"Kiss My Food Shrimp Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1098,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Sabor Galinha Caipira\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1099,\r\n \"Brand\": \"Toei\",\r\n \"Variety\": \"Mini Non-Cup Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1100,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Tomato Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1101,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Pepper Crab Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1102,\r\n \"Brand\": \"Micoem\",\r\n \"Variety\": \"Cung Dinh Kool Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 1103,\r\n \"Brand\": \"Boys & Girls\",\r\n \"Variety\": \"Steam Noodle Spicy Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1104,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Yokohama Tonkotsu Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1105,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Double Wasabi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1106,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Instant Oriental Noodles Soup - Chinese Herb - Angelica Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1107,\r\n \"Brand\": \"Nissin-Miojo\",\r\n \"Variety\": \"Lamen Sabor Costela\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1108,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Keika Kumamoto Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1109,\r\n \"Brand\": \"Daikoku\",\r\n \"Variety\": \"Chikara Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1110,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Tonkotsu Ramen Premium Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1111,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Soo Air-Dried Noodles With Beef Flavor & Seaweed\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1112,\r\n \"Brand\": \"Gu Sister\",\r\n \"Variety\": \"Clam Flavor Bean Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1113,\r\n \"Brand\": \"Boys & Girls\",\r\n \"Variety\": \"Steam Noodle Tomato & Egg Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1114,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Karamuro Style Black Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1115,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Instant Hot & Sour Flavor Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1116,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Braised Chicken Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1117,\r\n \"Brand\": \"Mr. Meng\",\r\n \"Variety\": \"Tomato Egg Instant Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1118,\r\n \"Brand\": \"Pangdama\",\r\n \"Variety\": \"Slightly Spicy Beef Flavor Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1119,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Oshima x Tanaka Shoten Miso Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1120,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Charumera Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1121,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Dry Noodle Sesame Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1122,\r\n \"Brand\": \"A1\",\r\n \"Variety\": \"Abalone Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1123,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Sesame Tan Tan Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1124,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Koku Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1125,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Dah Wei Wang Instant Noodles Artificial House Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1126,\r\n \"Brand\": \"Doshirak\",\r\n \"Variety\": \"Mild Flavor Chicken Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Russian Federation\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1127,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Dining Champon Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1128,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Jjol Bibimmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1129,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Kimchi Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1130,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Cup Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1131,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Demae Ramen Original Soy Sauce Flavor Ramen Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1132,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak 2x Spicy HOT Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1133,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Coconut Chicken Laksa\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1134,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Warrior Fighting Shrimp\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1135,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Tai Chi Chicken\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1136,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Dragon Fire Vegetables\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1137,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Hong Kong Street Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1138,\r\n \"Brand\": \"Mr. Lee's Noodles\",\r\n \"Variety\": \"Zen Garden Vegetables\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"UK\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1139,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Spicy Yuzu Mazesoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1140,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Sundobu Karakuchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1141,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang Red Tom Yum Goong Rice Vermicelli Soup (2019 Recipe)\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1142,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Lime Lobster Flavor King Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1143,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Pollo Con Soja\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1144,\r\n \"Brand\": \"Fujiwara\",\r\n \"Variety\": \"Shijimi 70KO Chikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1145,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Five Spiced Duck Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1146,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Sriracha Lobster Flavor King Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1147,\r\n \"Brand\": \"Kenmin\",\r\n \"Variety\": \"Shisen Shirunashi Tantanmen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1148,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Sichuan Inspired Ramen \\\"Spicy Sesame\\\"\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1149,\r\n \"Brand\": \"Nhu\",\r\n \"Variety\": \"Vietnamese Pho Instant Rice Noodles Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1150,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Salted Beef With Mushrooms Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1151,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Hello Kitty 45th Anniversary Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1152,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Atyificial Mushroom Chicken Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1153,\r\n \"Brand\": \"Lemonilo\",\r\n \"Variety\": \"Naked Ramen Chicken Curry Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1154,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Tanuki Oyaji Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1155,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"White Fish Broth Rice Vermicelli\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1156,\r\n \"Brand\": \"Cao Is Starving\",\r\n \"Variety\": \"Dried Noodles Chongqing Style\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1157,\r\n \"Brand\": \"Itomen\",\r\n \"Variety\": \"Sansai Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1158,\r\n \"Brand\": \"Gurimi\",\r\n \"Variety\": \"Mi Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1159,\r\n \"Brand\": \"Taihodien\",\r\n \"Variety\": \"Spicy Sesame Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1160,\r\n \"Brand\": \"Shi Zu Ren\",\r\n \"Variety\": \"Energy Instant Clam Flavor Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1161,\r\n \"Brand\": \"Mr. Min\",\r\n \"Variety\": \"Original Korean Ramen Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1162,\r\n \"Brand\": \"KOKA\",\r\n \"Variety\": \"Baked Multigrain Noodles Hot Mala Tofu Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1163,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Spicy Prawn Soup Noodle (2019 Edition)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1164,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momoya Kimchi No Moto Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1165,\r\n \"Brand\": \"Yamamoto Seifun\",\r\n \"Variety\": \"Spicy Cheese Napolitan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1166,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Japanese Ramen \\\"Seafood Tonkotsu\\\" Taste\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1167,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Maruhon Sesame Oil Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1168,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Never Met Noodles Artificial Roasted Shrimp Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1169,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1170,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Criolla\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1171,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Penang White Curry Noodle (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1172,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Instant Oriental Noodles Soup Chinese Herb - Ginseng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1173,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Rich & Sweet Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1174,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Hokkien Prawn Rice Vermicelli Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1175,\r\n \"Brand\": \"Little Couples\",\r\n \"Variety\": \"Dry Noodle - Onion\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1176,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Mentai Agodashi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1177,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Never Met Noodles Artificial Roasted Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1178,\r\n \"Brand\": \"Mamee\",\r\n \"Variety\": \"Monster\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1179,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Agodashi Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1180,\r\n \"Brand\": \"Wai Wai\",\r\n \"Variety\": \"Oriental Style Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1181,\r\n \"Brand\": \"ABC\",\r\n \"Variety\": \"Mi Instant Goreng\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1182,\r\n \"Brand\": \"Mr. Min\",\r\n \"Variety\": \"Original Korean Ramen Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"France\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1183,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bibimen (35th Anniversary Edition)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1184,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Meat Spaghetti\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1185,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Chikrara Mochi Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1186,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Corn HOT Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1187,\r\n \"Brand\": \"Daisho\",\r\n \"Variety\": \"Seafood Vermicelli Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1188,\r\n \"Brand\": \"Young Poong\",\r\n \"Variety\": \"Yopokki Cheese Topokki (Rice Cake)\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1189,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup Rice Vermicelli & Noodles (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1190,\r\n \"Brand\": \"Seven & i\",\r\n \"Variety\": \"Premium Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1191,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae (9,413SHU)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1192,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Shin Light Air Dried Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1193,\r\n \"Brand\": \"Taihodien\",\r\n \"Variety\": \"Green Chilli Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1194,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Tan Tan Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1195,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Real Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1196,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Chinese Lemon Cold Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1197,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Black Pepper Crab Flavoured La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1198,\r\n \"Brand\": \"Samurai\",\r\n \"Variety\": \"Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1199,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Hot-N-Spicy Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1200,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Kameda Kakinotane Wasabi Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1201,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1202,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Extremely Ramen Noodles Rich Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1203,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"K-Army Stew Style Noodle Soup With Chili Beans\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1204,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1205,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Big Extra Spicy Tonkotsu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1206,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Green Tom Yum Soup Noodles (New Formulation Dec 2019)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1207,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Kimchi Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1208,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodle Smoky & Spicy Sio\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1209,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Chicken Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Souh Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1210,\r\n \"Brand\": \"Base Foods\",\r\n \"Variety\": \"Base Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1211,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Eco Style Refill Pack\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1212,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Grapefruit Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1213,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Potato Mayo Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1214,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Bul Jjamppong\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1215,\r\n \"Brand\": \"Wu Mu\",\r\n \"Variety\": \"Mandashi Sakura Shrimp Scallion Oil Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1216,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Light\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1217,\r\n \"Brand\": \"One Culture Foods\",\r\n \"Variety\": \"Taiwanese Beef Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1218,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"U.F.O. Chow Mein Noodles Spicy Beef Artificial Flavour\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1219,\r\n \"Brand\": \"Takamori\",\r\n \"Variety\": \"Butter & Soy Sauce Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1220,\r\n \"Brand\": \"ABC\",\r\n \"Variety\": \"Mi Instant Vegetable Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1221,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Tomato Cream Cheese Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1222,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Aloha Bowl Noodle Soup Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1223,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Noodles Hot & Sour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1224,\r\n \"Brand\": \"Menraku\",\r\n \"Variety\": \"Restaurant Style Ramen \\\"Shoyu Tonkotsu\\\" Taste\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1225,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Miojo Lamen Hot Sabor Calabresa\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1226,\r\n \"Brand\": \"One Culture Foods\",\r\n \"Variety\": \"Chinese Chicken Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1227,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Chicken Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1228,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Chinese Seasoning\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1229,\r\n \"Brand\": \"Taim\",\r\n \"Variety\": \"Thai Noodles Beef Flavored\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Israel\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1230,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Hon's Dry Noodles Traditional Sichuan Chilli Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1231,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Beef With Sauerkraut Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1232,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1233,\r\n \"Brand\": \"Wei Lih\",\r\n \"Variety\": \"Spicy Vegan Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1234,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Asahikawa Hokkaido Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1235,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Hong You Mian Pi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1236,\r\n \"Brand\": \"Vifon\",\r\n \"Variety\": \"Viet Cuisine Asian Style Instant Noodle With Mushroom\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Vietnam\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1237,\r\n \"Brand\": \"Street Noodles\",\r\n \"Variety\": \"Teriyaki\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1238,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Dining Soymilk Sesame Miso Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1239,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Big Gomtang Instant Noodle Soup Mix\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1240,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Cold Bukkake Tanuki Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1241,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Chongqing Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1242,\r\n \"Brand\": \"Star Anise Foods\",\r\n \"Variety\": \"Pho Noodle Soup Bowl Creamy Coconut\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.25\r\n },\r\n {\r\n \"id\": 1243,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Kumamoto Flavour Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1244,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Goreng Dried Chili Shrimp Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1245,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"King Lid Ramen Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1246,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Carno Com Chili\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1247,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Cham Ramen Big Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1248,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Akai Kitsune Yakiudon\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1249,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Soy Sauce Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1250,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Anpanman Soy Sauce Flavor Cup Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1251,\r\n \"Brand\": \"Wu Mu\",\r\n \"Variety\": \"Mandashi Mala Spicy Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1252,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Boh Ramen Shoyu Aji\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1253,\r\n \"Brand\": \"Eight Field\",\r\n \"Variety\": \"Spicy Peanut Paste Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1254,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Tantanmen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1255,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Big 3 Instant Ramen Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1256,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Seimen Yasai Chanpon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1257,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fire Yakisoba Spicy Beef Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1258,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Roasted Pork Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1259,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Sweet Chili Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1260,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Sabor Frango Assado Com Toque De Limao\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1261,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Akikara Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1262,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Pasta U.F.O. Sabor Alitas Hot\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1263,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Spicy Miso Flavor Craft Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1264,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr. Kimchi Stirfried Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1265,\r\n \"Brand\": \"Yibin\",\r\n \"Variety\": \"Burning Noodle Hot & Spicy\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1266,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Hokkaido Crab Nabe Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1267,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Seafood Flavour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1268,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Men Dining Shoyu Wantan Men\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1269,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Fire Bowl Ramen Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1270,\r\n \"Brand\": \"Hikari Miso\",\r\n \"Variety\": \"Harusame Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1271,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Teriyaki Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1272,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Sabor Estrogonofe De Frango\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1273,\r\n \"Brand\": \"Kang Shi Fu\",\r\n \"Variety\": \"Artificial Dongpo's Braised Prok Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1274,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Camaron\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1275,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Mr. Kimchi Kimchi Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1276,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Soy Sauce Chicken Instant Noodle Soup v1/1\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1277,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"GOLD Soy Sauce Flavor Craft Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1278,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Stir Fry Korean BBQ Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1279,\r\n \"Brand\": \"Shun Savory\",\r\n \"Variety\": \"Dried Dan Dan Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1280,\r\n \"Brand\": \"Qi Shi Liu Ren\",\r\n \"Variety\": \"Back To Henan' Instant Noodle\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1281,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Pasta U.F.O. Res Teriyaki\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1282,\r\n \"Brand\": \"Liang Cheng Mai\",\r\n \"Variety\": \"Sao Zi Mian\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1283,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Coco Ichibanya Curry House Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1284,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Spicy Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1285,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Shrimp Flavor Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1286,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Healthy Vegetable Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1287,\r\n \"Brand\": \"Nasoya\",\r\n \"Variety\": \"GoRamen Teriyaki Japanese Style Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1288,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Instant Noodle Soup v1.1\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1289,\r\n \"Brand\": \"Yumei\",\r\n \"Variety\": \"Lazy Noodle Sichuan Green Pepper Flavor\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"China\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1290,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Fideos Orientales Pollo Al Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1291,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Rainbow Noodles\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1292,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Chinese Style Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1293,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Costela Barbecue\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1294,\r\n \"Brand\": \"No Name\",\r\n \"Variety\": \"Beef Flavour Oriental Noodles & Soup Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1295,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1296,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Spicy Miso Ramen Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0.5\r\n },\r\n {\r\n \"id\": 1297,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Ho Fan\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1298,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Phakchi Lemon Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1299,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Frang Com Alho\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1300,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Extremely Ramen Noodles Rich Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1301,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Sesame Oil Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1302,\r\n \"Brand\": \"LMF\",\r\n \"Variety\": \"Hong Kong Chow Mein Garlic Minced Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1303,\r\n \"Brand\": \"Three Meters\",\r\n \"Variety\": \"Soybean Flavor Belt Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1304,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Jjajang Buldak Ramen Topokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1305,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Nissin Paste U.F.O. Camaron Fuego Salsa Habanero\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1306,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Fururu Cold Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1307,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Top Ramen Chicken Flavor Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1308,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Bibimmyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1309,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Dan Dan Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1310,\r\n \"Brand\": \"Shuang Ren Hsu\",\r\n \"Variety\": \"Famous Chinese Noodles Sesame & Peanuts\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1311,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Onomichi Aji Hei Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1312,\r\n \"Brand\": \"Nona Lim\",\r\n \"Variety\": \"Green Curry Noodle Bowl\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1313,\r\n \"Brand\": \"Three Meters\",\r\n \"Variety\": \"Pepper Sesame Belt Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1314,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Dark Dragon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Mexico\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1315,\r\n \"Brand\": \"Chef Nic's Noodles\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1316,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Spicy Shoyu Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1317,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen HOT Sabor Galinha\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1318,\r\n \"Brand\": \"Tabate\",\r\n \"Variety\": \"Yuzu Dashi Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1319,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Cold Tea Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1320,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Carbo HOT Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1321,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"KUNG-FU Instant Oriental Noodle Soup Artificial Soybean Paste Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1322,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Chicken Flavour Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1323,\r\n \"Brand\": \"Jongga\",\r\n \"Variety\": \"Instant Noodle Kimchi Ramen Hot & Spicy Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1324,\r\n \"Brand\": \"Peyoung\",\r\n \"Variety\": \"Gekkikara MAX END Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1325,\r\n \"Brand\": \"Zombear\",\r\n \"Variety\": \"Livingdea Zomramen Shio\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1326,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Ganja Saitama Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1327,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kurume Hotomeki Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1328,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"CupStar Potato Butter Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1329,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Jjajang Ttoekbokki With Noodles\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1330,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Raoh Kogashi Spicy Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1331,\r\n \"Brand\": \"Teishi\",\r\n \"Variety\": \"Shaoxing Nuerhong Wine Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1332,\r\n \"Brand\": \"Paldo\",\r\n \"Variety\": \"Teumsae Ramen (9,413SHU)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1333,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Cremoso Sabor Molho De Queijo\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1334,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Spicy Tonkotsu Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1335,\r\n \"Brand\": \"Teishi\",\r\n \"Variety\": \"Old Wine Instant Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1336,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Pho Rice Noodle HOT\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1337,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Tempura Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1338,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Cupstar Classic Shoyu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1339,\r\n \"Brand\": \"Himawari-Shokuhin\",\r\n \"Variety\": \"Yanbaru Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1340,\r\n \"Brand\": \"Chil Kab Farm Products\",\r\n \"Variety\": \"Spicy Sujebi\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1341,\r\n \"Brand\": \"7-Eleven / Nissin\",\r\n \"Variety\": \"Mouko Tanmen Nakamoto\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1342,\r\n \"Brand\": \"Yatekomo\",\r\n \"Variety\": \"Fideos Orientales Barbacoa\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Spain\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1343,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Yellow Hakata Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1344,\r\n \"Brand\": \"Jinanbo\",\r\n \"Variety\": \"Tonkotsu Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1345,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Goreng Dried Curry Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1346,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Jin Kung Fu Spicy Scallion Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1347,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Carbo Buldak Topokki\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1348,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Chicken Taco Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1349,\r\n \"Brand\": \"Kubota\",\r\n \"Variety\": \"Men Raimu Kitakata Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1350,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Texas Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1351,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kite Kyusju Moji Harbor Cheese Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1352,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Classic Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1353,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Men Shokunin Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1354,\r\n \"Brand\": \"Sanpo\",\r\n \"Variety\": \"Spicy Green Pepper Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1355,\r\n \"Brand\": \"Little Cook\",\r\n \"Variety\": \"Spicy Beef Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1356,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Neapolitan Spaghetti\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1357,\r\n \"Brand\": \"Pan Mee\",\r\n \"Variety\": \"Perisa Sup Nyonya Laksa Melaka\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1358,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Gallina Picante\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1359,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Penang Gaeng Som Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1360,\r\n \"Brand\": \"O'taste\",\r\n \"Variety\": \"Spicy Tteokbokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1361,\r\n \"Brand\": \"EDO Pack\",\r\n \"Variety\": \"Spicy Flavour Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1362,\r\n \"Brand\": \"Samlip\",\r\n \"Variety\": \"Hi-Myon Spicy Katsuo Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1363,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Seafood Gumbo Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1.25\r\n },\r\n {\r\n \"id\": 1364,\r\n \"Brand\": \"Palkin\",\r\n \"Variety\": \"The Knight Of Fire Ribs\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1365,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Imperial Big Meal Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1366,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Kyushu Hakata Vegetarian Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1367,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Neoguri Seafood & Spicy Ramyun\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1368,\r\n \"Brand\": \"Haogemen\",\r\n \"Variety\": \"Chongqing Noodles Hot & Spicy\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1369,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Tempura Udon\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1370,\r\n \"Brand\": \"Hide Chan\",\r\n \"Variety\": \"Kani Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1371,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Health Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1372,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tsuyu Soy Sauce Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1373,\r\n \"Brand\": \"FitMee\",\r\n \"Variety\": \"Konjac Chicken Soto\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1374,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Vegan Mushroom Shio Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1375,\r\n \"Brand\": \"FitMee\",\r\n \"Variety\": \"Konjac Fried Korean Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Indonesia\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1376,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Garlic Pork Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1377,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Hot Chicken Flavor Sausage\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1378,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Blue Elephant Green Curry Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1379,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Seabura Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1380,\r\n \"Brand\": \"Soup Daren\",\r\n \"Variety\": \"Pork Bone Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"China\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1381,\r\n \"Brand\": \"Aji-no-men\",\r\n \"Variety\": \"Sabor Carne Sopa Instantanea Fideos\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Peru\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1382,\r\n \"Brand\": \"Kikusui\",\r\n \"Variety\": \"Shirakaba Sansou Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1383,\r\n \"Brand\": \"Kikusui\",\r\n \"Variety\": \"Keyaki Miso Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1384,\r\n \"Brand\": \"Kuro Tetsuya\",\r\n \"Variety\": \"Black Iron Red Guard\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1385,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Japanese Cury Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1386,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Hot Chicken Flavor Topokki\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1387,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1388,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Shoyu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1389,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Blue Elephant Red Curry\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1390,\r\n \"Brand\": \"Ramen Hero\",\r\n \"Variety\": \"Classic Miso Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4.75\r\n },\r\n {\r\n \"id\": 1391,\r\n \"Brand\": \"Shin Horng\",\r\n \"Variety\": \"Lukang Thin Noodles Ginger & Sesame Oil Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1392,\r\n \"Brand\": \"Hokkaido Furano Ramen\",\r\n \"Variety\": \"Tomikawa Ramen\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1393,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Cup Noodles Chicen Mushroom Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1394,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pirikara Kenchin Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1395,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Tsuyu Soy Sauce Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1396,\r\n \"Brand\": \"Mitukura\",\r\n \"Variety\": \"Okinawa Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1397,\r\n \"Brand\": \"Cigala\",\r\n \"Variety\": \"Banzai Noodle Sabor Caril\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Portugal\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1398,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Umakara Spicy Miso Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1399,\r\n \"Brand\": \"Yamachan\",\r\n \"Variety\": \"Ramen Z Miso Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1400,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Pickles Kimchi Chige Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1401,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Fujikko Shio Yakisoba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1402,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup Okinawa Island Soba\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1403,\r\n \"Brand\": \"Tseng Noodles\",\r\n \"Variety\": \"Spicy Dolar\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1404,\r\n \"Brand\": \"Vite Ramen\",\r\n \"Variety\": \"Soy Sauce Chicken Instant Noodle Soup\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1405,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Soba\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1406,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Cheese Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1407,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Spicy Sakura Prawn Soup Rice Vermicelli & Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1408,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Scrambled Egg Udon\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1409,\r\n \"Brand\": \"No Name\",\r\n \"Variety\": \"Shrimp Flavour Oriental Noodles & Soup Mix\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1410,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Soup'd Up Zesty Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1411,\r\n \"Brand\": \"Tiger Tiger\",\r\n \"Variety\": \"Noodles In No Time Pad Thai\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United Kingdom\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1412,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Ippeichan Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1413,\r\n \"Brand\": \"Ve Wong\",\r\n \"Variety\": \"Dah Wei Wong Artificial Premium Garlic Pork Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1414,\r\n \"Brand\": \"Buitoni\",\r\n \"Variety\": \"Yakisoba Gusto Classico\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Italy\",\r\n \"Stars\": 1\r\n },\r\n {\r\n \"id\": 1415,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Hot Korean Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1416,\r\n \"Brand\": \"Ebisoba Ichigen\",\r\n \"Variety\": \"Miso\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1417,\r\n \"Brand\": \"Hite\",\r\n \"Variety\": \"Ramen Cup Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Russia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1418,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Cup Noodles Singapore Laksa\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1419,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Chili Chicken Flavour Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1420,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Natsukashi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1421,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Vegetable Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1422,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Topokki Hot Chicken Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1423,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Negi Shoyu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1424,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Squid Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1425,\r\n \"Brand\": \"Nakaki\",\r\n \"Variety\": \"Tomato Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1426,\r\n \"Brand\": \"Bowlfull\",\r\n \"Variety\": \"Beef Flavour Instant Noodle Soup\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1427,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Small Fried Shrimp Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1428,\r\n \"Brand\": \"Mykuali\",\r\n \"Variety\": \"Vegetarian Penang white Curry Noodles\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1429,\r\n \"Brand\": \"Lau Liu tou\",\r\n \"Variety\": \"Beef Flavor Spicy Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1430,\r\n \"Brand\": \"Atomy\",\r\n \"Variety\": \"Potato Vegetable Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1431,\r\n \"Brand\": \"Marutai\",\r\n \"Variety\": \"Kagoshima Black Prok Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1432,\r\n \"Brand\": \"MyKuali\",\r\n \"Variety\": \"Gaeng Som Noodle\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1433,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Prawn Soup La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1434,\r\n \"Brand\": \"Itsuki\",\r\n \"Variety\": \"Kuromayu Tonkotsu Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1435,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Bari-Kata Tonkotsu Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1436,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Burning Dry Noodles Chili Oil Flavor\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"China\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1437,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Garlic Tamari Shoyu Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1438,\r\n \"Brand\": \"Easybab\",\r\n \"Variety\": \"Hot Chicken Flavor Noodles & Rice\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1439,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Edo Soba\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1440,\r\n \"Brand\": \"Mama Pat's\",\r\n \"Variety\": \"Chicken Fajita Flavor Instant Ramen Noodles\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1441,\r\n \"Brand\": \"Red Chef\",\r\n \"Variety\": \"Pandan White Curry Noodle (New Recipe)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1442,\r\n \"Brand\": \"Tian Ling Ling\",\r\n \"Variety\": \"Dried Noodles With Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1443,\r\n \"Brand\": \"Yum Yum\",\r\n \"Variety\": \"Instant Cup Noodles Tom Yum Chicken Super Flavour\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1444,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Sauce Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1445,\r\n \"Brand\": \"Tian Ling Ling\",\r\n \"Variety\": \"Dried Noodles With Chili & Shallot Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1446,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Tonkotsu Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1447,\r\n \"Brand\": \"Prima Taste\",\r\n \"Variety\": \"Singapore Chilli Crab Flavoured La Mian\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Singapore\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1448,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Kurenai Spicy Miso Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1449,\r\n \"Brand\": \"Rooster\",\r\n \"Variety\": \"Hot & Spicy Flavour Noodle Soup\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Canada\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1450,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Seimen Curry Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1451,\r\n \"Brand\": \"A-Sha\",\r\n \"Variety\": \"Gourmet Wagyu Beef Noodle Soup\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1452,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"POP Pot or Pan Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1453,\r\n \"Brand\": \"Payless\",\r\n \"Variety\": \"Xtra Big Pancit Canton Chili-Mansi Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1454,\r\n \"Brand\": \"Canton\",\r\n \"Variety\": \"Spicy Tomato Flavour\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Bangladesh\",\r\n \"Stars\": 2.25\r\n },\r\n {\r\n \"id\": 1455,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momosan Ramen Tokyo Chicken\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1456,\r\n \"Brand\": \"Big Bon\",\r\n \"Variety\": \"Spice Mix Piquant\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Russia\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1457,\r\n \"Brand\": \"Nissin Miojo\",\r\n \"Variety\": \"Nissin Lamen Light Legumes\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Brazil\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1458,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Stir Fried Noodles (Worcestershire Sauce Flavor)\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1459,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Pork Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1460,\r\n \"Brand\": \"Uni-President\",\r\n \"Variety\": \"Imperial Big Meal Super Hot Pot Beef\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1461,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Ramen Noodle Soup Roast Beef Flavor\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 3.25\r\n },\r\n {\r\n \"id\": 1462,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba Instant Pancit Savory Beef\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1463,\r\n \"Brand\": \"Yum Yum\",\r\n \"Variety\": \"Tem Tem Tom Yum Moo Deng\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1464,\r\n \"Brand\": \"Nagatanien\",\r\n \"Variety\": \"tom Yum Kung Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2\r\n },\r\n {\r\n \"id\": 1465,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Kelp Broth Shio Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1466,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Coco Poulet\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1467,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"Gotsumori Shio Yakisoba\",\r\n \"Style\": \"Tray\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1468,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Chukazanmai Tantanmen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1469,\r\n \"Brand\": \"TIEasy\",\r\n \"Variety\": \"Sesame Sauce Handmade Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1470,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Momosan Ramen Tonkotsu\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1471,\r\n \"Brand\": \"Samlip\",\r\n \"Variety\": \"Hi-Myon Katsuo Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1472,\r\n \"Brand\": \"Doll\",\r\n \"Variety\": \"Bowl Noodle Satay & Beef Flavour\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1473,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Carbonara\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1474,\r\n \"Brand\": \"Myojo\",\r\n \"Variety\": \"Mapo Men\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1475,\r\n \"Brand\": \"New Touch\",\r\n \"Variety\": \"Chashu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 2.75\r\n },\r\n {\r\n \"id\": 1476,\r\n \"Brand\": \"Vedan\",\r\n \"Variety\": \"Jhen Mian Tang Braised Beef Noodles With Ginger\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1477,\r\n \"Brand\": \"Kinchan\",\r\n \"Variety\": \"Niku Udon With Wakame\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1478,\r\n \"Brand\": \"Mamee / Shinsegae\",\r\n \"Variety\": \"Daebak Spicy Kimchi\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Malaysia\",\r\n \"Stars\": 4.5\r\n },\r\n {\r\n \"id\": 1479,\r\n \"Brand\": \"Kenko Foods\",\r\n \"Variety\": \"Health Shio Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.5\r\n },\r\n {\r\n \"id\": 1480,\r\n \"Brand\": \"Mom's Dry Noodle\",\r\n \"Variety\": \"Spicy Hot Pot Noodle\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1481,\r\n \"Brand\": \"Sapporo Ichiban\",\r\n \"Variety\": \"Mentaiko Tonkotsu Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3.75\r\n },\r\n {\r\n \"id\": 1482,\r\n \"Brand\": \"Sakurai Foods\",\r\n \"Variety\": \"Vegetarian Soymilk Spicy Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1483,\r\n \"Brand\": \"Mazendo\",\r\n \"Variety\": \"Noodles With Chili Mala Sauce\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1484,\r\n \"Brand\": \"Sichuan Baijia\",\r\n \"Variety\": \"Big Boss Hot & Sour Sweet Potato Vermicelli\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 1.5\r\n },\r\n {\r\n \"id\": 1485,\r\n \"Brand\": \"Simply Asia\",\r\n \"Variety\": \"Singapore Street Noodles Classic Curry\",\r\n \"Style\": \"Box\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1486,\r\n \"Brand\": \"TIEasy\",\r\n \"Variety\": \"Traditional Scallion Sliced Noodle\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Taiwan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1487,\r\n \"Brand\": \"Nongshim\",\r\n \"Variety\": \"Spicy Gamjatang\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1488,\r\n \"Brand\": \"Jinmailang\",\r\n \"Variety\": \"Cup Noodles Slow Roast Beef Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"China\",\r\n \"Stars\": 2.5\r\n },\r\n {\r\n \"id\": 1489,\r\n \"Brand\": \"Acecook\",\r\n \"Variety\": \"Super Cup Pork Kimchi Ramen\",\r\n \"Style\": \"Bowl\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 3\r\n },\r\n {\r\n \"id\": 1490,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout BBQ Coree\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1491,\r\n \"Brand\": \"Maruchan\",\r\n \"Variety\": \"QTTA Curry Ramen\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1492,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Shoyu Soy Sauce Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1493,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Baby Somen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1494,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Baby Udon\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Japan\",\r\n \"Stars\": 0\r\n },\r\n {\r\n \"id\": 1495,\r\n \"Brand\": \"Hakubaku\",\r\n \"Variety\": \"Tonkotsu Pork Flavor Ramen\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"United States\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1496,\r\n \"Brand\": \"Samyang Foods\",\r\n \"Variety\": \"Buldak Mini\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"South Korea\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1497,\r\n \"Brand\": \"Nissin\",\r\n \"Variety\": \"Yakisoba Instant Pancit Spicy Chicken Flavor\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"Philippines\",\r\n \"Stars\": 4.25\r\n },\r\n {\r\n \"id\": 1498,\r\n \"Brand\": \"Maison de Coree\",\r\n \"Variety\": \"Ramen Gout Poulet Feu\",\r\n \"Style\": \"Cup\",\r\n \"Country\": \"France\",\r\n \"Stars\": 4\r\n },\r\n {\r\n \"id\": 1499,\r\n \"Brand\": \"MAMA\",\r\n \"Variety\": \"Oriental Kitchen Stir Fried Salted Egg\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Thailand\",\r\n \"Stars\": 5\r\n },\r\n {\r\n \"id\": 1500,\r\n \"Brand\": \"Sau Tao\",\r\n \"Variety\": \"Tom Yum Kung Flavour Rice Vermicelli\",\r\n \"Style\": \"Pack\",\r\n \"Country\": \"Hong Kong\",\r\n \"Stars\": 3.75\r\n }]\r\n}" }, - "audit_log": "[{\"changed_at\":\"2023-12-07T15:34:28.794+00:00\",\"changed\":[\"cloned from \\\"U7_L03_Parameters-Return Practice_Choice_1-Template\\\"\"],\"cloned_from\":\"U7_L03_Parameters-Return Practice_Choice_1-Template\"},{\"changed_at\":\"2023-12-07 15:34:31 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2023-12-13 06:21:57 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:28:41 +0000\",\"changed\":[\"start_html\",\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:30:40 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:37:47 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:49:25 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:52:46 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:14:08 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:15:59 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:18:27 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:20:52 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:42:21 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2024-01-03 20:20:55 +0000\",\"changed\":[\"code_functions\",\"start_blocks\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"}]" + "audit_log": "[{\"changed_at\":\"2023-12-07T15:34:28.794+00:00\",\"changed\":[\"cloned from \\\"U7_L03_Parameters-Return Practice_Choice_1-Template\\\"\"],\"cloned_from\":\"U7_L03_Parameters-Return Practice_Choice_1-Template\"},{\"changed_at\":\"2023-12-07 15:34:31 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2023-12-13 06:21:57 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:28:41 +0000\",\"changed\":[\"start_html\",\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:30:40 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:37:47 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:49:25 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-13 06:52:46 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:14:08 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:15:59 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:18:27 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-14 21:20:52 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2023-12-15 06:42:21 +0000\",\"changed\":[\"start_blocks\"],\"changed_by_id\":1574,\"changed_by_email\":\"ken.akiha@code.org\"},{\"changed_at\":\"2024-01-03 20:20:55 +0000\",\"changed\":[\"code_functions\",\"start_blocks\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-29 19:49:32 +0000\",\"changed\":[\"code_functions\",\"data_library_tables\",\"preload_asset_list\",\"contained_level_names\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-29 19:52:53 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-29 19:56:41 +0000\",\"changed\":[\"code_functions\",\"preload_asset_list\",\"encrypted_examples\",\"data_tables\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-29 19:57:44 +0000\",\"changed\":[\"code_functions\",\"start_blocks\",\"preload_asset_list\",\"encrypted_examples\"],\"changed_by_id\":18603,\"changed_by_email\":\"erik+levelbuilder@code.org\"}]" }]]> \ No newline at end of file diff --git a/dashboard/config/levels/custom/flappy/courseC_flappy_events1_2023MB.level b/dashboard/config/levels/custom/flappy/courseC_flappy_events1_2023MB.level new file mode 100644 index 0000000000000..919ce89f25158 --- /dev/null +++ b/dashboard/config/levels/custom/flappy/courseC_flappy_events1_2023MB.level @@ -0,0 +1,74 @@ + + Flappy.MAZE_HEIGHT;\r\n\t }", + "short_instructions": "Attach the `flap normal amount` block to the `when click` event, then press \"Run\". Click or tap on the play space to move Flappy to the target.", + "video_key": "flappy_intro", + "embed": "false", + "is_k1": "false", + "skip_instructions_popup": "false", + "never_autoplay_video": "true", + "disable_param_editing": "true", + "disable_variable_editing": "false", + "disable_procedure_autopopulate": "false", + "use_modal_function_editor": "false", + "use_contract_editor": "false", + "contract_highlight": "false", + "contract_collapse": "false", + "examples_highlight": "false", + "examples_collapse": "false", + "examples_required": "false", + "definition_highlight": "false", + "definition_collapse": "false", + "disable_examples": "false", + "hide_share_and_remix": "false", + "disable_if_else_editing": "false", + "default_flap": "NORMAL", + "free_play": "false", + "ground": "false", + "obstacles": "false", + "score": "false", + "shareable": "false", + "long_instructions": "Attach the `flap a normal amount` block to the `when click` event, then press \"Run\". \r\n\r\n---\r\n\r\nClick or tap on the play space to move Flappy to the target.", + "authored_hints": "[{\"hint_class\":\"bottom-out\",\"hint_markdown\":\"![](https://images.code.org/5f1d0edf6ebb44d98ffdce623cfe0ad4-image-1501192487040.gif)\",\"hint_id\":\"courseC_flappy_events1_a\",\"hint_type\":\"general\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/68b329da9893e34099c7d8ad5cb9c940/courseC_flappy_events1.mp3\"}]", + "parent_level_id": 21259, + "name_suffix": "_2023", + "top_level_procedure_autopopulate": "false", + "show_type_hints": "false", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:10:36.430+00:00\",\"changed\":[\"cloned from \\\"courseC_flappy_events1_2023\\\"\"],\"cloned_from\":\"courseC_flappy_events1_2023\"}]" +}]]> + + + + + + + + + + + + + ??? + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/maze/courseD_bee_conditionals2_2023MB.level b/dashboard/config/levels/custom/maze/courseD_bee_conditionals2_2023MB.level new file mode 100644 index 0000000000000..b524b893f1ecf --- /dev/null +++ b/dashboard/config/levels/custom/maze/courseD_bee_conditionals2_2023MB.level @@ -0,0 +1,116 @@ + + + + + + + + turnRight + + + turnLeft + + + + + atFlower + + + ??? + + + + + + + + + + + + + + + + turnRight + + + 2 + + + + + atFlower + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_clicker_finish_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_clicker_finish_2023MB.level new file mode 100644 index 0000000000000..32f27a321a38e --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_clicker_finish_2023MB.level @@ -0,0 +1,400 @@ + + \\n \\\"when\\\"\\n \\n \\n \\\"gold coin\\\"\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n \",\"hint_id\":\"clicker_backsgrounds_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/91783551fcd2051b49af4410fc5bed2b/courseF_clicker_finish.mp3\"},{\"hint_class\":\"content\",\"hint_markdown\":\"Add sounds to different parts of your game by connecting a `play sound` block under each event.\\n\\n\\n \\n \\n \\n Choose\\n \\n \\n \\n\\n \\\"when\\\"\\n \\n \\n \\\"gold coin\\\"\\n \\n \\n \\n \\n Choose\\n \\n \\n \\n \\n \\\"seconds\\\"\\n \\n \\n 10\\n \\n \\n \\n \\n Choose\\n \\n \\n \\n\",\"hint_id\":\"clicker_sounds_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/cb5e25c85157ca8fbc1cad34fcbcc2d7/courseF_clicker_finish.mp3\"},{\"hint_class\":\"content\",\"hint_markdown\":\"Do you want a longer game? Make more and more sprites after a certain amount of time has passed.\\n\\n\\n \\\"seconds\\\"\\n \\n \\n 3\\n \\n \\n \\n \\n \\\"gold coin\\\"\\n \\n \\n 5\\n \\n \\n \\n \\n \",\"hint_id\":\"clicker_extend_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/0bffe743a2306de74460fda22004a98b/courseF_clicker_finish.mp3\"},{\"hint_class\":null,\"hint_markdown\":\"When your game ends, you can remove all the remaining sprites like this:\\n\\n\\n \\\"seconds\\\"\\n \\n \\n 10\\n \\n \\n \\n \\n \\n \\n \\\"gold coin\\\"\\n \\n \\n \\n \\n\",\"hint_id\":\"clicker_remove_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/1602cdb375f1e77717002b6b36eaf2c9/courseF_clicker_finish.mp3\"}]", + "hint_prompt_attempts_threshold": "1", + "project_template_level_name": "courseF_clicker_template_2023", + "encrypted_examples": "Swujz6eh0DU2m93mqtwIHh8X8NOxsz4kI2icHgUWBPMic4lwgesUWLgt6PkN\ntEEusYFA7vixLuQyEDOc15O8FQ==\n", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:19:22.427+00:00\",\"changed\":[\"cloned from \\\"courseF_clicker_finish_2023\\\"\"],\"cloned_from\":\"courseF_clicker_finish_2023\"}]" +}]]> + + + + + + + + + + + + "cave" + + + + + #3333ff + + + + + + Choose + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ??? + + + + + + + + ??? + + + + + + + + "gold coin" + + + {"x":200,"y":200} + + + + + "gold coin" + + + 3 + + + + + "pop" + "gold coin" + + + 10 + + + + + "gold coin" + + + + + "scale" + + + 50 + + + + + "scale" + + + 10 + + + + + + + 4 + + + + + + + #ff0000 + + + + + + + + + + + "silver coin" + + + + + + + + "North" + + + "gold coin" + + + + + 10 + + + + + "right" + + + "gold coin" + + + + + 90 + + + + + "right" + + + "gold coin" + + + + + + + "gold coin" + + + + + 10 + + + + + + + "gold coin" + + + + + 10 + + + + + + + + 100 + + + "scale" + + + + + {"x":200,"y":200} + + + + + + + + + + + + + "seconds" + + + 3 + + + + + "when" + "up" + + + + + ??? + + + + + + "when" + + + "gold coin" + + + + + "when" + + + "purple bunny" + + + + + "carrot" + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + + + + + + + + ??? + + + + + + + + + + + + ??? + + + + + choice 1 + + + + + choice 2 + + + + + choice 3 + + + + + ?? + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_clicker_remove_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_clicker_remove_2023MB.level new file mode 100644 index 0000000000000..b6493d24ad5c8 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_clicker_remove_2023MB.level @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + "cave" + + + + + #3333ff + + + + + + + "gold coin" + + + 3 + + + + + "scale" + + + "gold coin" + + + + + 50 + + + + + + + + "when" + + + "gold coin" + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_clicker_score_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_clicker_score_2023MB.level new file mode 100644 index 0000000000000..35906756ab575 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_clicker_score_2023MB.level @@ -0,0 +1,177 @@ + + \\n \\n \\n score\\n \\n \\n\",\"hint_id\":\"print_variable_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/89c6fdf3e02aeb1bc71fb265a37ae519/courseF_clicker_score.mp3\"},{\"hint_class\":\"bottom-out\",\"hint_markdown\":\"You can combine other text with your variable like this:\\n\\n\\n \\n \\n You got \\n \\n \\n score\\n \\n \\n points!\\n \\n \\n \\n \\n \\n \\n\",\"hint_id\":\"print_score_challenge_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/15749debb5365f70a6380fa3e9bbc678/courseF_clicker_score.mp3\"}]", + "hint_prompt_attempts_threshold": "1", + "project_template_level_name": "courseF_clicker_template_2023", + "validation_code": "// This level requires the variableLog Helper Library\r\n\r\nif (World.frameCount == 1) {\r\n varLog = buildVariableLog();\r\n setFailTime(330);\r\n addCriteria(function(){\r\n return minimumSprites(3);\r\n }, 'createAtLeastThreeSprites');\r\n addCriteria(function(){\r\n return allSpriteHaveSameCostume();\r\n }, 'spritesNeedSameCostumes');\r\n addCriteria(function(){\r\n return Object.keys(varLog).length >0;\r\n }, 'createVariable');\r\n addCriteria(function(){\r\n return !varLabelStartsWithUnderscore();\r\n }, 'renameVariable');\r\n addCriteria(function(){\r\n return clickEventFound();\r\n }, 'spriteNotClicked');\r\n addCriteria(function(){\r\n return spriteRemoved()&&clickEventFound();\r\n }, 'removeSpriteWhenClicked');\r\n addCriteria(function() {\r\n return onlyEventSpriteRemoved();\r\n }, 'removeOnlyClickedSprite');\r\n addCriteria(function(){\r\n return detectVariableLogChange();\r\n }, 'changeVariableBlock');\r\n addCriteria(function(){\r\n return atTimeEventFound();\r\n }, 'addAtTimeEvent');\r\n addCriteria(function(){\r\n return printedText();\r\n }, 'addPrintBlock');\r\n addCriteria(function(){\r\n return printedText() && atTimeEventFound();\r\n }, 'printWithEvent');\r\n}\r\n\r\ndelayEndInActiveApp();\r\ncheck();", + "encrypted_examples": "57FkN7IVyAOtFX8PbxawztC3rpw1vpVN8p2OXgTnS7LqX+eKbVP4kBmeUNaL\n1mKE53Y0/ZbP22I2LuVxElzsxA==\n", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:18:49.237+00:00\",\"changed\":[\"cloned from \\\"courseF_clicker_score_2023\\\"\"],\"cloned_from\":\"courseF_clicker_score_2023\"}]" +}]]> + + + + + + + + + + + + "cave" + + + + + #3333ff + + + + + + + + + + + + + + + ??? + + + + + + + + "gold coin" + + + 3 + + + + + "scale" + + + "gold coin" + + + + + 50 + + + + + + + + "seconds" + + + 10 + + + + + "when" + + + "gold coin" + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + ?? + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_clicker_sprites_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_clicker_sprites_2023MB.level new file mode 100644 index 0000000000000..43407b8f3ac31 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_clicker_sprites_2023MB.level @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + "cave" + + + + + #3333ff + + + + + + + "gold coin" + + + 3 + + + + + "scale" + + + "gold coin" + + + + + 50 + + + + + + + + "when" + + + "gold coin" + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_clicker_variable_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_clicker_variable_2023MB.level new file mode 100644 index 0000000000000..238aacbe0a2e9 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_clicker_variable_2023MB.level @@ -0,0 +1,150 @@ + + 0;\r\n }, 'createVariable');\r\n addCriteria(function(){\r\n return !varLabelStartsWithUnderscore();\r\n }, 'renameVariable');\r\n addCriteria(function(){\r\n return clickEventFound();\r\n }, 'spriteNotClicked');\r\n addCriteria(function(){\r\n return spriteRemoved()&&clickEventFound();\r\n }, 'removeSpriteWhenClicked');\r\n addCriteria(function() {\r\n return onlyEventSpriteRemoved();\r\n }, 'removeOnlyClickedSprite');\r\n addCriteria(function(){\r\n return detectVariableLogChange();\r\n }, 'changeVariableBlock');\r\n}\r\n\r\ndelayEndInActiveApp();\r\ncheck();\r\n", + "encrypted_examples": "qXmsidzvsZpb40wzdtZnvdfWyqu2AZ7YHRDhcHQYIjAqavMeOo/4sFaWUUPo\nO75Keg6PfkCLR3SYFSMsTSPANw==\n", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:18:19.183+00:00\",\"changed\":[\"cloned from \\\"courseF_clicker_variable_2023\\\"\"],\"cloned_from\":\"courseF_clicker_variable_2023\"}]" +}]]> + + + + + + + + + + + + "cave" + + + + + #3333ff + + + + + + + "gold coin" + + + 3 + + + + + "scale" + + + "gold coin" + + + + + 50 + + + + + + + + "when" + + + "gold coin" + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_variables2_change_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_variables2_change_2023MB.level new file mode 100644 index 0000000000000..ef823b0aeba1a --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_variables2_change_2023MB.level @@ -0,0 +1,6801 @@ + + \r\n ???\r\n \r\n \r\n 1\r\n \r\n \r\n \r\n\r\nThis blocks *adds* another number to the value stored in a variable. It only works when the variable is used to store a number.\r\n\r\n## Do This\r\n- Connect a `change by` block under the `at 4 seconds` event block.\r\n - Use the same *label* for each variable block in your program.\r\n- Connect a `say` block under the `change by` block.\r\n - Make the sprite say the value of the variable after it is changed.\r\n- Press \"Run\", then wait 4 seconds. Your sprite should say a new number.", + "authored_hints": "[]", + "hint_prompt_attempts_threshold": "1", + "validation_code": "// This level requires the variableLog Helper Library\r\n\r\nif (World.frameCount == 1) {\r\n setDelayTime(60);\r\n varLog = buildVariableLog();\r\n addCriteria(function(){\r\n return minimumSprites(1);\r\n }, 'starterSprites');\r\n addCriteria(function(){\r\n return Object.keys(varLog).length >0;\r\n }, 'createVariable');\r\n addCriteria(function(){\r\n return !varLabelStartsWithUnderscore();\r\n }, 'renameVariable');\r\n addCriteria(function(){\r\n return atTimeEventFound();\r\n }, 'addAtTimeEvent');\r\n addCriteria(function(){\r\n return detectVariableLogChange();\r\n }, 'changeVariableBlock');\r\n addCriteria(function(){\r\n return anySpriteSpeaks() && atTimeEventFound();\r\n }, 'saySprite');\r\n addCriteria(function(){\r\n return anySpeechIncludesValues(varLog) && detectVariableLogChange();\r\n }, 'sayVariable');\r\n}\r\n\r\ncheck();", + "encrypted_examples": "yBTPd7o1rKcB9PyMk7vPVSFQ1CN1PSQHmwq90pcGZrFtm87oe40uHzawYoUE\nbqZUVMKws/ukT/zBhgNie3viYw==\n", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:16:36.808+00:00\",\"changed\":[\"cloned from \\\"courseF_variables2_change_2023\\\"\"],\"cloned_from\":\"courseF_variables2_change_2023\"}]" +}]]> + + + + + + + "brown bunny" + + + {"x":200,"y":200} + + + + + count + + + 0 + + + + + + + "brown bunny" + + + + + count + + + + + 4 + + + + + + + + + + + "seconds" + + + 4 + + + + + count + + + + + move a sprite, changing its direction randomly + + wandering + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + score + + + + + move a sprite to the right across the screen + + moving east + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering2 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east2 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left2 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right2 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking2 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing2 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south2 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right2 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north2 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering2 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west2 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling2 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys2 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys2 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering2 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling2 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping2 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping2 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping2 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping2 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering3 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east3 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left3 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right3 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking3 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing3 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south3 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right3 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north3 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering3 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west3 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling3 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys3 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys3 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering3 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling3 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping3 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping3 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping3 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping3 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering4 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east4 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left4 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right4 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking4 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing4 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south4 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right4 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north4 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering4 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west4 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling4 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys4 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys4 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering4 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling4 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping4 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping4 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping4 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping4 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering5 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east5 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left5 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right5 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking5 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing5 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south5 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right5 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north5 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering5 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west5 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling5 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys5 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + "right" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys5 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering5 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling5 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping5 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping5 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping5 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping5 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + + "cave" + + + + + #99ff99 + + + + + Choose + + + + + "brown bunny" + + + {"x":200,"y":200} + + + + + + + "brown bunny" + + + + + count + + + + + 4 + + + + + + + "seconds" + + + 4 + + + + + + + ??? + + + 0 + + + + + ??? + + + 1 + + + + + 0 + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_variables2_predict_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_variables2_predict_2023MB.level new file mode 100644 index 0000000000000..e437b5060ba4a --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_variables2_predict_2023MB.level @@ -0,0 +1,121 @@ + + + + + + + + + "rainbow" + + + "purple bunny" + + + {"x":150,"y":250} + + + + + + + Enter number: + + + + + count + + + + + + + + + + + + + count + + + + + "carrot" + + + count + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_variables2_set_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_variables2_set_2023MB.level new file mode 100644 index 0000000000000..5fbf036671233 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_variables2_set_2023MB.level @@ -0,0 +1,4092 @@ + + \r\n\r\n ???\r\n \r\n \r\n 3\r\n \r\n \r\n \r\n \r\n\r\n## Do This\r\n- Drag a `set` block into the workspace and connect it under `when run`.\r\n- Change `???` to `count` or another label.\r\n- Make the bunny sprite `say` the number that is stored in the variable.\r\n", + "authored_hints": "[{\"hint_class\":\"content\",\"hint_markdown\":\"You can set a variable like this:\\n\\n\\n\\n counter\\n \\n \\n 3\\n \\n \\n \\n \",\"hint_id\":\"set_block_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/aa9bf7be4418ef9805f28edef8d758fd/courseF_variables2_set.mp3\"},{\"hint_class\":\"content\",\"hint_markdown\":\"You can have a sprite say the value of a variable like this:\\n\\n\\n\\n \\n \\n \\\"purple bunny\\\"\\n \\n \\n \\n \\n count\\n \\n \\n \\n \\n 4\\n \\n \\n \\n\",\"hint_id\":\"say_variable_hint\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/4c16be1b7b70c46e580a1dbd43a235d4/courseF_variables2_set.mp3\"}]", + "hint_prompt_attempts_threshold": "1", + "validation_code": "// This level requires the variableLog Helper Library\r\n\r\nif (World.frameCount == 1) {\r\n setFailTime(90);\r\n varLog = buildVariableLog();\r\n addCriteria(function(){\r\n return minimumSprites(1);\r\n }, 'starterSprites');\r\n addCriteria(function(){\r\n return Object.keys(varLog).length >0;\r\n }, 'createVariable');\r\n addCriteria(function(){\r\n return !varLabelStartsWithUnderscore();\r\n }, 'renameVariable');\r\n addCriteria(function(){\r\n return anySpriteSpeaking();\r\n }, 'saySprite');\r\n addCriteria(function(){\r\n return anySpeechIncludesValues(varLog);\r\n }, 'sayVariable');\r\n}\r\n\r\ncheck();\r\n", + "encrypted_examples": "fl9d+SSWnkfxQkvMmRqBpNGARQoitcv46eTpMbuFZQU3WV9JbFBPDDXCgJoR\n9rMEEdGD8OpKo5SoC0pTO5PHmg==\n", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:15:40.137+00:00\",\"changed\":[\"cloned from \\\"courseF_variables2_set_2023\\\"\"],\"cloned_from\":\"courseF_variables2_set_2023\"}]" +}]]> + + + + + + + "purple bunny" + + + {"x":200,"y":200} + + + + + + + count + + + + + move a sprite, changing its direction randomly + + wandering + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + score + + + + + move a sprite to the right across the screen + + moving east + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering2 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east2 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left2 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right2 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking2 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing2 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south2 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right2 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north2 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering2 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west2 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling2 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys2 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys2 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering2 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling2 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping2 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping2 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping2 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping2 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering3 + + + + + 20 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east3 + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left3 + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right3 + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking3 + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing3 + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south3 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right3 + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north3 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering3 + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west3 + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling3 + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys3 + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys3 + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering3 + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling3 + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping3 + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite to the right across the screen. When it goes off the right side of the screen, move it back to the left side of the screen. + + moving east and looping3 + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + -50 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping3 + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping3 + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + + "cave" + + + + + #99ff99 + + + + + Choose + + + + + "purple bunny" + + + {"x":200,"y":200} + + + + + + + "purple bunny" + + + + + 4 + + + + + + + ??? + + + 0 + + + + + 0 + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/courseF_variables_predict_2023MB.level b/dashboard/config/levels/custom/spritelab/courseF_variables_predict_2023MB.level new file mode 100644 index 0000000000000..b7a22aecbf878 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/courseF_variables_predict_2023MB.level @@ -0,0 +1,714 @@ + + =1;\r\n}\r\n\r\n// Check if this is the first frame that meets the success criteria\r\nif (!validationProps.successTime) {\r\n if (\r\n validationProps.successCriteria.printedText\r\n ) {\r\n validationProps.successTime = World.frameCount;\r\n //console.log(validationProps.successTime);\r\n }\r\n}\r\n\r\n\r\nvar waitTime = 100;\r\nif (World.frameCount - validationProps.successTime >= waitTime) {\r\n console.log('Generic success');\r\n levelFailure(0, 'genericSuccess');\r\n}\r\n\r\npush();\r\nif(validationProps.successTime){\r\n fill(rgb(0,173,188));\r\n rect(0,390,((World.frameCount-validationProps.successTime)*400/waitTime),10);\r\n}\r\npop();", + "hide_pause_button": "false", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:11:11.065+00:00\",\"changed\":[\"cloned from \\\"courseF_variables_predict_2023\\\"\"],\"cloned_from\":\"courseF_variables_predict_2023\"}]" +}]]> + + + + + + + "front_of_house_1" + + + "blue_shirt_ball_1" + + + {"x":150,"y":250} + + + + + "scale" + + + "blue_shirt_ball_1" + + + + + 200 + + + + + + + What is your name? + + + + + name + + + + + + + + + + + + + + + name + + + + + + + Hello + + + name + + + ! + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + 3 + + + + + + + + + + + move a sprite to the left across the screen + + moving west + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + 3 + + + + + + + + + + + + mystery behavior + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + move a sprite, changing its direction randomly + + wandering + + + + + EQ + + + + + 0 + + + + + 5 + + + + + + + 0 + + + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + 1 + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + running east + + + "East" + + + this sprite + + + + + 5 + + + + + + + + + rotate a sprite to its left + + spinning left + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south + + + "South" + + + this sprite + + + + + 5 + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + 5 + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north + + + "North" + + + this sprite + + + + + 5 + + + + + + + + + randomly change the size of a sprite + + jittering + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling + + + + + this sprite + + + + + 5 + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/spritelab/csc_ecosystems_ocean_coral_2023MB.level b/dashboard/config/levels/custom/spritelab/csc_ecosystems_ocean_coral_2023MB.level new file mode 100644 index 0000000000000..d4e1e4502b1f1 --- /dev/null +++ b/dashboard/config/levels/custom/spritelab/csc_ecosystems_ocean_coral_2023MB.level @@ -0,0 +1,1449 @@ + + \r\n\r\n- Find the event when fish touches algae and the eatobject blocks\r\n- Add the if too much algae conditional block \r\n\r\n- Place the change costume block ***inside*** the conditional\r\n\r\n- Click Run and watch the simulation for an algae overgrowth when the boat catches most of the fish.\r\n\r\n![]()", + "submittable": "false", + "hide_share_and_remix": "true", + "never_autoplay_video": "false", + "disable_param_editing": "true", + "disable_if_else_editing": "false", + "include_shared_functions": "true", + "free_play": "false", + "expand_debugger": "false", + "debugger_disabled": "false", + "validation_enabled": "false", + "start_in_animation_tab": "false", + "mini_toolbox": "true", + "hide_pause_button": "false", + "start_animations": "{\"orderedKeys\":[\"224a49c5-c59f-4da8-8e87-2b7c68e11657\",\"dd1e6250-a641-4bbf-b5ff-c9502e7b7743\",\"32f872bb-78fc-41d9-97c1-ed4e5613ab05\",\"2e3e0cec-9d68-42b4-9966-8a7a198cb727\",\"aff99bb2-a237-4d1e-818e-996ab82e001e\",\"1918c24b-863e-4a04-8acd-6366b7a0e114\"],\"propsByKey\":{\"1918c24b-863e-4a04-8acd-6366b7a0e114\":{\"name\":\"underseadeco_25\",\"categories\":[\"aquatic_objects\"],\"frameCount\":1,\"frameSize\":{\"x\":316,\"y\":394},\"looping\":true,\"frameDelay\":2,\"jsonLastModified\":\"2021-01-19 23:51:11 UTC\",\"pngLastModified\":\"2021-01-19 23:51:14 UTC\",\"version\":\"BhwhWkxxwEdIvnGKm6st6kqUm9QvS.bw\",\"sourceUrl\":\"/api/v1/animation-library/spritelab/BhwhWkxxwEdIvnGKm6st6kqUm9QvS.bw/category_aquatic_objects/underseadeco_25.png\",\"sourceSize\":{\"x\":316,\"y\":394}},\"aff99bb2-a237-4d1e-818e-996ab82e001e\":{\"name\":\"red-coral-dead\",\"frameCount\":1,\"frameSize\":{\"x\":316,\"y\":394},\"looping\":true,\"frameDelay\":2,\"categories\":[\"\"],\"jsonLastModified\":\"2022-04-18T23:10:11.000Z\",\"pngLastModified\":\"2022-04-18T23:10:10.000Z\",\"version\":\"RQCgmEclO.axc7PWfRZ4NIZdWq6_O8BS\",\"sourceUrl\":\"/api/v1/animation-library/level_animations/RQCgmEclO.axc7PWfRZ4NIZdWq6_O8BS/red-coral-dead.png\",\"sourceSize\":{\"x\":316,\"y\":394}},\"2e3e0cec-9d68-42b4-9966-8a7a198cb727\":{\"name\":\"green-sea-plant-2\",\"frameCount\":1,\"frameSize\":{\"x\":360,\"y\":390},\"looping\":true,\"frameDelay\":2,\"categories\":[\"\"],\"jsonLastModified\":\"2022-04-11T21:02:50.000Z\",\"pngLastModified\":\"2022-04-11T21:02:50.000Z\",\"version\":\"5b9IyVs3kjEFG_er_OO9IkBNGtw1AtpA\",\"sourceUrl\":\"/api/v1/animation-library/level_animations/5b9IyVs3kjEFG_er_OO9IkBNGtw1AtpA/green-sea-plant-2.png\",\"sourceSize\":{\"x\":360,\"y\":390}},\"32f872bb-78fc-41d9-97c1-ed4e5613ab05\":{\"name\":\"background_underwater_17\",\"categories\":[\"backgrounds\"],\"frameCount\":1,\"frameSize\":{\"x\":400,\"y\":399},\"looping\":true,\"frameDelay\":2,\"jsonLastModified\":\"2021-01-19 23:53:15 UTC\",\"pngLastModified\":\"2021-01-19 23:53:16 UTC\",\"version\":\"T3iCeWVvk34YAqG8qfnOzbGcWXDnBqlp\",\"sourceUrl\":\"/api/v1/animation-library/spritelab/T3iCeWVvk34YAqG8qfnOzbGcWXDnBqlp/category_backgrounds/background_underwater_17.png\",\"sourceSize\":{\"x\":400,\"y\":399}},\"dd1e6250-a641-4bbf-b5ff-c9502e7b7743\":{\"name\":\"fishing_boat\",\"frameCount\":1,\"frameSize\":{\"x\":400,\"y\":257},\"looping\":true,\"frameDelay\":2,\"categories\":[\"\"],\"jsonLastModified\":\"2023-04-18T14:06:23.000Z\",\"pngLastModified\":\"2023-04-18T14:06:23.000Z\",\"version\":\"1A9TeBxUn2WkvaG5XC.LuRFKOXzbWPST\",\"sourceUrl\":\"/api/v1/animation-library/level_animations/1A9TeBxUn2WkvaG5XC.LuRFKOXzbWPST/fishing_boat.png\",\"sourceSize\":{\"x\":400,\"y\":257}},\"224a49c5-c59f-4da8-8e87-2b7c68e11657\":{\"name\":\"fish_10\",\"categories\":[\"animals\"],\"frameCount\":1,\"frameSize\":{\"x\":395,\"y\":247},\"looping\":true,\"frameDelay\":2,\"jsonLastModified\":\"2021-01-19 23:46:44 UTC\",\"pngLastModified\":\"2021-01-19 23:46:45 UTC\",\"version\":\"0rhBDi4DUUwKbJatsf.dSkxMiiPwS2HQ\",\"sourceUrl\":\"/api/v1/animation-library/spritelab/0rhBDi4DUUwKbJatsf.dSkxMiiPwS2HQ/category_animals/fish_10.png\",\"sourceSize\":{\"x\":395,\"y\":247}}}}\r\n\r\n", + "instructions_icon": "crab", + "name_suffix": "_2023", + "encrypted_examples": "ykQzo5Mx1PvePO/YdD+KwiPBymKTkTgcAVw5nbpLVBJBhbBZWffBUSg2tOh7\ntdfeaFlaexfVRwQ2r3ds2pmZZg==\n", + "standalone_app_name": "ecosystems", + "validation_code": "if (World.frameCount == 1) {\r\n setFailTime(150);\r\n setDelayTime(90);\r\n\r\n setupPrevious();\r\n\r\n validationProps.initialAlgaeAmount = countByAnimation({ costume: 'green-sea-plant-2' });\r\n validationProps.initialFishAmount = countByAnimation({ costume: 'fish_10' });\r\n\r\n //fail when touch event and algea not dissapeared\r\n addCriteria(function () {\r\n return (touchEventFound() && spriteRemoved() && countByAnimation({ costume: 'green-sea-plant-2' }) < validationProps.initialAlgaeAmount);\r\n }, \"cscEcosystemsFishEatAlgae\");\r\n\r\n //fail when fishing boat doesn't catch fish\r\n addCriteria(function () {\r\n var prevEventCount = validationProps.previous.eventLog.length;\r\n var fishingBoatId = getSpecificSpriteByCostume(\"fishing_boat\");\r\n var fishingBoatWasTouched = false;\r\n for (var i = prevEventCount; i < eventLog.length; i++) {\r\n if (eventLog[i].split(\" \").indexOf(fishingBoatId.toString()) > -1) {\r\n fishingBoatWasTouched = true;\r\n }\r\n }\r\n return (fishingBoatWasTouched && spriteRemoved() && countByAnimation({ costume: 'fish_10' }) < validationProps.initialFishAmount);\r\n }, \"cscEcosystemsBoatCatchFish\"); //Make sure to code the boat to catch the fish.\r\n\r\n\r\n\r\n //Then check if students added \"if too much algae\" conditional block and inside have the healthy coral \"underseadeco_25\" changes to sick coral \"red-coral-dead\", use feedback string \"cscEcosystemsIfTooMuchAlgae\"\tMake sure to add a conditional block to your code. If there is too much algae then the healthy coral turns sick.\r\n /*\r\n too much: > 19\r\n just right: >= 2, >=19\r\n too little: count < 2\r\n */\r\n\r\n addCriteria(function () {\r\n var algeaCount = countByAnimation({ costume: 'green-sea-plant-2' });\r\n if (algeaCount <= 19)\r\n return false;\r\n //else if sprite id > 19 switch costume\r\n else if (checkNewSpriteCostumeThisFrame(validationProps.coralId)) {\r\n return true;\r\n }\r\n\r\n }, \"cscEcosystemsIfTooMuchAlgae\");\r\n}\r\n\r\ngetHelperVars();\r\n\r\nif (validationProps.coralId == undefined) {\r\n validationProps.coralId = getExactlyOneSpriteIdFromCostumes([\"underseadeco_25\"]);\r\n console.log(validationProps.coralId);\r\n}\r\n\r\n\r\n\r\n\r\ntrackSpriteCostume(validationProps.coralId); \r\ncheck();\r\nupdatePrevSpriteCostume(validationProps.coralId);\r\nupdatePrevious();\r\n\r\n\r\n", + "preload_asset_list": null + }, + "published": true, + "audit_log": "[{\"changed_at\":\"2024-01-29T22:23:37.729+00:00\",\"changed\":[\"cloned from \\\"csc_ecosystems_ocean_coral_2023\\\"\"],\"cloned_from\":\"csc_ecosystems_ocean_coral_2023\"}]" +}]]> + + + + + "when" + + + "fishing_boat" + + + + + "fish_10" + + + + + + + + + + + + "when" + + + "fish_10" + + + + + "green-sea-plant-2" + + + + + + + + + + + + + + move a sprite, changing its direction randomly + + wandering + + + + + 10 + + + + + "direction" + + + this sprite + + + + + + + -25 + + + + + 25 + + + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + + + 135 + + + + + 225 + + + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + + + + moving east and looping + + + "right" + + + this sprite + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "x" + + + this sprite + + + + + + + 450 + + + + + + + "x" + + + this sprite + + + + + + + -10 + + + + + -50 + + + + + + + + + + + + + + + + + move a sprite to the right across the screen + + moving east + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + rotate a sprite to its left + + spinning left + + + "left" + + + this sprite + + + + + 6 + + + + + + + + + rotate a sprite to its right + + spinning right + + + "right" + + + this sprite + + + + + 6 + + + + + + + + + change the size of a sprite + + shrinking + + + "scale" + + + this sprite + + + + + -1 + + + + + + + + + change the size of a sprite + + growing + + + "scale" + + + this sprite + + + + + 1 + + + + + + + + + move a sprite downwards across the screen + + moving south + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite horizontally, reversing direction if it touches the edges of the screen + + swimming left and right + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 0 + + + + + + + "right" + + + this sprite + + + + + + + EQ + + + "direction" + + + this sprite + + + + + + + 180 + + + + + + + "left" + + + this sprite + + + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + + + + + + move a sprite upwards across the screen + + moving north + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + randomly change the size of a sprite + + jittering + + + "scale" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + move a sprite to the left across the screen + + moving west + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + move a sprite across the screen, reversing direction if it touches the edges + + patrolling + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + "direction" + + + this sprite + + + + + 180 + + + + + + + + + + + + OR + + + GT + + + "direction" + + + this sprite + + + + + + + 270 + + + + + + + LT + + + "direction" + + + this sprite + + + + + + + 90 + + + + + + + + + "right" + + + this sprite + + + + + + + "left" + + + this sprite + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + moving with arrow keys + + + + + "up" + + + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "right" + + + + + "East" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + + + + + + + + + move a sprite if the user is pressing the arrow keys + + driving with arrow keys + + + + + "up" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "down" + + + + + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + + + "left" + + + + + "direction" + + + this sprite + + + + + NEG + + + 5 + + + + + + + "rotation" + + + this sprite + + + + + NEG + + + 5 + + + + + + + + + + + + + "right" + + + + + "direction" + + + this sprite + + + + + 5 + + + + + "rotation" + + + this sprite + + + + + 5 + + + + + + + + + + + + + this sprite + + + + + + + + + this sprite + + + + + + + + + + + + + + + + + + + randomly change the vertical position of a sprite + + fluttering + + + "y" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + randomly set the rotation of a sprite + + wobbling + + + + + 50 + + + + + "rotation" + + + this sprite + + + + + + + -1 + + + + + 1 + + + + + + + + + + + + + Move a sprite to the left across the screen. When it goes off the left side of the screen, move it back to the right side of the screen. + + moving west and looping + + + "left" + + + this sprite + + + + + "West" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "x" + + + this sprite + + + + + + + -50 + + + + + + + "x" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving north and looping + + + "North" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + GT + + + "y" + + + this sprite + + + + + + + 450 + + + + + + + "y" + + + this sprite + + + + + -50 + + + + + + + + + + + + + Move a sprite up across the screen. When it goes off the top of the screen, move it back to the bottom of the screen. + + moving south and looping + + + "South" + + + this sprite + + + + + "speed" + + + this sprite + + + + + + + + + LT + + + "y" + + + this sprite + + + + + + + -50 + + + + + + + "y" + + + this sprite + + + + + 450 + + + + + + + + + + + + + + + + + + + + + + + + + "too much" + "green-sea-plant-2" + + + "red-coral-dead" + + + "underseadeco_25" + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/standalone_video/courseB_video_artistLoops_2023MB.level b/dashboard/config/levels/custom/standalone_video/courseB_video_artistLoops_2023MB.level new file mode 100644 index 0000000000000..82ac5b8550e6e --- /dev/null +++ b/dashboard/config/levels/custom/standalone_video/courseB_video_artistLoops_2023MB.level @@ -0,0 +1,19 @@ + + + diff --git a/dashboard/config/levels/custom/standalone_video/courseC_video_flappyIntro_2023MB.level b/dashboard/config/levels/custom/standalone_video/courseC_video_flappyIntro_2023MB.level new file mode 100644 index 0000000000000..df6ed275be344 --- /dev/null +++ b/dashboard/config/levels/custom/standalone_video/courseC_video_flappyIntro_2023MB.level @@ -0,0 +1,19 @@ + + + diff --git a/dashboard/config/levels/custom/standalone_video/courseD_bee_conditionalsVid1_2023MB.level b/dashboard/config/levels/custom/standalone_video/courseD_bee_conditionalsVid1_2023MB.level new file mode 100644 index 0000000000000..3ba7c0d8aecdc --- /dev/null +++ b/dashboard/config/levels/custom/standalone_video/courseD_bee_conditionalsVid1_2023MB.level @@ -0,0 +1,19 @@ + + + diff --git a/dashboard/config/levels/custom/turtle/courseB_artist_loops2_2023MB.level b/dashboard/config/levels/custom/turtle/courseB_artist_loops2_2023MB.level new file mode 100644 index 0000000000000..90ed538359e74 --- /dev/null +++ b/dashboard/config/levels/custom/turtle/courseB_artist_loops2_2023MB.level @@ -0,0 +1,96 @@ + + + + + + + + + 4 + + + + + + + + + + + + + + + + ??? + + + + + + + + + 6 + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/turtle/courseB_artist_loops3_2023MB.level b/dashboard/config/levels/custom/turtle/courseB_artist_loops3_2023MB.level new file mode 100644 index 0000000000000..ce344cb53b11a --- /dev/null +++ b/dashboard/config/levels/custom/turtle/courseB_artist_loops3_2023MB.level @@ -0,0 +1,92 @@ + + \\n ???\\n loop for better code!\",\"hint_id\":\"courseB_artist_loops3_a\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/c56805b4d7ec7fb024e3a5e27225c4b7/courseB_artist_loops3_2018.mp3\"},{\"hint_class\":\"content\",\"hint_markdown\":\"The artist will want to move South to draw this line.\",\"hint_id\":\"courseB_artist_loops3_b\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/f2c91ab1620ff301cc81eb67c4ae707b/courseB_artist_loops3_2018.mp3\"}]", + "ideal": "3", + "callout_json": "[\r\n {\r\n \"localization_key\": \"courseB_artist_loops3_1\",\r\n \"callout_text\": \"There is only one of these blocks in the toolbox. How will you use it?\",\r\n \"element_id\": \"#callMe\",\r\n \"on\": \"\",\r\n \"qtip_config\": {\r\n \"codeStudio\": {\r\n \"canReappear\": false,\r\n \"dropletPaletteCategory\": \"\"\r\n },\r\n \"style\": {\r\n \"classes\": \"\"\r\n },\r\n \"position\": {\r\n \"my\": \"top right\",\r\n \"at\": \"top left\",\r\n \"adjust\": {\r\n \"x\": 10,\r\n \"y\": 15\r\n }\r\n }\r\n }\r\n }\r\n]", + "instructions_important": "false", + "images": "[\r\n {\"filename\": \"https://images.code.org/d88fa03d0c42a961968b1b50a96bf4b9-image-1478557169080.png\", \"position\": [0,0]}\r\n]", + "hide_share_and_remix": "false", + "disable_if_else_editing": "false", + "permitted_errors": "0", + "disable_procedure_autopopulate": "false", + "parent_level_id": 21115, + "name_suffix": "_2023", + "top_level_procedure_autopopulate": "false", + "show_type_hints": "false", + "include_shared_functions": "false", + "encrypted": "false", + "long_instructions": "Help the artist draw a line 7 times to make a garden wall.", + "mini_rubric": "false", + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:13:39.977+00:00\",\"changed\":[\"cloned from \\\"courseB_artist_loops3_2023\\\"\"],\"cloned_from\":\"courseB_artist_loops3_2023\"}]" +}]]> + + + + + + + + + + + + + + ??? + + + #ff0000 + + + + + + + + + 7 + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/turtle/courseE_artist_functions2_2023MB.level b/dashboard/config/levels/custom/turtle/courseE_artist_functions2_2023MB.level new file mode 100644 index 0000000000000..8f07a212b0dc3 --- /dev/null +++ b/dashboard/config/levels/custom/turtle/courseE_artist_functions2_2023MB.level @@ -0,0 +1,264 @@ + + \",\"hint_id\":\"courseD_artist_functions2_c\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/cec9974e24d32f01732439435754d7d9/courseE_artist_functions2_2018.mp3\"},{\"hint_class\":\"content\",\"hint_markdown\":\"Your program should:\\n- Use your function\\n- Move forward 100 + 75 pixels\\n- Use your function again\",\"hint_id\":\"courseD_artist_functions2_a\",\"hint_type\":\"general\",\"hint_path\":\"\",\"hint_video\":\"\",\"tts_url\":\"https://tts.code.org/sharon22k/180/100/f0ce0bd2c2b51042bd7cc48ee8830487/courseE_artist_functions2_2018.mp3\"}]", + "discard_background": "false", + "callout_json": "[\r\n {\r\n \"localization_key\": \"courseD_artist_functions2_1\",\r\n \"callout_text\": \"When this green block runs, all of the code in the function will run. What should the artist do after drawing the first square?\",\r\n \"element_id\": \"#start\",\r\n \"on\": \"\",\r\n \"qtip_config\": {\r\n \"codeStudio\": {\r\n \"canReappear\": false,\r\n \"dropletPaletteCategory\": \"\"\r\n },\r\n \"style\": {\r\n \"classes\": \"\"\r\n },\r\n \"position\": {\r\n \"my\": \"bottom left\",\r\n \"at\": \"top right\",\r\n \"adjust\": {\r\n \"x\": 0,\r\n \"y\": 10\r\n }\r\n }\r\n }\r\n }\r\n]", + "instructions_important": "false", + "hide_share_and_remix": "false", + "disable_if_else_editing": "false", + "disable_procedure_autopopulate": "false", + "name_suffix": "_2023", + "top_level_procedure_autopopulate": "false", + "show_type_hints": "false", + "include_shared_functions": "false", + "parent_level_id": 21567, + "preload_asset_list": null + }, + "published": true, + "notes": "", + "audit_log": "[{\"changed_at\":\"2024-01-29T22:25:00.059+00:00\",\"changed\":[\"cloned from \\\"courseE_artist_functions2_2023\\\"\"],\"cloned_from\":\"courseE_artist_functions2_2023\"}]" +}]]> + + + + + + + + + + + + + draw a square + + + 4 + + + moveForward + 100 + + + turnRight + 90 + + + + + + + + + + + + + + moveForward + 100 + + + turnRight + 90 + + + jumpForward + 100 + + + + + ??? + + + + + + + #ff0000 + + + + + + + + + + + + + + + + + + </block> + </category> + </xml> + </toolbox_blocks> + <solution_blocks> + <xml> + <block type="when_run" deletable="false" movable="false"> + <next> + <block type="procedures_callnoreturn" movable="false" id="start"> + <mutation name="draw a square"/> + <next> + <block type="draw_move_by_constant"> + <title name="DIR">moveForward + 175 + + + + + + + + + + + + + draw a square + + + 4 + + + moveForward + 100 + + + turnRight + 90 + + + + + + + + + + + + + turnLeft + 45 + + + + + + turnLeft + 135 + + + jumpForward + + + 275 + + + + + turnLeft + 45 + + + + + + + + + + + + + + + + + draw ear stems + + + moveForward + 125 + + + turnRight + 135 + + + moveForward + 50 + + + turnRight + 180 + + + moveForward + 50 + + + turnLeft + 135 + + + moveForward + 125 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/turtle/courseE_artist_functions3_2023MB.level b/dashboard/config/levels/custom/turtle/courseE_artist_functions3_2023MB.level new file mode 100644 index 0000000000000..288e1e2d797ae --- /dev/null +++ b/dashboard/config/levels/custom/turtle/courseE_artist_functions3_2023MB.level @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + draw a star + + + + + + + + moveForward + 25 + + + jumpBackward + 25 + + + turnRight + 45 + + + turnLeft + 45 + + + + + ??? + + + + + + + #ffff00 + + + + + + + + + + + + + </block> + </category> + </xml> + </toolbox_blocks> + <solution_blocks> + <xml> + <block type="when_run" deletable="false" movable="false"> + <next> + <block type="procedures_callnoreturn" next_connection_disabled="true" can_disconnect_from_parent="false"> + <mutation name="draw a star"/> + </block> + </next> + </block> + <block type="procedures_defnoreturn" deletable="false" editable="false"> + <mutation/> + <title name="NAME">draw a star + + + 8 + + + moveForward + 25 + + + moveBackward + 25 + + + turnRight + 45 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard/config/levels/custom/weblab/CSD U2L12 Div Flex CH_2.level b/dashboard/config/levels/custom/weblab/CSD U2L12 Div Flex CH_2.level index 78391438d45e7..569161dae0f25 100644 --- a/dashboard/config/levels/custom/weblab/CSD U2L12 Div Flex CH_2.level +++ b/dashboard/config/levels/custom/weblab/CSD U2L12 Div Flex CH_2.level @@ -18,6 +18,6 @@ "display_name": "Gap spacing", "bubble_choice_description": "Learn an new property to control the spacing between rows and columns" }, - "audit_log": "[{\"changed_at\":\"2024-01-26T16:54:18.321+00:00\",\"changed\":[\"cloned from \\\"CSD U2L12 Div Flex SB_10\\\"\"],\"cloned_from\":\"CSD U2L12 Div Flex SB_10\"},{\"changed_at\":\"2024-01-26 17:07:36 +0000\",\"changed\":[\"encrypted_examples\",\"long_instructions\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-26 17:29:20 +0000\",\"changed\":[\"start_sources\",\"encrypted_examples\",\"long_instructions\",\"thumbnail_url\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-26 17:37:10 +0000\",\"changed\":[\"encrypted_examples\",\"thumbnail_url\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-27 01:39:22 +0000\",\"changed\":[\"encrypted_examples\",\"long_instructions\"],\"changed_by_id\":14639,\"changed_by_email\":\"dan+teacher@code.org\"}]" + "audit_log": "[{\"changed_at\":\"2024-01-26T16:54:18.321+00:00\",\"changed\":[\"cloned from \\\"CSD U2L12 Div Flex SB_10\\\"\"],\"cloned_from\":\"CSD U2L12 Div Flex SB_10\"},{\"changed_at\":\"2024-01-26 17:07:36 +0000\",\"changed\":[\"encrypted_examples\",\"long_instructions\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-26 17:29:20 +0000\",\"changed\":[\"start_sources\",\"encrypted_examples\",\"long_instructions\",\"thumbnail_url\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-26 17:37:10 +0000\",\"changed\":[\"encrypted_examples\",\"thumbnail_url\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"},{\"changed_at\":\"2024-01-27 01:39:22 +0000\",\"changed\":[\"encrypted_examples\",\"long_instructions\"],\"changed_by_id\":14639,\"changed_by_email\":\"dan+teacher@code.org\"},{\"changed_at\":\"2024-01-29 18:07:46 +0000\",\"changed\":[\"encrypted_examples\"],\"changed_by_id\":18602,\"changed_by_email\":\"angelina+levelbuilder@code.org\"}]" }]]> diff --git a/dashboard/config/locales/courses.en.yml b/dashboard/config/locales/courses.en.yml index 4e793962d856f..4baf3097f0515 100644 --- a/dashboard/config/locales/courses.en.yml +++ b/dashboard/config/locales/courses.en.yml @@ -637,3 +637,9 @@ en: description_student: '' description_teacher: '' version_title: '' + self-paced-pl-microbit-2024: + title: self-paced-pl-microbit-2024 + description_short: '' + description_student: '' + description_teacher: '' + version_title: '' diff --git a/dashboard/config/locales/scripts.en.yml b/dashboard/config/locales/scripts.en.yml index 1cf9b798ae461..66ac9fc5a5675 100644 --- a/dashboard/config/locales/scripts.en.yml +++ b/dashboard/config/locales/scripts.en.yml @@ -14776,12 +14776,20 @@ en: lessons: lesson-1: name: Introduction to Coding with AI + lesson-2: + name: 'AI: Your Ideation Partner for Programming Prep' + lesson-3: + name: Navigating Algorithms with the Help of AI + lesson-4: + name: AI as Your Degugging Partner + lesson-5: + name: Beyond the Finished Code lesson_groups: {} name: coding-with-ai title: Coding with AI description_audience: '' - description_short: '' - description: '' + description_short: 'This standalone unit emphasizes AI as a **supportive tool** for coding education while exploring AI-generated code''s ethical and societal aspects. ' + description: Our standalone unit aims to help students and educators use AI tools to learn, understand, and debug code more effectively. Unlike other resources, our unit emphasizes AI as a **supportive tool** for coding education while exploring AI-generated code's ethical and societal aspects. Through this unit, we aim to equip learners and educators with the knowledge and skills to navigate the modern coding landscape with AI assistance, fostering a well-informed and ethically aware community. student_description: '' pl-team-design-guide: lessons: @@ -14810,3 +14818,31 @@ en: ##### This guide is written and maintained by the Code.org Professional Learning team. It houses norms, best practices, and examples for creating a self-paced, asynchronous learning experience. **Please do not revise this script without permission from the team**, but please feel free to look at the code for individual levels for inspiration and guidance. + self-paced-pl-microbit-2024-1: + lessons: + lesson-1: + name: Events + lesson-2: + name: Loops + lesson-3: + name: Data and Variables + lesson-4: + name: Conditionals + lesson-5: + name: Functions + lesson_groups: {} + name: self-paced-pl-microbit-2024-1 + title: CSF Levels + description_audience: '' + description_short: '' + description: '' + student_description: '' + self-paced-pl-microbit-2024-2: + lessons: {} + lesson_groups: {} + name: self-paced-pl-microbit-2024-2 + title: microbit levels + description_audience: '' + description_short: '' + description: '' + student_description: '' diff --git a/dashboard/config/scripts/course_c_maker_dance_party_unpluggedmb.external b/dashboard/config/scripts/course_c_maker_dance_party_unpluggedmb.external new file mode 100644 index 0000000000000..905afbd34dfd8 --- /dev/null +++ b/dashboard/config/scripts/course_c_maker_dance_party_unpluggedmb.external @@ -0,0 +1,18 @@ +name 'course_c_maker_dance_party_unpluggedMB' +title 'Making Counters' + + +markdown <Dance Party: Unplugged + +
+

+Today you'll create your own Dance Party. Let's get moving! +

+
+ + +[](https://mbit.io/csf-1-project) + + +MARKDOWN diff --git a/dashboard/config/scripts/csc_ecosystems_conditionals_overviewmb.external b/dashboard/config/scripts/csc_ecosystems_conditionals_overviewmb.external new file mode 100644 index 0000000000000..eb31d43364a4f --- /dev/null +++ b/dashboard/config/scripts/csc_ecosystems_conditionals_overviewmb.external @@ -0,0 +1,73 @@ +name 'csc_ecosystems_conditionals_overviewMB' +title 'Making Counters' + + +markdown < + +## Next you will add code to check to see how much algae is in the water
+ +

+ +- First, the computer checks to see if a condition is true or false. + +- If it is true, then it will run the blocks inside. +- If it is false, then it will not do anything. + +
+
+
+ +## If there is too much algae, then the coral becomes sick + +
+ + + + +
+
+
+
+
+
+
+
+ +*** + + + +## If there is too little algae, then fish will leave + + + + + +
+
+
+
+
+
+
+
+
+ + +*** + + + +## If there is just enough algae, then the ecosystem is healthy + + + +
+
+
+
+ +MARKDOWN diff --git a/dashboard/config/scripts/plguide_l1_referencematerials2.external b/dashboard/config/scripts/plguide_l1_referencematerials2.external new file mode 100644 index 0000000000000..a93524341b5a7 --- /dev/null +++ b/dashboard/config/scripts/plguide_l1_referencematerials2.external @@ -0,0 +1,58 @@ +name 'PLGuide_L1_ReferenceMaterials2' +title 'title' +description 'description here' + +markdown <Branding Guidelines and Style Guide. + +## Main Colors + +#### The main color palette will cover the majority of your needs. It’s intentionally small in variety so as to not dilute the brand visuals, which adds confusion. + +### **Primary Brand Colors** +

+Teal (primary)
+Hex code: #0093A4
+Primary brand color. Should be dominant throughout Code.org branding.

+
+

+Purple (secondary)
+Hex code: #8C52BA
+Accent color. Used to emphasize actions and highlighted information.

+
+

+Strawberry (accent)
+Hex code: #ED6060
+Accent color. Used for notifications and decorative elements.

+
+

+Orange (accent)
+Hex code: #FF8D02
+Accent color. Used for notifications and decorative elements. (We are considering darkening this color.)

+
+

+Aqua (AI)
+Hex code: #3CFFF8
+Accent color. Used to denote AI features and recommendations.

+ +### **Neutrals** +

+Black
+Hex code: #292F36

+
+

+White
+Hex code: #FFFFFF

+
+

+Light
+Hex code: #F7F8FA

+ +## Color Usage + +#### Usage of our brand colors should strive for a ratio of 60% neutrals (White, Soft Gray, and Black), 30% primary, and 10% accents. + +A diagram showing how often each group of colors (neutrals, primary, and accent) should be used. +MARKDOWN diff --git a/dashboard/config/scripts/plguide_l3_bodytext1.external b/dashboard/config/scripts/plguide_l3_bodytext1.external index 1519b65664b89..dbd8a334c5ba2 100644 --- a/dashboard/config/scripts/plguide_l3_bodytext1.external +++ b/dashboard/config/scripts/plguide_l3_bodytext1.external @@ -37,4 +37,5 @@ markdown < **Discuss**: How have you used AI tools like chatGPT or Bing AI in and out of school?\n\n**Discussion Goal**: The goal is to encourage students to think about AI applications they encounter regularly and how they have used them. Have a quick share-out of how they have used AI both in and out of school. Students' responses will vary but may include tasks such as assisting with brainstorming, writing papers, online shopping, or even just having 'someone' to talk to. \n\n Pose the quick follow-up question: **\"Why did you use AI to do those tasks?\"** The goal of this follow-up is to help students start to realize how AI is changing how they complete everyday tasks or learn new information. " + }, + "seeding_key": { + "activity_section.key": "e097cda9-95fd-4f26-97ad-f457efeb75e0", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "f426efd6-6c1b-4cdc-ac7b-41ffdd10b9b9", + "position": 3, + "properties": { + "description": "AI seems to be everywhere, but how is it used in the world of programming?", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "f426efd6-6c1b-4cdc-ac7b-41ffdd10b9b9", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "209c1a84-5f2b-4389-8006-985025b3a3fa", + "position": 4, + "properties": { + "description": " **Do This**: Direct students to Level 1 on Code Studio where they will use an app to generate 3 random quotes. Have students read over the quotes they received and consider one thing they noticed about the quotes or about what the quotes are saying and one thing the quotes make them wonder about." + }, + "seeding_key": { + "activity_section.key": "209c1a84-5f2b-4389-8006-985025b3a3fa", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "ea08fba2-c9ac-4f75-84d3-c3fc544f6e34", + "position": 5, + "properties": { + "progression_name": "Warm-up Quotes" + }, + "seeding_key": { + "activity_section.key": "ea08fba2-c9ac-4f75-84d3-c3fc544f6e34", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "d1000416-8c13-4a12-985e-82bedb707cd7", + "position": 6, + "properties": { + "description": " **Discuss**: What are your initial thoughts about how AI should be used when programming?\n\n**Discussion Goal**: Use this discussion to gauge students’ ideas on how AI is being used in programming and more importantly, their thoughts on how AI **should** be used. Students' initial opinions will most likely range from _\"it should never be used\"_ to _\"maybe in some circumstances\"_ to _\"it's not a big deal\"._ This discussion should be used to inform future discussions.", + "tips": [ + { + "type": "teachingTip", + "markdown": "Depending on the level of your students and the length of your class period, teachers can choose to pair up students and have each read one of the articles listed below, annotating them as they read to highlight key points to share and compare with their partner:\n* [The Role of AI in Software Engineering in 2023: Where is the Tech Industry Heading?](https://medium.com/tech-lead-hub/the-role-of-ai-in-software-engineering-in-2023-where-is-the-tech-industry-heading-87185022dffa)\n* [Implementing AI into software engineering? Here's everything you need to know](https://www.zdnet.com/article/implementing-ai-into-software-engineering-heres-everything-you-need-to-know/)" + } + ] + }, + "seeding_key": { + "activity_section.key": "d1000416-8c13-4a12-985e-82bedb707cd7", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "01101455-24b3-4a6b-87df-dabcd6060126", + "position": 7, + "properties": { + "description": "**Question of the Day: How can AI support code development and what ethical considerations should be addressed when using AI in coding?**" + }, + "seeding_key": { + "activity_section.key": "01101455-24b3-4a6b-87df-dabcd6060126", + "lesson_activity.key": "63c9e4fc-de4f-4068-a017-5e259380d2f1" + } + }, + { + "key": "33dfeb9c-2460-4e5d-b201-0ac058e13146", + "position": 1, + "properties": { + "description": "AI can definitely be a tool that supports us in our programming, but there is still the potential to use it in a way that hinders us as we learn to program. It’s going to be important for us to figure out where that line is and how to use it in a supportive role.\n \nLet's check out some scenarios where AI works alongside students doing various tasks. After each scenario, we will imagine how the student might use AI to support their learning and how they might use AI in a non-supportive way.", + "duration": "15", + "name": "AI-Learner Scenarios", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "33dfeb9c-2460-4e5d-b201-0ac058e13146", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "7715d7ed-131b-45b5-8252-d14b9bf6e6ee", + "position": 2, + "properties": { + "description": " **Do This**: Use the slides to introduce the example to the students. After you read the scenario with the students, give them time to write their thoughts about supportive and non-supportive ways that the student in the scenario could interact with the AI. Allow students to share their thoughts with a partner before discussing as a class.\n\n **Do This**: Go over the example in the slides before sending students to Code Studio, where they will go through 2-3 more scenarios. \nExample in the slide: \n* You are working on a creative writing project for an English class. You have an idea for an overall story plotline but are having trouble getting started. \n * What is a supportive use of AI? \n * What is a non-supportive way to use AI? ", + "tips": [ + { + "type": "teachingTip", + "markdown": "Allow students to share their thoughts with a partner before discussing them as a class. \n\nPossible responses include:\n* **Supportive**: Ask AI to suggest multiple unique story settings or multiple character names\n* **Non-supportive**: Describe your story plot line to AI and ask it to determine the setting, character names, character development, etc, and write your story for you" + } + ] + }, + "seeding_key": { + "activity_section.key": "7715d7ed-131b-45b5-8252-d14b9bf6e6ee", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "712a585b-f27d-4a9f-8315-6430654b9ee2", + "position": 3, + "properties": { + "description": "**Transition**: Send students to Lesson 1, Levels 2 -3 on Code Studio.\n\n **Do This**: Give students a couple of minutes to complete each level and then display their anonymous responses for the class. Use their answers to lead the class in a discussion about what \"supportive\" vs \"non-supportive\" means and general ideas on what each might look like. Ask students what they **notice** and what they **wonder** when displaying their responses. Look for student responses that are similar as well as any \"unique\" responses to help drive the discussion. ", + "tips": [ + { + "type": "teachingTip", + "markdown": "Students do not need to have firm ideas or decisions on the \"right\" way to supportively work with AI in these scenarios - that's what they will explore in the following lessons. The goal of the scenarios is to give students the opportunity to begin thinking about supportive vs non-supportive ways to use AI that will help, rather than hinder their education." + } + ] + }, + "seeding_key": { + "activity_section.key": "712a585b-f27d-4a9f-8315-6430654b9ee2", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "9505e381-2be9-4c07-a04d-4dd072e9a79d", + "position": 4, + "properties": { + "description": "[level 2-3]", + "tips": [ + { + "type": "teachingTip", + "markdown": "The scenario discussions aim to help students distinguish the difference between \"supportive\" and \"non-supportive\". Help guide your students to understand that \"supportive\" includes ways to use AI to assist in a task while they still maintain control and make decisions on the final product, while \"non-supportive\" usually means using AI in a way that leaves all the decisions up to the AI." + } + ] + }, + "seeding_key": { + "activity_section.key": "9505e381-2be9-4c07-a04d-4dd072e9a79d", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "1a15d464-480f-4fbb-8dff-a8019a7ad657", + "position": 5, + "properties": { + "description": "In each of those scenarios, there were opportunities to interact with the AI in a supportive manner as well as a non-supportive manner. Regardless of how you are interacting with the AI when coding, there are ethical considerations to think about.", + "duration": "10", + "name": "Ethical Considerations", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "1a15d464-480f-4fbb-8dff-a8019a7ad657", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "150308fd-a076-4d23-918c-75038868f866", + "position": 6, + "properties": { + "description": " **Prompt**: What might be ethical considerations of the following AI-Learner interactions?\n* Asking AI to provide you with all the code needed for your program\n* Using AI to come up with programming project ideas\n* Using AI to help you debug your program\n\n **Do This**: Direct students to write down ideas and thoughts in response to the prompt on a sticky note or scrap piece of paper.\n\n **Do This**: Play the music clip to cue the Give One, Get One activity and direct students to participate in a Give One, Get One.", + "tips": [ + { + "type": "teachingTip", + "markdown": "Using music to cue transitions helps create routines in the classroom. When students hear cues, they know it is time to transition to a specific activity. Emphasize to students what the music clip means and be consistent with using the music clip to cue the activity.\n\nClick the blue play icon on the slide to play the music cue.\n\nGive One, Get One encourages students to seek and share ideas and information. When prompted by the teacher, students circulate the classroom and pair up with a partner. Each student \"gives\" or shares one of their ideas as the other student \"gets\" or listens and writes it down. The teacher then prompts students to find new partners and repeat the process." + } + ] + }, + "seeding_key": { + "activity_section.key": "150308fd-a076-4d23-918c-75038868f866", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "8a542ca5-0d56-4362-a39f-4637d09739dd", + "position": 7, + "properties": { + "description": " **Discuss:** Click through the animated slide to display the prompts.\n* What did you learn from each other?\n* How did these ideas contribute to your thoughts on the ethical consideration of using AI?\n\n**Discussion Goal**: Students' answers may vary but may include relying too heavily on AI-generated code without understanding the suggested code, which could lead to the erosion of coding skills or questions around program ownership. Using AI to develop ideas comes with the potential for biased responses." + }, + "seeding_key": { + "activity_section.key": "8a542ca5-0d56-4362-a39f-4637d09739dd", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "6795100c-aa6b-4e02-9f51-3a8f9c5a2a7a", + "position": 8, + "properties": { + "description": "Based on what we’ve looked at and discussed today, what are your initial opinions on using AI as a learner when programming?", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "6795100c-aa6b-4e02-9f51-3a8f9c5a2a7a", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "fae78207-80d5-4d8e-82ad-7a47b850416b", + "position": 9, + "properties": { + "description": " **Do This**: Use the slide to show the \"Fist to Five\" check-in about AI usage.", + "tips": [ + { + "type": "teachingTip", + "markdown": "You may choose to elaborate on each level to help your students understand what each number means:\n* 0 (\"fist\") - AI should never be used when programming\n* 1 = Use AI only in exceptional circumstances due to associated risks.\n* 2 = Use AI cautiously with human oversight for certain tasks.\n* 3 = Balance AI use with traditional programming skills.\n* 4 = Utilize AI extensively but maintain ethical boundaries.\n* 5 = Use AI whenever and for whatever when programming.\n\nUse this quick Fist to Five as a way to check the pulse of the room and get a general sense of where your students are at. They will explain their Fist to Five choice in the Check for Understanding found in the Code Studio levels for this lesson." + } + ] + }, + "seeding_key": { + "activity_section.key": "fae78207-80d5-4d8e-82ad-7a47b850416b", + "lesson_activity.key": "f1f1ad5d-6c95-443c-bfdd-cca681768892" + } + }, + { + "key": "1575c5bb-f365-45ae-9946-f925f50c6c23", + "position": 1, + "properties": { + "description": " **Discuss**: Who determines what is ethical when using AI?\n\n**Discussion Goal**: The teacher and students, as a class as well as individuals, should make the determination. What is important to draw out is ethical use includes choosing to use AI to support student programming, rather than do the programming for students, thereby hindering their learning. Moreover, what is important to draw out of this discussion is that each student will make their own decisions on how to use AI to support their programming.", + "name": "Initial AI Decisions" + }, + "seeding_key": { + "activity_section.key": "1575c5bb-f365-45ae-9946-f925f50c6c23", + "lesson_activity.key": "d4593e79-07ad-4a95-87c3-81739171c2df" + } + }, + { + "key": "ebd366eb-fa1f-4273-a038-89469ed7522f", + "position": 2, + "properties": { + "description": "When we explore how to use AI to assist us through different stages of the program development process, we'll experience several strategies. However, the final determination on the best way to use AI in a supportive manner will be up to you. Each of you will be making your own Value Statements that include which strategies work for each situation, how you are going to use each strategy to support your learning, and the reasons behind your choices.", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "ebd366eb-fa1f-4273-a038-89469ed7522f", + "lesson_activity.key": "d4593e79-07ad-4a95-87c3-81739171c2df" + } + }, + { + "key": "66bdf838-fd54-442a-b4c6-3a1fc4d4af34", + "position": 3, + "properties": { + "description": " **Do This**: Have students create an initial Value Statement about how they think AI can and should be used to support them when programming and their reasons why.", + "tips": [ + { + "type": "teachingTip", + "markdown": "This initial Value Statement can be shared with the class in various ways such as a Jamboard or Flipgrid or other similar classroom tools. \n\nThis initial statement will change and develop over the course of the next lessons as they explore the different AI strategies and discover which ones are the most supportive for them. It could be interesting to have students continue to share their new Value Statements each lesson to see the progression of their thoughts." + }, + { + "type": "assessmentOpportunity", + "markdown": "Teachers can use this first Value Statement as a starting point to compare and recognize growth in subsequent value statements. " + } + ] + }, + "seeding_key": { + "activity_section.key": "66bdf838-fd54-442a-b4c6-3a1fc4d4af34", + "lesson_activity.key": "d4593e79-07ad-4a95-87c3-81739171c2df" + } + }, + { + "key": "a72d4312-f27c-4899-83d8-18ca15ba5c15", + "position": 1, + "properties": { + "description": "Check For Understanding Question(s) and solutions can be found on Code Studio. These questions can be used for an exit ticket." + }, + "seeding_key": { + "activity_section.key": "a72d4312-f27c-4899-83d8-18ca15ba5c15", + "lesson_activity.key": "f7c54d56-bace-48d2-85f8-dd5674b3ca58" + } + }, + { + "key": "8be047e9-d1c3-4184-a63a-a30a887763d2", + "position": 2, + "properties": { + "description": "[Levels 4 & 5]" + }, + "seeding_key": { + "activity_section.key": "8be047e9-d1c3-4184-a63a-a30a887763d2", + "lesson_activity.key": "f7c54d56-bace-48d2-85f8-dd5674b3ca58" + } + }, + { + "key": "6c52ac81-35c8-4dfa-9936-bde16a3f4f52", + "position": 1, + "properties": { + "name": "Pseudocode Practice", + "tips": [ + { + "type": "teachingTip", + "markdown": "Teachers can choose to complete the optional extension based on their students' familiarity with using pseudocode. " + } + ] + }, + "seeding_key": { + "activity_section.key": "6c52ac81-35c8-4dfa-9936-bde16a3f4f52", + "lesson_activity.key": "fb6efe3b-a5f5-4d58-9273-4a3429d0b0da" + } + }, + { + "key": "67ac5421-e02e-4e43-b836-6df97b0a88bf", + "position": 2, + "properties": { + "description": "As we explore ways to use AI to support our programming, we will be working with pseudocode. This is a high-level description of a program or an algorithm that uses simple, English-like statements to outline the basic logic which can then be transcribed into the programming language we’re working with. Many strategies that support our learning and our programming involve getting AI-generated pseudocode which we can then implement into our programs. So to be prepared for these strategies, let’s practice working with pseudocode!", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "67ac5421-e02e-4e43-b836-6df97b0a88bf", + "lesson_activity.key": "fb6efe3b-a5f5-4d58-9273-4a3429d0b0da" + } + }, + { + "key": "77755000-ce58-44a0-93ab-8a17aaba4453", + "position": 3, + "properties": { + "description": " **Display**: Show the video What is pseudocode?\n\n **Do This**: Have students work with the two examples in the slides.", + "tips": [ + { + "type": "teachingTip", + "markdown": "For the two examples above as well as the items in the following activity guide, you can choose to have your students write actual syntax on paper or open up your programming environment and type the code." + } + ] + }, + "seeding_key": { + "activity_section.key": "77755000-ce58-44a0-93ab-8a17aaba4453", + "lesson_activity.key": "fb6efe3b-a5f5-4d58-9273-4a3429d0b0da" + } + }, + { + "key": "f03f38cd-3382-4a36-ad8d-52cdac47e818", + "position": 4, + "properties": { + "description": " **Distribute**: Give each student a copy of the Pseudocode Practice activity guide.\n\n**Circulate**: Walk around the room as students are working to check in with students and answer any questions about working with pseudocode they might have.", + "tips": [ + { + "type": "assessmentOpportunity", + "markdown": "Teachers can choose to use the Pseudocode Practice Activity Guide as an assessment of student understanding." + } + ] + }, + "seeding_key": { + "activity_section.key": "f03f38cd-3382-4a36-ad8d-52cdac47e818", + "lesson_activity.key": "fb6efe3b-a5f5-4d58-9273-4a3429d0b0da" + } + }, + { + "key": "edb91a27-9d17-42ef-94cd-5a0245a0a3c3", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "edb91a27-9d17-42ef-94cd-5a0245a0a3c3", + "lesson_activity.key": "7de6a9f1-25b9-4752-bc3e-ecc2e3eba8dc" + } + } ], "script_levels": [ - + { + "chapter": 1, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + "progression": "Warm-up Quotes" + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "CwAI-L1-L1-Warm up Quotes" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "coding-with-ai", + "activity_section.key": "ea08fba2-c9ac-4f75-84d3-c3fc544f6e34" + }, + "level_keys": [ + "CwAI-L1-L1-Warm up Quotes" + ] + } ], "levels_script_levels": [ - + { + "seeding_key": { + "level.key": "CwAI-L1-L1-Warm up Quotes", + "script_level.level_keys": [ + "CwAI-L1-L1-Warm up Quotes" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "coding-with-ai", + "activity_section.key": "ea08fba2-c9ac-4f75-84d3-c3fc544f6e34" + } + } ], "resources": [ - + { + "name": "[Optional] Pseudocode Practice", + "url": "https://docs.google.com/document/d/10Sjbr94VZ0tkGezczZ9jIYlAZ460Wda0k8adzEEUfvw/edit?usp=drive_link", + "key": "_optional_pseudocode_practice", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "_optional_pseudocode_practice" + } + }, + { + "name": "AI-Assisted Program Prep Strategies", + "url": "https://docs.google.com/document/d/1iIOhH-KmvNmTgHf_Q3sFT9CpI85a_AV-QOvmYlhre9I/edit?usp=sharing", + "key": "ai-assisted_program_prep_strategies", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Handout" + }, + "seeding_key": { + "resource.key": "ai-assisted_program_prep_strategies" + } + }, + { + "name": "AI Chatbot Prompting Guide", + "url": "https://docs.google.com/document/d/10bo49TaCHgA-UZ_nOHRKRbXFCC9F7g2646dfnFP0vjs/edit?usp=sharing", + "key": "ai_chatbot_prompting_guide", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Resource" + }, + "seeding_key": { + "resource.key": "ai_chatbot_prompting_guide" + } + }, + { + "name": "AI Strategies Digital Journal", + "url": "https://docs.google.com/presentation/d/1whiDJn41zHFv9Z4AZEzCQu6LmAXXUE8ZMVshRZI0Lwk/edit?usp=sharing", + "key": "ai_strategies_digital_journal", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "ai_strategies_digital_journal" + } + }, + { + "name": "AI: Your Ideation Partner for Programming Prep", + "url": "https://docs.google.com/presentation/d/1oCxGmELCugfqYd4mZN7QSM7gzPTaTrdGBStilFQ86VY/template/preview", + "key": "ai_your_ideation_partner_for_programming_prep", + "properties": { + "audience": "Teacher", + "type": "Slides" + }, + "seeding_key": { + "resource.key": "ai_your_ideation_partner_for_programming_prep" + } + }, + { + "name": "Initial Stages Strategies Digital Journal", + "url": "https://docs.google.com/presentation/d/10KAgpz8QJXviZymPj1QkOSxKmzrXWvy0eby1dMILIAo/edit?usp=sharing", + "key": "initial_stages_strategies_digital_journal", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "initial_stages_strategies_digital_journal" + } + }, + { + "name": "Introduction to Coding with AI", + "url": "https://docs.google.com/presentation/d/1qWRqwveEuc-V8nTNw4x3wJbrRSncpf6nYe4QNJGjn2Y/template/preview", + "key": "introduction_to_coding_with_ai", + "properties": { + "audience": "Teacher", + "type": "Slides" + }, + "seeding_key": { + "resource.key": "introduction_to_coding_with_ai" + } + }, + { + "name": "My Coding with AI Values", + "url": "https://docs.google.com/document/d/1Pel9remgMd7GNr54DMXs2PhGY6ejN_ntdVZryhFFIQQ/edit?usp=sharing", + "key": "my_coding_with_ai_values", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "my_coding_with_ai_values" + } + }, + { + "name": "Reflection Stations", + "url": "https://docs.google.com/document/d/1TNRsYVIChtFYxID9WXb7XY5RtQ14YQBEKyDymkf5F98/edit?usp=sharing", + "key": "reflection_stations", + "properties": { + "audience": "Teacher", + "include_in_pdf": true, + "type": "Resource" + }, + "seeding_key": { + "resource.key": "reflection_stations" + } + }, + { + "name": "Reflection Stations", + "url": "https://docs.google.com/document/d/1AXw12HHFNb7TfPf3wfCRzmKROz4HAqW4vT7Byd2rddk/edit?usp=sharing", + "key": "reflection_stations_1", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "reflection_stations_1" + } + } ], "lessons_resources": [ - + { + "seeding_key": { + "lesson.key": "lesson-1", + "resource.key": "_optional_pseudocode_practice" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-1", + "resource.key": "introduction_to_coding_with_ai" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "ai-assisted_program_prep_strategies" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "ai_chatbot_prompting_guide" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "ai_strategies_digital_journal" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "ai_your_ideation_partner_for_programming_prep" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "initial_stages_strategies_digital_journal" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "my_coding_with_ai_values" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "reflection_stations" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "resource.key": "reflection_stations_1" + } + } ], "scripts_resources": [ @@ -89,10 +813,111 @@ ], "objectives": [ - + { + "key": "6efe583f-0fe5-40db-879f-309903831808", + "properties": { + "description": "Understand the ethical implications of the learner-AI relationship " + }, + "seeding_key": { + "lesson.key": "lesson-1", + "objective.key": "6efe583f-0fe5-40db-879f-309903831808" + } + }, + { + "key": "9e11605e-153f-4b5e-9d04-09cb3e2a7d41", + "properties": { + "description": "Craft value statements regarding AI use in initial coding stages" + }, + "seeding_key": { + "lesson.key": "lesson-2", + "objective.key": "9e11605e-153f-4b5e-9d04-09cb3e2a7d41" + } + }, + { + "key": "a4b52bfc-0e57-4a61-a274-2df2b1395965", + "properties": { + "description": "Form initial decisions on responsible AI use" + }, + "seeding_key": { + "lesson.key": "lesson-1", + "objective.key": "a4b52bfc-0e57-4a61-a274-2df2b1395965" + } + }, + { + "key": "e874157a-371a-47c6-9e9f-c7856fa4a9f4", + "properties": { + "description": "Utilize AI tooling strategies useful during the initial stages of the programming process" + }, + "seeding_key": { + "lesson.key": "lesson-2", + "objective.key": "e874157a-371a-47c6-9e9f-c7856fa4a9f4" + } + } ], "lessons_standards": [ - + { + "seeding_key": { + "lesson.key": "lesson-1", + "framework.shortcode": "ai4k12-2023", + "standard.shortcode": "5-B-i.6-8" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-1", + "framework.shortcode": "ai4k12-2023", + "standard.shortcode": "5-C-ii.9-12" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-1", + "framework.shortcode": "csta", + "standard.shortcode": "3A-IC-24" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "ai4k12-2023", + "standard.shortcode": "5-A-ii.9-12" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "ai4k12-2023", + "standard.shortcode": "5-C-ii.9-12" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "csta", + "standard.shortcode": "2-AP-13" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "csta", + "standard.shortcode": "3A-AP-19" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "csta", + "standard.shortcode": "3A-AP-23" + } + }, + { + "seeding_key": { + "lesson.key": "lesson-2", + "framework.shortcode": "csta", + "standard.shortcode": "3A-IC-24" + } + } ], "lessons_opportunity_standards": [ diff --git a/dashboard/config/scripts_json/csd2-2024.script_json b/dashboard/config/scripts_json/csd2-2024.script_json index 2d7850c4203ef..a199df8a4dae6 100644 --- a/dashboard/config/scripts_json/csd2-2024.script_json +++ b/dashboard/config/scripts_json/csd2-2024.script_json @@ -16,7 +16,7 @@ }, "new_name": null, "family_name": null, - "serialized_at": "2024-01-26 17:32:43 UTC", + "serialized_at": "2024-01-29 21:36:13 UTC", "published_state": null, "instruction_type": null, "instructor_audience": null, @@ -289,9 +289,9 @@ "relative_position": 13, "properties": { "creative_commons_license": "Creative Commons BY-NC-SA", - "overview": "In this lesson, students engage in the \"prepare\" stage of the problem-solving process, reinforcing the idea that students should design and plan their pages before they start coding. Before students decide what elements and style their web page will have, they first review the different HTML, CSS, and digital citizenship guidelines they will need in building their web pages. They then describe and sketch their pages, listing the tags and styles they will use to get the layout and design that they decided on. They then move online to find and download the images they will need for their pages. Afterward, they reflect on how their plan will ensure that the website does what it is designed to do.\n\n**Question of the Day:** What do we need to do to prepare to build our web pages?\n", - "preparation": "* Print out one copy of the activity guide for each student.\n- Check the [\"Teacher's Lounge\"](https://forum.code.org/t/resource-hub-web-development-chapter-1-lessons-1-13/36190) forum for verified teachers to find additional strategies or resources shared by fellow teachers\n- If you are teaching virtually, consider checking our [Virtual Lesson Modifications](https://docs.google.com/document/d/15Gkj12vQaZmbJMZbfKk7Ec3krr1aOJeG16zy3wZ83jQ/preview)", - "student_overview": "**Question of the Day:** What do we need to do to prepare to build our web pages?\n\nIn this lesson, you will work on the \"prepare\" stage of the problem-solving process to decide what elements and style your web page will have. \n\n" + "overview": "This lesson introduces students to advanced Flexbox child properties including `order`, `align-self`, `flex-grow`, and `flex-shrink` through an interactive warm-up and the various level exercises. They’ll deepen their understanding of how these properties affect web page layouts and conclude with a creative group drawing game to reinforce their learning.\n\n**Question of the Day:** How do Flexbox child properties affect the layout and organization of elements within a webpage?\n", + "preparation": "* Print out one copy of the activity guide and handout for each student.\n* Print and cut out the Pictionary Terms slips.\n- Check the [\"Teacher's Lounge\"](https://forum.code.org/t/resource-hub-web-development-chapter-1-lessons-1-13/36190) forum for verified teachers to find additional strategies or resources shared by fellow teachers\n- If you are teaching virtually, consider checking our [Virtual Lesson Modifications](https://docs.google.com/document/d/15Gkj12vQaZmbJMZbfKk7Ec3krr1aOJeG16zy3wZ83jQ/preview)", + "student_overview": "**Question of the Day:** How do Flexbox child properties affect the layout and organization of elements within a webpage?\n\nIn this lesson, you will learn about \"child\" Flexbox properties that can be applied directly to items within a container. \n\n" }, "seeding_key": { "lesson.key": "Your Web Page - Prepare", @@ -384,9 +384,9 @@ "relative_position": 18, "properties": { "creative_commons_license": "Creative Commons BY-NC-SA", - "overview": "This lesson transitions students from thinking about websites as a form of personal expression to considering how websites might serve broader purposes for their creators. They first think of different reasons that they visit websites, then investigate websites that have been created to address a particular problem. After deciding what different purposes those websites might serve for the creators, they begin to think about the problem that they might want to solve with a website. At the end of the lesson, students form the groups that they will be in for their chapter projects, in which students will work in teams to create websites to solve a problem of their choosing.\n\n**Question of the Day:** What are the different reasons people make websites?\n", + "overview": "This lesson introduces students to the dynamic world of CSS pseudo-classes. Students will learn about their role in enhancing web page interactivity and style. They will explore, practice, and apply various pseudo-classes like `link`, `visited`, `hover`, and `active`, understanding how these selectors can transform the user experience on websites.\n\n**Question of the Day:** What is a CSS pseudo-class, and how does it change the way an element looks or behaves on a web page?\n", "preparation": "- Check the [\"Teacher's Lounge\"](https://forum.code.org/t/resource-hub-web-development-chapter-2-lessons-14-20/36191) forum for verified teachers to find additional strategies or resources shared by fellow teachers\n- If you are teaching virtually, consider checking our [Virtual Lesson Modifications](https://docs.google.com/document/d/15Gkj12vQaZmbJMZbfKk7Ec3krr1aOJeG16zy3wZ83jQ/preview)", - "student_overview": "**Question of the Day:** What are the different reasons people make websites?\n\nIn this lesson, you will explore different reason that people make websites and the problems that may be solved with your own website. \n\n" + "student_overview": "**Question of the Day:** What is a CSS pseudo-class, and how does it change the way an element looks or behaves on a web page?\n\nIn this lesson, you will explore various pseudo-classes and learn how they can transform the user experience on websites. \n\n" }, "seeding_key": { "lesson.key": "Websites for a Purpose", @@ -1040,7 +1040,7 @@ "key": "369f1978-40cd-4618-8257-fe4e598b5d38", "position": 2, "properties": { - "duration": 35, + "duration": 30, "name": "Activity" }, "seeding_key": { @@ -1054,7 +1054,7 @@ "key": "7fcc906a-6a9f-48f0-acea-6e7ec51ee522", "position": 3, "properties": { - "duration": 5, + "duration": 10, "name": "Wrap Up" }, "seeding_key": { @@ -4413,7 +4413,8 @@ "key": "227d0eba-f4a3-4af6-9989-5ac35b751f90", "position": 1, "properties": { - "description": "**Prompt:** We've learned a lot of HTML and CSS in this unit, and also a lot about how to be responsible digital citizens. We're about to plan out the specifics of our web pages. Take a few minutes to think about some of the most important things that we should remember during the project in these categories:\r\n\r\n1. HTML tags and tips/tricks for using them\r\n2. CSS properties and tips/tricks for using them\r\n3. How to be responsible and safe online" + "description": " **Distribute**: Pass out the [r layout_prediction/csd/2024] Activity Guide to the students.\n", + "name": "Predict the Layout" }, "seeding_key": { "activity_section.key": "227d0eba-f4a3-4af6-9989-5ac35b751f90", @@ -4424,7 +4425,8 @@ "key": "51725d30-5a73-4385-8ac8-fe87ae2d715c", "position": 2, "properties": { - "description": "**Discuss:** Have students share out their ideas and display them at the front of the class.\n\n**Discussion Goal:** This is a chance for students to remind themselves of (and for you to check on) the most important things that they have learned in the unit so far. While the focus may vary from class to class, most classes should have a few things to say in every category. Make sure that you are highlighting the differences between structure (HTML) and style (CSS) in your conversations. If you have noticed particular obstacles for your students, this is a good place to make sure they are prepared to face them." + "description": "Let’s see how well we remember what we learned last class and get a preview of some new Flex properties with a quick layout prediction game. Your challenge is to try to identify which Flex property was applied to each layout and try to predict what some new Flex properties might do! Get through as many as you can in the time provided! ", + "remarks": true }, "seeding_key": { "activity_section.key": "51725d30-5a73-4385-8ac8-fe87ae2d715c", @@ -4432,10 +4434,39 @@ } }, { - "key": "bd829868-6532-438c-9ddd-c80bbb14e69f", + "key": "6474549b-4ede-4434-a4e0-205789e28938", "position": 3, "properties": { - "description": "**Question of the Day: What do we need to do to prepare to build our web pages?**" + "description": "**Group**: Group students into pairs so they have someone to discuss and share their thought processes and reasoning with. \n\n **Do This**: Give students 3-4 minutes to work on the activity guide.\n\n **Do This**: Use the slides to go over the answers. Ask students for volunteer answers. ", + "tips": [ + { + "type": "teachingTip", + "markdown": "As you review the answers to part 1, use this as an opportunity to ensure students clearly understand how each Flex property from the previous lesson affects the layout. Clarify students' misconceptions or misunderstandings (such as mixing up what `justify-content` and `align-items` do or using `justify-content` to align items horizontally when the direction is a column instead of `align-items`). The discussion should solidify their grasp of properties like `flex-direction`, `flex-wrap`, `justify-content`, and `align-content`.\n\nAs you go over student predictions for part 2, ask students about the reasons behind their predictions. Hearing different perspectives deepens understanding and promotes a collaborative learning atmosphere. This will also help foster an environment where students critically analyze why certain properties result in specific layout changes, reinforcing their knowledge and developing their problem-solving skills. \n\nIf you have time, you can expand on what each child property does as you go over the answers to part 2.\n\nIf any students have incorrect answers from part 1 or part 2, offer a clear explanation or analogy to help the student understand why their answer was incorrect and how the correct property works. For example, “Think of justify-content like when you are figuring out the spacing for posters across your bedroom wall and align-items like figuring out if you want them close to your ceiling, in the center of your wall or close to the floor” or “Think of order like a VIP getting to skip everyone else in line and move to the front.” Reinforce that making mistakes is a natural and valuable part of the learning process. If appropriate, ask if any other students would like to add their understanding or explanation, fostering a collaborative learning atmosphere. " + } + ] + }, + "seeding_key": { + "activity_section.key": "6474549b-4ede-4434-a4e0-205789e28938", + "lesson_activity.key": "a8fd30f7-df6d-4bfe-a660-7aadaa37fda9" + } + }, + { + "key": "10f89705-7f9b-4a45-8d2e-556f5d5956ae", + "position": 4, + "properties": { + "description": "Well done! You're becoming quite the Flexbox detectives. Understanding these properties and predicting their effects is key to mastering web page layouts.", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "10f89705-7f9b-4a45-8d2e-556f5d5956ae", + "lesson_activity.key": "a8fd30f7-df6d-4bfe-a660-7aadaa37fda9" + } + }, + { + "key": "bd829868-6532-438c-9ddd-c80bbb14e69f", + "position": 5, + "properties": { + "description": "**Question of the Day: How do Flexbox child properties affect the layout and organization of elements within a webpage?**" }, "seeding_key": { "activity_section.key": "bd829868-6532-438c-9ddd-c80bbb14e69f", @@ -4446,7 +4477,9 @@ "key": "eb993156-da52-425b-9c9b-58c94a439e34", "position": 1, "properties": { - "description": "**Distribute:** Hand out student journals or the activity guide, if students are not using journals. If available, students may want to use colored pencils or crayons to sketch their pages." + "description": " **Do This**: Use the activity slides for this lesson to introduce students to the concept of Flexbox Children. Use the Speaker Notes below as a guide to explaining what Flex Children are and why you would use them. \n\nLook for this symbol on the slides to show when animation plays when presenting the slides: ![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png). Make sure to preview the slides before class. \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", + "duration": "5", + "name": "Introduction to Flex Children" }, "seeding_key": { "activity_section.key": "eb993156-da52-425b-9c9b-58c94a439e34", @@ -4454,90 +4487,156 @@ } }, { - "key": "703a1223-1245-442f-af75-0cb4263f7571", + "key": "b407bf91-fd22-4139-8d20-3ceb7e5e4089", "position": 2, "properties": { - "description": "Give students a few minutes to describe and sketch out their page. Remind them that they should be thinking about layout as well as content, but that they do not need to include every word of the page. They can also put more details about the element styles in the next section.", - "name": "Describe Your Page\r" + "description": "| Slides                         | Speaker Notes |\n|---|---|\n| ![](https://images.code.org/8e94afe0cf8ccae3ccb548050e691d64-slide1.png) | **Say:**
After the last class, we know that we can control the layout of items, like images, by putting them inside a `div` container...

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

... and then aligning items in a row or in columns ...

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

... we have control over spacing across the page ...

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

... and up and down the page and whether items should wrap onto a new line or not.

But what if we want even more control? |\n| ![](https://images.code.org/47a2bb6c3d482eefcb0bfc86a9d0af9f-slide2.png) | **Say:**
Our warm-up today gave you a preview of the new Flex properties we will work with today that will unleash even more power and control over our web page layouts.

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

But these new properties won't be applied to the `div` container we learned about yesterday ...

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

They'll be applied to flex items _inside_ the `div` container called \"children\". |\n| ![](https://images.code.org/3b5005d130ffe1673f7b7e7afcdd4b65-slide3.png) | **Say:** To have more control over flex items, we can target them directly with a class attribute and Flex children properties in CSS. |\n| ![](https://images.code.org/8dac790ac03795a58d1fefe9b6586fbe-slide4.png) |**Say:**
We are going to learn about four properties that can be used with Flex children:

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

`order`, `align-self`, `flex-grow`, and `flex-shrink`

![](https://images.code.org/579606a15f67ab8ce3b77bff7d594495-circle_new.png) **Click through animation**

You already figured out what some of these do during our warm-up, but there is an important thing we need to know before we jump onto the computer and start building our Flex skills ... |\n| ![](https://images.code.org/baaa03f8e22b72e8170eb563e2948f66-slide5.png) | **Say:**
We **have** to have a container with the `display: flex` property established before any of the Flex children properties will work.

Since these new properties are Flex children properties, that means the \"parent\" or the container tag they are nested in must have Flex established in order to see our layout change |\n| ![](https://images.code.org/7b935b947a3391245b78b701a142580b-slide6.png) | **Say:** What questions do we have before we jump in and get started? |\n" }, "seeding_key": { - "activity_section.key": "703a1223-1245-442f-af75-0cb4263f7571", + "activity_section.key": "b407bf91-fd22-4139-8d20-3ceb7e5e4089", "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" } }, { - "key": "bae9cc0e-6495-4c8d-a80b-887af44e7e98", + "key": "fdff203d-531b-4b6c-926f-d54796b5b19c", "position": 3, "properties": { - "description": "Each student should choose tags related to some of the elements on their pages and describe what those elements will look like (color, size, etc.). It's not necessary that they write down the exact CSS properties, but there should be enough information that they can use it to guide them when they make their pages.", - "name": "Describe Your Styles\r", + "description": " **Distribute:** Pass out the [r flexbox_children_cheat_sheet/csd/2024] handout to the students.\n\n**Transition:** Send students to Code Studio, Lesson 13, Level 1 and have students explore the code.", + "duration": "25", + "name": "Div and Flex Practice" + }, + "seeding_key": { + "activity_section.key": "fdff203d-531b-4b6c-926f-d54796b5b19c", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "232acb50-ca00-4806-a4cd-066161aecc5a", + "position": 4, + "properties": { + "description": "[CODE]" + }, + "seeding_key": { + "activity_section.key": "232acb50-ca00-4806-a4cd-066161aecc5a", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "9de6e580-c0cc-4bfe-8f24-c810f31b1c76", + "position": 5, + "properties": { + "description": " **Prompt**: What did you discover about the new flex properties?\n\n**Discussion Goal**: The goal of this quick discussion is to allow students to share what they figured out or what they noticed about the properties. It is okay if they didn’t figure out exactly what each new property does, as they will learn in the next skill building levels. Some possible discoveries might include:\n* Without `display:flex;` the flex items go back to their original order\n* Without `flex-grow;` the flex items share the available container space equally\n* Without `flex-shrink;` all flex items shrink equally when the Preview window is resized\n* Students might also notice and comment that the flex items are all div containers instead of paragraphs or images as they saw last lesson" + }, + "seeding_key": { + "activity_section.key": "9de6e580-c0cc-4bfe-8f24-c810f31b1c76", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "eb4761d8-a811-4232-a998-3db000126576", + "position": 6, + "properties": { + "description": "These 4 flex children properties you just played with are the ones that you will use the most.\nDon’t forget that when applying Flex properties to children, you need to have an established Flex layout in the container.", + "remarks": true + }, + "seeding_key": { + "activity_section.key": "eb4761d8-a811-4232-a998-3db000126576", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "63be267d-d5e1-4b16-b03d-35834fbc62d9", + "position": 7, + "properties": { + "description": " **Display:** Use the “Flex Children Steps” slide to stress establishing a Flex layout in the container before applying Flex Children properties. \n\n**Group**: Group students into pairs for Pair Programming.\n\n**Transition**: Send students back to Code Studio and have students connect with their partner using the “Pair Programming” feature to complete the Skill Building and Practice levels. \n\n **Do This**: Remind students to switch driver and navigator every 3 minutes. You may want to project a digital timer at the front of the room." + }, + "seeding_key": { + "activity_section.key": "63be267d-d5e1-4b16-b03d-35834fbc62d9", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "92c142fd-bc84-4462-b8ce-ab6e97046a19", + "position": 8, + "properties": { + "description": "[skill building]", "tips": [ { - "type": "assessmentOpportunity", - "markdown": "To formatively assess that students logically separate the content, structure, and formatting of a digital artifact you can check that the design sketch in their Activity Guide includes the content and that the tag and style columns in the \"Describe your styles\" section are filled out with HTML tags on the left and style descriptions or CSS on the right." + "type": "teachingTip", + "markdown": "A slide with a timer has been provided for you. Delete this slide if you prefer a different method of keeping track of time for students so that they switch drivers and navigators often." } ] }, "seeding_key": { - "activity_section.key": "bae9cc0e-6495-4c8d-a80b-887af44e7e98", + "activity_section.key": "92c142fd-bc84-4462-b8ce-ab6e97046a19", "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" } }, { - "key": "c0d901c1-b92c-4274-ad20-bdcf0b7b36e2", - "position": 4, + "key": "f5ed41e8-e267-4601-8d2c-a8a015bbd1c7", + "position": 9, "properties": { - "description": "**Transition** Allow students to go online to find the images that they want to use for their sites. Make sure that they are writing down the information about the copyright and that they can tell you where the image is from, so that they (or you!) can find it in the future.", - "name": "Find Your Images\r", + "description": "[pracitce levels]" + }, + "seeding_key": { + "activity_section.key": "f5ed41e8-e267-4601-8d2c-a8a015bbd1c7", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" + } + }, + { + "key": "dfbaf0ea-f00a-460c-909b-fc63926dee95", + "position": 10, + "properties": { + "description": "[assessment level]", "tips": [ { - "type": "teachingTip", - "markdown": "You may want to have each student check in with you on their web page plan before allowing them online to find their images. Make sure each student has sketched out a rough site and described the styles for a few different tags. The sketch and description should show that the page will be sufficient to demonstrate that they have acquired the target skills and understandings of the chapter.\r\n" + "type": "assessmentOpportunity", + "markdown": "This level can be used to assess student understanding of using Flexbox Children properties to organize elements on a web page." } ] }, "seeding_key": { - "activity_section.key": "c0d901c1-b92c-4274-ad20-bdcf0b7b36e2", + "activity_section.key": "dfbaf0ea-f00a-460c-909b-fc63926dee95", "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" } }, { - "key": "0b8022ea-55a1-41d2-b079-bb38c298177d", - "position": 1, + "key": "71c5548e-3953-4c33-ac03-394bdf1e8c37", + "position": 11, "properties": { - "description": "**Question of the Day: What do we need to do to prepare to build our web pages?**", - "name": "Journal Prompt/Exit Ticket\r" + "description": "[challenge levels]" }, "seeding_key": { - "activity_section.key": "0b8022ea-55a1-41d2-b079-bb38c298177d", - "lesson_activity.key": "7fcc906a-6a9f-48f0-acea-6e7ec51ee522" + "activity_section.key": "71c5548e-3953-4c33-ac03-394bdf1e8c37", + "lesson_activity.key": "369f1978-40cd-4618-8257-fe4e598b5d38" } }, { - "key": "2e15fb05-5b17-44f5-8bc7-721c6f3cea86", - "position": 2, + "key": "0b8022ea-55a1-41d2-b079-bb38c298177d", + "position": 1, "properties": { - "description": "**Prompt:** Think back to the \"Define\" part of this project. Explain two ways that your plan will make your personal web page successful.", + "description": "**Question of the Day: How do Flexbox child properties affect the layout and organization of elements within a webpage?**\n\n**Group:** Place students into groups of 3-4.\n\n **Distribute:** Pass out the Pictionary Terms slips already cut up and in containers, blank pieces of paper, and a few markers to each group.", + "name": "Flex Property Pictionary", "tips": [ { - "type": "assessmentOpportunity", - "markdown": "Check that students have tied design decisions to the purpose of the website as explained in the \"Websites for Expression\" lesson.\r\n" + "type": "teachingTip", + "markdown": "You should cut out the slips ahead of time and place them into some type of container for each group, such as a plastic cup. This will save time and give the students a container to pull slips from during the activity.\n\nThe blank piece of paper and markers are where the students will be drawing their properties. If you have enough small dry-erase boards for each group, you might consider using those instead.\n\n**Optional Scoring**: If you would like this activity to have a competitive feature, you can instruct students that whoever guesses correctly keeps the slip of paper. At the end of the activity, students would count the number of slips they had to see who guessed the most properties correctly. " } ] }, "seeding_key": { - "activity_section.key": "2e15fb05-5b17-44f5-8bc7-721c6f3cea86", + "activity_section.key": "0b8022ea-55a1-41d2-b079-bb38c298177d", "lesson_activity.key": "7fcc906a-6a9f-48f0-acea-6e7ec51ee522" } }, { - "key": "b7a1351f-7808-48ab-9c50-0a81eff6a5e4", - "position": 3, + "key": "2e15fb05-5b17-44f5-8bc7-721c6f3cea86", + "position": 2, "properties": { - "description": "**Collect:** Collect the journals or the activity guides where students planned their pages. They will need them in the next lesson." + "description": " **Display**: Use the “Flex Property Pictionary” slide to help you quickly review the activity's instructions. \n\n **Do This**: Direct students to play the Pictionary activity until the time is up or they go through all of their slips.\n\n **Journal Prompt**: How did playing this game with your group help you understand Flexbox properties better?\n\n**Discussion Goal**: This quick reflection aims to highlight the value of collaborative learning and peer interaction. This reflection aims to inform students of how sharing ideas, discussing concepts, and working together (even by playing a game) can enhance their comprehension and problem-solving skills, especially in complex subjects like web design. \n\n **Do This**: Have students include the Flexbox Children Cheat Sheet Reference handout in their notebooks if they haven’t done so already. " }, "seeding_key": { - "activity_section.key": "b7a1351f-7808-48ab-9c50-0a81eff6a5e4", + "activity_section.key": "2e15fb05-5b17-44f5-8bc7-721c6f3cea86", "lesson_activity.key": "7fcc906a-6a9f-48f0-acea-6e7ec51ee522" } }, @@ -5460,14 +5559,9 @@ "key": "93014448-dbf4-42d4-80e9-a424b630cdb4", "position": 1, "properties": { - "description": "**Prompt:** What was the last website you visited? Why did you go to that website?", - "name": "The Last Website you Visited\r", - "tips": [ - { - "type": "teachingTip", - "markdown": "**Websites vs. Apps:** You may find that students don't _think_ that they actually visit websites very frequently, because they use apps instead. If you encounter this, encourage students to consider whether those apps might also have website versions. Facebook, for example, might be used more frequently from an app, but it originally started as a website, and can still be accessed from the web.\r\n" - } - ] + "description": "Today, we’re going to explore CSS pseudo-classes, a powerful tool that brings interactivity and style to our web pages. Let’s dive in on our computers and see firsthand how these pseudo-classes can transform the look and feel of a website with just a few lines of code!", + "name": "Explore Pseudo-classes", + "remarks": true }, "seeding_key": { "activity_section.key": "93014448-dbf4-42d4-80e9-a424b630cdb4", @@ -5478,7 +5572,7 @@ "key": "fff3011b-6fb0-49e0-9aaf-cf564ee06b36", "position": 2, "properties": { - "description": "**Discuss:** Have students share out the last website they visited. Make sure students share why they went to that website and whether the website provided what they were looking for.\n\n**Discussion Goal:** The goal of having this discussion is to pull out that websites share information and that people go to websites for a particular purpose.\n" + "description": "**Transition**: Send students to Code Studio, Lesson 18, Level 1, and have students explore the code\n\n" }, "seeding_key": { "activity_section.key": "fff3011b-6fb0-49e0-9aaf-cf564ee06b36", @@ -5489,8 +5583,7 @@ "key": "39c5e4ff-f9c0-4396-aef7-578789f1f3fc", "position": 3, "properties": { - "description": "We came up with a lot of reasons why we visit websites, but that's only one side of the picture. The people who make websites also have their own reasons for doing so. In the next activity, you're going to start thinking about the purposes that various websites serve for both the user and the creator.", - "remarks": true + "description": "[exploration level]" }, "seeding_key": { "activity_section.key": "39c5e4ff-f9c0-4396-aef7-578789f1f3fc", @@ -5498,10 +5591,21 @@ } }, { - "key": "858d3105-f64a-4e3d-a33a-9a59ff129f64", + "key": "9f6d87a8-e3bb-446a-9bca-1c07016da40a", "position": 4, "properties": { - "description": "**Question of the Day: What are the different reasons people make websites?**" + "description": "**Circulate**: As students are exploring the code, walk around to ensure students are discussing with their neighbor. Listen for and give positive affirmations to what students are noticing about the selector of the `` tag. This could include the fact that there is a colon after the `` selector, there are multiple selectors for the `` tag, or noticing what effects different rule sets are having on the hyperlink. \n\n **Prompt**: How can adding these styles impact a user’s experience on a website? \n\n**Discussion Goal**: This quick discussion aims to foster an understanding of how CSS pseudo-classes can enhance user experience and website usability. It aims to make students aware of the practical implications of styling links for aesthetic purposes and improving navigation, accessibility, and overall user engagement on a web page. " + }, + "seeding_key": { + "activity_section.key": "9f6d87a8-e3bb-446a-9bca-1c07016da40a", + "lesson_activity.key": "8821bb97-680b-493d-a504-b000c90980e6" + } + }, + { + "key": "858d3105-f64a-4e3d-a33a-9a59ff129f64", + "position": 5, + "properties": { + "description": " **Question of the Day: What are the different reasons people make websites?**" }, "seeding_key": { "activity_section.key": "858d3105-f64a-4e3d-a33a-9a59ff129f64", @@ -5512,8 +5616,9 @@ "key": "1fc90a0c-f31e-4e25-b102-1faad334bcf8", "position": 1, "properties": { - "description": "**Group:** Put students in pairs.\n\n**Distribute:** Pass out a copy of the activity guide to each student.\n\nDirect students to the \"Sample Websites\" level on Code Studio.", - "name": "Purpose of Websites\r" + "description": "Before you continue on to the rest of the levels, there’s one very important thing you need to know when using pseudo-classes with links - the order matters! You will see this in your first Skill Building level but let’s go over it real quick.", + "name": "Pseudo-class Practice", + "remarks": true }, "seeding_key": { "activity_section.key": "1fc90a0c-f31e-4e25-b102-1faad334bcf8", @@ -5524,7 +5629,14 @@ "key": "1adcdf42-6618-4832-bbde-0db7e878a674", "position": 2, "properties": { - "progression_name": "Top Websites" + "description": " **Display**: Use the “Link Pseudo-classes” slides to explain the order in which those pseudo-classes must be applied for anchor tags.\n", + "progression_name": "Top Websites", + "tips": [ + { + "type": "teachingTip", + "markdown": "All of these pseudo-classes can apply to a hyperlink; in some cases, more than one will apply. For example, an unvisited link can be hovered and active simultaneously as it's an unvisited link. Since these four rules apply to the hyperlink, and the selectors all have the same specificity, then the last one listed that matches what the user is doing, wins. \n\nIf we mix up the order, for example, this means that if “hover” was after “active,” the \"active\" style will never appear because the \"hover\" style will always override it. \n\t \nFor this reason, the recommended order is\n\n`a:link`\n`a:visited`\n`a:hover`\n`a:active`\n\nHere’s a fun way for students to remember the order - Just have them remember **LOVE (LV) & HATE (HA)**" + } + ] }, "seeding_key": { "activity_section.key": "1adcdf42-6618-4832-bbde-0db7e878a674", @@ -5535,8 +5647,7 @@ "key": "ef7045c8-b0d6-4728-ab2f-6eaca555ed07", "position": 3, "properties": { - "description": "This activity guide asks students to consider what purposes some sample web pages might serve. Student pairs select two sites that interest them and for each discuss:", - "name": "Exploring Websites" + "description": "**Group**: Group students into pairs for Pair Programming. \n\n**Transition**: Send students back to Code Studio and have students connect with their partner using the “Pair Programming” feature to complete the Skill Building and Practice levels. \n\n **Do This**: Remind students to switch driver and navigator every 3 minutes. You may want to project a digital timer at the front of the room" }, "seeding_key": { "activity_section.key": "ef7045c8-b0d6-4728-ab2f-6eaca555ed07", @@ -5544,98 +5655,58 @@ } }, { - "key": "52708c96-4a60-4224-8c46-a2290225a9dd", + "key": "f4a944d0-c60a-48e3-b676-32d7990e6205", "position": 4, "properties": { - "description": "* Why people might use that site (what purpose does it serve users?)\n* Why the creators might have made that site (what purpose does it serve the creators?)\n\nEncourage students to be as detailed as possible when brainstorming the purposes of these sites.", + "description": "[skill building levels]", "tips": [ { "type": "teachingTip", - "markdown": "They don't need to necessarily get it \"right\" for each site, but they should demonstrate that they have considered the potential purposes that a website might serve for the creator. If students struggle to identify the purpose of a site, consider asking the following prompts:\r\n\r\n* Does the website creator want the user to do something?\r\n* Does the website try to convince the user of something in particular?\r\n* What problem is the website addressing?\r\n* What impact does the creator want the website to have?\r\n\r\n\r\n" + "markdown": "A slide with a timer has been provided for you. Delete this slide if you prefer a different method of keeping track of time for students so that they switch drivers and navigators often." } ] }, "seeding_key": { - "activity_section.key": "52708c96-4a60-4224-8c46-a2290225a9dd", + "activity_section.key": "f4a944d0-c60a-48e3-b676-32d7990e6205", "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" } }, { - "key": "613ed671-955e-4c0a-8752-e0c3c6e4e432", + "key": "63162e7c-7388-41c2-a5ca-3964179a5866", "position": 5, "properties": { + "description": "[practice levels]" }, "seeding_key": { - "activity_section.key": "613ed671-955e-4c0a-8752-e0c3c6e4e432", + "activity_section.key": "63162e7c-7388-41c2-a5ca-3964179a5866", "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" } }, { - "key": "6e56f210-f1e6-4148-9819-f4a7a41fbd40", + "key": "64f677e2-8529-49b5-8785-5e334f81ca9c", "position": 6, "properties": { - "description": "**Discuss:** Once everyone has had a chance to brainstorm about their sites, give the class a chance to discuss their thoughts on the sample websites.\n\n**Discussion Goal:** The goal of this discussion is to prepare students to think of websites as a tool to solve problems and effect change. As students discuss the prompt, encourage them to imagine why they might create a site similar to those in the examples, and what problems they might address with a site." - }, - "seeding_key": { - "activity_section.key": "6e56f210-f1e6-4148-9819-f4a7a41fbd40", - "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" - } - }, - { - "key": "7f16b40e-ac51-4778-90c1-1f073f8abab3", - "position": 7, - "properties": { - "description": "If students haven't had time to brainstorm reasons they might make a website, allow them to do so before moving on to form their groups.", + "description": "[assessment level]", "tips": [ { "type": "assessmentOpportunity", - "markdown": "**Formative Assessment:** You can use the table on the activity guide and the reflection prompts as way to assess how well students can identify the reasons someone might create a given website. Consider collecting these activity guides at the end of the class period to review later." + "markdown": "This level can be used to assess student understanding of using Flexbox Children properties to organize elements on a web page." } ] }, "seeding_key": { - "activity_section.key": "7f16b40e-ac51-4778-90c1-1f073f8abab3", + "activity_section.key": "64f677e2-8529-49b5-8785-5e334f81ca9c", "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" } }, { - "key": "e84efcb2-0d3b-49bd-9d8a-305df664834a", - "position": 8, - "properties": { - "description": "Over the next few classes, you'll have a chance to work in a group to create your own website to help solve a problem.", - "name": "Forming Groups", - "remarks": true - }, - "seeding_key": { - "activity_section.key": "e84efcb2-0d3b-49bd-9d8a-305df664834a", - "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" - } - }, - { - "key": "62506cfa-3f5f-4242-a8a7-9c917eb25b28", - "position": 9, - "properties": { - "description": "**Share:** Ask students to share out the different problems that they could address with a website and display their answers in the front of the classroom." - }, - "seeding_key": { - "activity_section.key": "62506cfa-3f5f-4242-a8a7-9c917eb25b28", - "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" - } - }, - { - "key": "eadd59bf-da8d-48b1-8672-fd569007c8a1", - "position": 10, + "key": "d6ebc660-38be-4305-ad30-f13b1336c3b5", + "position": 7, "properties": { - "description": "**Group:** Based on the natural discussion of how students reacted to the different topics, groupings may have started to emerge. Allow students to form groups of 3-4, or assign them into groups.", - "tips": [ - { - "type": "teachingTip", - "markdown": "There are many considerations when forming groups for a long-term project. Depending on your class, you may choose to assign groups, allow students to form their own groups, or another approach that works best for your class. However you decide to group students, it will be important that they have their groups for the beginning of the next class session.\r\n\r\n" - } - ] + "description": "[challenge levels]" }, "seeding_key": { - "activity_section.key": "eadd59bf-da8d-48b1-8672-fd569007c8a1", + "activity_section.key": "d6ebc660-38be-4305-ad30-f13b1336c3b5", "lesson_activity.key": "2038c100-d330-4b1b-b0ff-8eedfc0304eb" } }, @@ -5643,7 +5714,7 @@ "key": "a311173c-69e9-4836-9fd0-7c1c2f0a909e", "position": 1, "properties": { - "description": "**Question of the Day: What are the different reasons people make websites?**\r\n\r\n\r\n**Prompt:** Your team will work together over the next few lessons to create a website to address a problem. Together, come up with a team motto or logo design that will remind you (1) why the problem is important to solve (2) how you will work together well as a team." + "description": "**Question of the Day: What is a CSS pseudo-class, and how does it change the way an element looks or behaves on a web page?**\n\n\n **Do This**: Have students update their CSS Charts in their journals to include the pseudo-classes. \n" }, "seeding_key": { "activity_section.key": "a311173c-69e9-4836-9fd0-7c1c2f0a909e", @@ -5654,7 +5725,7 @@ "key": "e2064881-e6ec-422a-8f26-e489ee62f045", "position": 2, "properties": { - "description": "**Share:** Allow teams to share out their designs and mottos.\n\n**Discussion Goal:** As students share out their mottos or logos, encourage them to explain how their values are reflected in them, highlighting the importance of effective collaboration and a focus on shared goals." + "description": " **Prompt**: How might you use pseudo-classes in your group’s project to enhance the aesthetics and functionality of your website? \n\n**Discussion Goal**: This quick reflection encourages students to think about the practical application of the concepts they’ve learned. By considering how to incorporate pseudo-classes into their projects, students move from theoretical understanding to practical usage, which is crucial for deep learning and skill retention. It also considers how different pseudo-classes can enhance the aesthetics and functionality of their project, leading to a more engaging and user-friendly end product. " }, "seeding_key": { "activity_section.key": "e2064881-e6ec-422a-8f26-e489ee62f045", @@ -7943,6 +8014,9 @@ "activity_section_position": 1, "assessment": false, "properties": { + "level_keys": [ + "CSD U2 Flex challenge_2024" + ], "progression": "Challenge Levels" }, "bonus": false, @@ -8314,31 +8388,6 @@ "position": 1, "activity_section_position": 1, "assessment": false, - "properties": { - "level_keys": [ - "CSD U2 Top Websites_2018_2019_pilot_2024" - ], - "progression": "Top Websites" - }, - "bonus": false, - "seeding_key": { - "script_level.level_keys": [ - "CSD U2 Top Websites_2018_2019_pilot_2024" - ], - "lesson.key": "Websites for a Purpose", - "lesson_group.key": "lessonGroup-3", - "script.name": "csd2-2024", - "activity_section.key": "1adcdf42-6618-4832-bbde-0db7e878a674" - }, - "level_keys": [ - "CSD U2 Top Websites_2018_2019_pilot_2024" - ] - }, - { - "chapter": 88, - "position": 1, - "activity_section_position": 1, - "assessment": false, "properties": { "level_keys": [ "CSD web upload images multi_2024" @@ -8360,7 +8409,7 @@ ] }, { - "chapter": 89, + "chapter": 88, "position": 1, "activity_section_position": 1, "assessment": false, @@ -8385,7 +8434,7 @@ ] }, { - "chapter": 90, + "chapter": 89, "position": 2, "activity_section_position": 1, "assessment": false, @@ -8410,7 +8459,7 @@ ] }, { - "chapter": 91, + "chapter": 90, "position": 3, "activity_section_position": 1, "assessment": false, @@ -8435,7 +8484,7 @@ ] }, { - "chapter": 92, + "chapter": 91, "position": 4, "activity_section_position": 1, "assessment": false, @@ -8460,7 +8509,7 @@ ] }, { - "chapter": 93, + "chapter": 92, "position": 5, "activity_section_position": 1, "assessment": false, @@ -8485,7 +8534,7 @@ ] }, { - "chapter": 94, + "chapter": 93, "position": 6, "activity_section_position": 1, "assessment": false, @@ -8510,7 +8559,7 @@ ] }, { - "chapter": 95, + "chapter": 94, "position": 1, "activity_section_position": 1, "assessment": false, @@ -8535,7 +8584,7 @@ ] }, { - "chapter": 96, + "chapter": 95, "position": 2, "activity_section_position": 1, "assessment": true, @@ -8560,7 +8609,7 @@ ] }, { - "chapter": 97, + "chapter": 96, "position": 1, "activity_section_position": 1, "assessment": true, @@ -9617,18 +9666,6 @@ "activity_section.key": "7ddc96c8-788e-42ee-a79e-224f45cb7274" } }, - { - "seeding_key": { - "level.key": "CSD U2 Top Websites_2018_2019_pilot_2024", - "script_level.level_keys": [ - "CSD U2 Top Websites_2018_2019_pilot_2024" - ], - "lesson.key": "Websites for a Purpose", - "lesson_group.key": "lessonGroup-3", - "script.name": "csd2-2024", - "activity_section.key": "1adcdf42-6618-4832-bbde-0db7e878a674" - } - }, { "seeding_key": { "level.key": "CSD web upload images multi_2024", @@ -10029,6 +10066,18 @@ "resource.key": "exploring_web_pages" } }, + { + "name": "Flex Children for More Control", + "url": "https://docs.google.com/presentation/d/1jQ-ZeHHBmDYqKgAQ8pvknZzQ6BM8g7pgEv6s9H6kFVE/template/preview", + "key": "flex_children_for_more_control", + "properties": { + "audience": "Teacher", + "type": "Slides" + }, + "seeding_key": { + "resource.key": "flex_children_for_more_control" + } + }, { "name": "Flexbox Cheat Sheet", "url": "https://docs.google.com/document/d/1f5t7oUfV-5PRtcKrJVskrb_Mt_r8941VT-Qa-07mP9o/edit?usp=sharing", @@ -10042,6 +10091,19 @@ "resource.key": "flexbox_cheat_sheet" } }, + { + "name": "Flexbox Children Cheat Sheet", + "url": "https://docs.google.com/document/d/1lrkMGcPwjKo4g5uyvVfaXpFb7kRUfdtqcsqLRtaDWYM/edit?usp=sharing", + "key": "flexbox_children_cheat_sheet", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Handout" + }, + "seeding_key": { + "resource.key": "flexbox_children_cheat_sheet" + } + }, { "name": "Formatting HTML", "url": "https://drive.google.com/file/d/1LHg1qYSF9pA22M7grp0DKgXmSh_yBgoF/view", @@ -10242,6 +10304,19 @@ "resource.key": "intro_to_web_lab_part_2" } }, + { + "name": "Layout Prediction", + "url": "https://docs.google.com/document/d/1QtnqtR0HrKo24RjTUCf6qCKvBbtYY4vm7YkAdy7nsdc/edit?usp=sharing", + "key": "layout_prediction", + "properties": { + "audience": "Student", + "include_in_pdf": true, + "type": "Activity Guide" + }, + "seeding_key": { + "resource.key": "layout_prediction" + } + }, { "name": "Layout Properties", "url": "https://drive.google.com/file/d/1M26yx_lXwBwoH4uln6nQuBQ5SdIedVWu/view", @@ -10462,19 +10537,6 @@ "resource.key": "personal_web_page" } }, - { - "name": "Personal Web Page - Prepare", - "url": "https://docs.google.com/document/d/1qsiOoSuh_n1oxNEDCrSRwQyKSevuG69B3iojDR3ZQKE/", - "key": "personal_web_page_-_prepare", - "properties": { - "audience": "Student", - "include_in_pdf": true, - "type": "Project Guide" - }, - "seeding_key": { - "resource.key": "personal_web_page_-_prepare" - } - }, { "name": "Personal Web Page - Reflect", "url": "https://docs.google.com/document/d/1J8BV9ekJXvT8-KzWkzc8_XOTam5BFzZ42A_0ZaUXoww/", @@ -10514,6 +10576,19 @@ "resource.key": "personal_web_page_1" } }, + { + "name": "Pictionary Terms Slips", + "url": "https://docs.google.com/document/d/1dza1kwmREXH4NC6ENo1Z1M5uAepRTPUX_5nIs33gNzs/edit?usp=sharing", + "key": "pictionary_terms_slips", + "properties": { + "audience": "Teacher", + "include_in_pdf": true, + "type": "Resource" + }, + "seeding_key": { + "resource.key": "pictionary_terms_slips" + } + }, { "name": "Plan a Multi-Page Website", "url": "https://docs.google.com/document/d/1RlLpWsXEHX2GC6eVVsYrx7pAaZ_VUACKpgAQfkWUKKw", @@ -10625,18 +10700,6 @@ "resource.key": "project_guide_-_html_project" } }, - { - "name": "Project Guide - Personal Web Page - Prepare", - "url": "https://docs.google.com/document/d/1zpK8MdquwIvu1yM9RsMqFnDN0bN7qRL3Kwz3MUFtLE4/view", - "key": "project_guide_-_personal_web_page_-_prepare", - "properties": { - "audience": "Verified Teacher", - "type": "Exemplar" - }, - "seeding_key": { - "resource.key": "project_guide_-_personal_web_page_-_prepare" - } - }, { "name": "Project Guide - Personal Web Page - Reflect", "url": "https://docs.google.com/document/d/177zgnLZgK8EWy2J_ztV7iAKPmi6uhRk5EZ4PocHBG0Y/view", @@ -11044,33 +11107,8 @@ } }, { - "name": "Websites for a Purpose", - "url": "https://docs.google.com/document/d/1JjaG3J0Jl2KZtqxCsqP-pMLb0tHSTSjni9NwgftBKNI/edit?usp=sharing", - "key": "websites_for_a_purpose", - "properties": { - "audience": "Verified Teacher", - "type": "Exemplar" - }, - "seeding_key": { - "resource.key": "websites_for_a_purpose" - } - }, - { - "name": "Websites for a Purpose", - "url": "https://docs.google.com/document/d/18UiOaX7ThahC5cfDeWVMNjCpEy_BKPNz5MDOjLlSkbU/edit", - "key": "websites_for_a_purpose_1", - "properties": { - "audience": "Student", - "include_in_pdf": true, - "type": "Activity Guide" - }, - "seeding_key": { - "resource.key": "websites_for_a_purpose_1" - } - }, - { - "name": "Websites for a Purpose", - "url": "https://docs.google.com/presentation/d/1yHRuBzmhMHTGGkH0YJsHfewh1ceUi1u5ut6_kIlfrQU/template/preview", + "name": "CSS Pseudo-classes", + "url": "https://docs.google.com/presentation/d/1AF-xp1xqMaJZidD5h4PBOTksESaBl0ULWJYRLrLj1VU/template/preview", "key": "websites_for_a_purpose_2", "properties": { "audience": "Teacher", @@ -11118,18 +11156,6 @@ "seeding_key": { "resource.key": "your_personal_style_2" } - }, - { - "name": "Your Web Page: Prepare", - "url": "https://docs.google.com/presentation/d/13RScnxfMzwB5u80mIuncxTIHZ2X7eIBhNhEByzVkOLs/template/preview", - "key": "your_web_page_prepare", - "properties": { - "audience": "Teacher", - "type": "Slides" - }, - "seeding_key": { - "resource.key": "your_web_page_prepare" - } } ], "lessons_resources": [ @@ -11730,37 +11756,31 @@ { "seeding_key": { "lesson.key": "Websites for a Purpose", - "resource.key": "websites_for_a_purpose" - } - }, - { - "seeding_key": { - "lesson.key": "Websites for a Purpose", - "resource.key": "websites_for_a_purpose_1" + "resource.key": "websites_for_a_purpose_2" } }, { "seeding_key": { - "lesson.key": "Websites for a Purpose", - "resource.key": "websites_for_a_purpose_2" + "lesson.key": "Your Web Page - Prepare", + "resource.key": "flex_children_for_more_control" } }, { "seeding_key": { "lesson.key": "Your Web Page - Prepare", - "resource.key": "personal_web_page_-_prepare" + "resource.key": "flexbox_children_cheat_sheet" } }, { "seeding_key": { "lesson.key": "Your Web Page - Prepare", - "resource.key": "project_guide_-_personal_web_page_-_prepare" + "resource.key": "layout_prediction" } }, { "seeding_key": { "lesson.key": "Your Web Page - Prepare", - "resource.key": "your_web_page_prepare" + "resource.key": "pictionary_terms_slips" } } ], @@ -12383,7 +12403,7 @@ { "key": "3112d4c8-dac8-47e8-9e9c-ca228b55cb27", "properties": { - "description": "Create documentation that explains the design decisions of an artifact" + "description": "Apply Flexbox children properties in CSS" }, "seeding_key": { "lesson.key": "Your Web Page - Prepare", @@ -12563,7 +12583,7 @@ { "key": "694e5850-ccd9-47ba-a2cd-bc755ac1b28a", "properties": { - "description": "Identify the reasons someone might create a given website" + "description": "Apply pseudo-classes to selectors in CSS to enhance website interactivity and design" }, "seeding_key": { "lesson.key": "Websites for a Purpose", @@ -12590,6 +12610,16 @@ "objective.key": "71cf9da7-f188-4b32-bf5c-968a82caecfe" } }, + { + "key": "74f74d4d-d7af-4e32-9e25-9fd55bf862f4", + "properties": { + "description": "Explain the function and importance of CSS Pseudo-classes" + }, + "seeding_key": { + "lesson.key": "Websites for a Purpose", + "objective.key": "74f74d4d-d7af-4e32-9e25-9fd55bf862f4" + } + }, { "key": "82a64c45-e824-4cf9-8a1c-bb25a8eb693d", "properties": { @@ -12713,7 +12743,7 @@ { "key": "cc075a45-b721-42e6-990f-e70219a92100", "properties": { - "description": "Logically separate the content, structure and formatting of a digital artifact" + "description": "Analyze and solve common web design layout challenges using Flexbox" }, "seeding_key": { "lesson.key": "Your Web Page - Prepare", @@ -13255,14 +13285,35 @@ "seeding_key": { "lesson.key": "Websites for a Purpose", "framework.shortcode": "csta", - "standard.shortcode": "2-IC-20" + "standard.shortcode": "1B-AP-15" + } + }, + { + "seeding_key": { + "lesson.key": "Websites for a Purpose", + "framework.shortcode": "csta", + "standard.shortcode": "2-AP-17" + } + }, + { + "seeding_key": { + "lesson.key": "Websites for a Purpose", + "framework.shortcode": "csta", + "standard.shortcode": "3A-AP-16" + } + }, + { + "seeding_key": { + "lesson.key": "Websites for a Purpose", + "framework.shortcode": "csta", + "standard.shortcode": "3A-AP-19" } }, { "seeding_key": { "lesson.key": "Your Web Page - Prepare", "framework.shortcode": "csta", - "standard.shortcode": "2-AP-16" + "standard.shortcode": "2-AP-13" } }, { @@ -13271,6 +13322,13 @@ "framework.shortcode": "csta", "standard.shortcode": "2-AP-19" } + }, + { + "seeding_key": { + "lesson.key": "Your Web Page - Prepare", + "framework.shortcode": "csta", + "standard.shortcode": "3A-AP-19" + } } ], "lessons_opportunity_standards": [ diff --git a/dashboard/config/scripts_json/flappy.script_json b/dashboard/config/scripts_json/flappy.script_json index 35113fdf1af0a..6c9341219b950 100644 --- a/dashboard/config/scripts_json/flappy.script_json +++ b/dashboard/config/scripts_json/flappy.script_json @@ -64,7 +64,7 @@ }, "new_name": null, "family_name": "flappy", - "serialized_at": "2023-07-03 04:40:25 UTC", + "serialized_at": "2024-01-29 16:38:02 UTC", "published_state": "stable", "instruction_type": "teacher_led", "instructor_audience": "teacher", @@ -952,5 +952,14 @@ ], "lessons_opportunity_standards": [ + ], + "rubrics": [ + + ], + "learning_goals": [ + + ], + "learning_goal_evidence_levels": [ + ] } diff --git a/dashboard/config/scripts_json/hello-world-animals-2021.script_json b/dashboard/config/scripts_json/hello-world-animals-2021.script_json index 5f293878a3503..7d7b941c884a8 100644 --- a/dashboard/config/scripts_json/hello-world-animals-2021.script_json +++ b/dashboard/config/scripts_json/hello-world-animals-2021.script_json @@ -49,7 +49,7 @@ }, "new_name": null, "family_name": "hello-world-animals", - "serialized_at": "2023-11-17 23:08:48 UTC", + "serialized_at": "2024-01-29 16:36:23 UTC", "published_state": "stable", "instruction_type": "teacher_led", "instructor_audience": "teacher", diff --git a/dashboard/config/scripts_json/mc.script_json b/dashboard/config/scripts_json/mc.script_json index 06f311884d1ba..6a8c6380e3500 100644 --- a/dashboard/config/scripts_json/mc.script_json +++ b/dashboard/config/scripts_json/mc.script_json @@ -50,7 +50,7 @@ }, "new_name": null, "family_name": "mc", - "serialized_at": "2023-09-26 23:31:26 UTC", + "serialized_at": "2024-01-29 16:42:57 UTC", "published_state": "stable", "instruction_type": "teacher_led", "instructor_audience": "teacher", diff --git a/dashboard/config/scripts_json/outbreak.script_json b/dashboard/config/scripts_json/outbreak.script_json index e5060c835154b..ffdb6f6972b3b 100644 --- a/dashboard/config/scripts_json/outbreak.script_json +++ b/dashboard/config/scripts_json/outbreak.script_json @@ -47,7 +47,7 @@ }, "new_name": null, "family_name": "outbreak", - "serialized_at": "2023-11-17 23:00:40 UTC", + "serialized_at": "2024-01-29 16:48:36 UTC", "published_state": "stable", "instruction_type": "teacher_led", "instructor_audience": "teacher", diff --git a/dashboard/config/scripts_json/pl-team-design-guide.script_json b/dashboard/config/scripts_json/pl-team-design-guide.script_json index 3618836efca49..279e5c5c64f0a 100644 --- a/dashboard/config/scripts_json/pl-team-design-guide.script_json +++ b/dashboard/config/scripts_json/pl-team-design-guide.script_json @@ -10,7 +10,7 @@ }, "new_name": null, "family_name": "pl-team-design-guide", - "serialized_at": "2024-01-22 23:19:30 UTC", + "serialized_at": "2024-01-29 20:55:18 UTC", "published_state": "in_development", "instruction_type": "self_paced", "instructor_audience": "facilitator", @@ -151,6 +151,9 @@ "activity_section_position": 1, "assessment": false, "properties": { + "level_keys": [ + "PLGuide_L1_ReferenceMaterials" + ], "progression": "Reference Materials" }, "bonus": false, @@ -169,10 +172,35 @@ }, { "chapter": 2, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + "progression": "Reference Materials" + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "PLGuide_L1_ReferenceMaterials2" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "pl-team-design-guide", + "activity_section.key": "3902e12a-769b-4328-9c41-34b1998b3fe3" + }, + "level_keys": [ + "PLGuide_L1_ReferenceMaterials2" + ] + }, + { + "chapter": 3, "position": 1, "activity_section_position": 1, "assessment": false, "properties": { + "level_keys": [ + "PLGuide_L3_Headings1" + ], "progression": "Headings and Body Text" }, "bonus": false, @@ -190,11 +218,14 @@ ] }, { - "chapter": 3, + "chapter": 4, "position": 2, "activity_section_position": 2, "assessment": false, "properties": { + "level_keys": [ + "PLGuide_L3_BodyText" + ], "progression": "Headings and Body Text" }, "bonus": false, @@ -212,11 +243,14 @@ ] }, { - "chapter": 4, + "chapter": 5, "position": 3, "activity_section_position": 3, "assessment": false, "properties": { + "level_keys": [ + "PLGuide_L3_BodyText1" + ], "progression": "Headings and Body Text" }, "bonus": false, @@ -247,6 +281,18 @@ "activity_section.key": "3902e12a-769b-4328-9c41-34b1998b3fe3" } }, + { + "seeding_key": { + "level.key": "PLGuide_L1_ReferenceMaterials2", + "script_level.level_keys": [ + "PLGuide_L1_ReferenceMaterials2" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "pl-team-design-guide", + "activity_section.key": "3902e12a-769b-4328-9c41-34b1998b3fe3" + } + }, { "seeding_key": { "level.key": "PLGuide_L3_Headings1", diff --git a/dashboard/config/scripts_json/self-paced-pl-microbit-2024-1.script_json b/dashboard/config/scripts_json/self-paced-pl-microbit-2024-1.script_json new file mode 100644 index 0000000000000..194e19eafb26b --- /dev/null +++ b/dashboard/config/scripts_json/self-paced-pl-microbit-2024-1.script_json @@ -0,0 +1,993 @@ +{ + "script": { + "name": "self-paced-pl-microbit-2024-1", + "wrapup_video_id": null, + "login_required": false, + "properties": { + "is_migrated": true + }, + "new_name": null, + "family_name": null, + "serialized_at": "2024-01-29 22:25:32 UTC", + "published_state": null, + "instruction_type": null, + "instructor_audience": null, + "participant_audience": null, + "seeding_key": { + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + "lesson_groups": [ + { + "key": "", + "user_facing": false, + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + } + ], + "lessons": [ + { + "key": "lesson-1", + "name": "Events", + "absolute_position": 1, + "lockable": false, + "has_lesson_plan": false, + "relative_position": 1, + "properties": { + }, + "seeding_key": { + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "lesson-2", + "name": "Loops", + "absolute_position": 2, + "lockable": false, + "has_lesson_plan": false, + "relative_position": 2, + "properties": { + }, + "seeding_key": { + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "lesson-3", + "name": "Data and Variables", + "absolute_position": 3, + "lockable": false, + "has_lesson_plan": false, + "relative_position": 3, + "properties": { + }, + "seeding_key": { + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "lesson-4", + "name": "Conditionals", + "absolute_position": 4, + "lockable": false, + "has_lesson_plan": false, + "relative_position": 4, + "properties": { + }, + "seeding_key": { + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "lesson-5", + "name": "Functions", + "absolute_position": 5, + "lockable": false, + "has_lesson_plan": false, + "relative_position": 5, + "properties": { + }, + "seeding_key": { + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + } + ], + "lesson_activities": [ + { + "key": "db5e3ef7-3582-41c9-8cc4-0c8fc7d84b53", + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_activity.key": "db5e3ef7-3582-41c9-8cc4-0c8fc7d84b53", + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "f728f076-8d7a-496e-b899-90f3ab4335f6", + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_activity.key": "f728f076-8d7a-496e-b899-90f3ab4335f6", + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "db965574-e91b-45bf-a10f-1ca55c13769b", + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_activity.key": "db965574-e91b-45bf-a10f-1ca55c13769b", + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "5a0ba94f-f474-464f-8d23-6bf629402d91", + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_activity.key": "5a0ba94f-f474-464f-8d23-6bf629402d91", + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + }, + { + "key": "6c9f834a-27bf-4d83-bb8a-e76f1a4f868d", + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_activity.key": "6c9f834a-27bf-4d83-bb8a-e76f1a4f868d", + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1" + } + } + ], + "activity_sections": [ + { + "key": "fab838c3-a330-4eec-85a5-0575781133dd", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd", + "lesson_activity.key": "db5e3ef7-3582-41c9-8cc4-0c8fc7d84b53" + } + }, + { + "key": "5909d381-92e6-462c-8750-3c2ffb0f369e", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e", + "lesson_activity.key": "f728f076-8d7a-496e-b899-90f3ab4335f6" + } + }, + { + "key": "57d85cd2-056b-4340-b841-5904b848013e", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e", + "lesson_activity.key": "db965574-e91b-45bf-a10f-1ca55c13769b" + } + }, + { + "key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d", + "lesson_activity.key": "5a0ba94f-f474-464f-8d23-6bf629402d91" + } + }, + { + "key": "70c8d72a-c9a6-4eec-92c6-6589ab735812", + "position": 1, + "properties": { + }, + "seeding_key": { + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812", + "lesson_activity.key": "6c9f834a-27bf-4d83-bb8a-e76f1a4f868d" + } + } + ], + "script_levels": [ + { + "chapter": 1, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "course_c_maker_dance_party_unpluggedMB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + }, + "level_keys": [ + "course_c_maker_dance_party_unpluggedMB" + ] + }, + { + "chapter": 2, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseC_video_flappyIntro_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + }, + "level_keys": [ + "courseC_video_flappyIntro_2023MB" + ] + }, + { + "chapter": 3, + "position": 3, + "activity_section_position": 3, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseC_flappy_events1_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + }, + "level_keys": [ + "courseC_flappy_events1_2023MB" + ] + }, + { + "chapter": 4, + "position": 4, + "activity_section_position": 4, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_variables_predict_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + }, + "level_keys": [ + "courseF_variables_predict_2023MB" + ] + }, + { + "chapter": 5, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseB_video_artistLoops_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + }, + "level_keys": [ + "courseB_video_artistLoops_2023MB" + ] + }, + { + "chapter": 6, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseB_artist_loops2_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + }, + "level_keys": [ + "courseB_artist_loops2_2023MB" + ] + }, + { + "chapter": 7, + "position": 3, + "activity_section_position": 3, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseB_artist_loops3_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + }, + "level_keys": [ + "courseB_artist_loops3_2023MB" + ] + }, + { + "chapter": 8, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_variables2_predict_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_variables2_predict_2023MB" + ] + }, + { + "chapter": 9, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_variables2_set_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_variables2_set_2023MB" + ] + }, + { + "chapter": 10, + "position": 3, + "activity_section_position": 3, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_variables2_change_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_variables2_change_2023MB" + ] + }, + { + "chapter": 11, + "position": 4, + "activity_section_position": 4, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_clicker_sprites_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_clicker_sprites_2023MB" + ] + }, + { + "chapter": 12, + "position": 5, + "activity_section_position": 5, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_clicker_remove_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_clicker_remove_2023MB" + ] + }, + { + "chapter": 13, + "position": 6, + "activity_section_position": 6, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_clicker_variable_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_clicker_variable_2023MB" + ] + }, + { + "chapter": 14, + "position": 7, + "activity_section_position": 7, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_clicker_score_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_clicker_score_2023MB" + ] + }, + { + "chapter": 15, + "position": 8, + "activity_section_position": 8, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseF_clicker_finish_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + }, + "level_keys": [ + "courseF_clicker_finish_2023MB" + ] + }, + { + "chapter": 16, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseD_bee_conditionalsVid1_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + }, + "level_keys": [ + "courseD_bee_conditionalsVid1_2023MB" + ] + }, + { + "chapter": 17, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseD_bee_conditionals2_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + }, + "level_keys": [ + "courseD_bee_conditionals2_2023MB" + ] + }, + { + "chapter": 18, + "position": 3, + "activity_section_position": 3, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "csc_ecosystems_conditionals_overviewMB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + }, + "level_keys": [ + "csc_ecosystems_conditionals_overviewMB" + ] + }, + { + "chapter": 19, + "position": 4, + "activity_section_position": 4, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "csc_ecosystems_ocean_coral_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + }, + "level_keys": [ + "csc_ecosystems_ocean_coral_2023MB" + ] + }, + { + "chapter": 20, + "position": 1, + "activity_section_position": 1, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "Songwriting-Unplugged2022_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + }, + "level_keys": [ + "Songwriting-Unplugged2022_2023MB" + ] + }, + { + "chapter": 21, + "position": 2, + "activity_section_position": 2, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseE_artist_functions2_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + }, + "level_keys": [ + "courseE_artist_functions2_2023MB" + ] + }, + { + "chapter": 22, + "position": 3, + "activity_section_position": 3, + "assessment": false, + "properties": { + }, + "bonus": false, + "seeding_key": { + "script_level.level_keys": [ + "courseE_artist_functions3_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + }, + "level_keys": [ + "courseE_artist_functions3_2023MB" + ] + } + ], + "levels_script_levels": [ + { + "seeding_key": { + "level.key": "course_c_maker_dance_party_unpluggedMB", + "script_level.level_keys": [ + "course_c_maker_dance_party_unpluggedMB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + } + }, + { + "seeding_key": { + "level.key": "courseC_video_flappyIntro_2023MB", + "script_level.level_keys": [ + "courseC_video_flappyIntro_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + } + }, + { + "seeding_key": { + "level.key": "courseC_flappy_events1_2023MB", + "script_level.level_keys": [ + "courseC_flappy_events1_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + } + }, + { + "seeding_key": { + "level.key": "courseF_variables_predict_2023MB", + "script_level.level_keys": [ + "courseF_variables_predict_2023MB" + ], + "lesson.key": "lesson-1", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "fab838c3-a330-4eec-85a5-0575781133dd" + } + }, + { + "seeding_key": { + "level.key": "courseB_video_artistLoops_2023MB", + "script_level.level_keys": [ + "courseB_video_artistLoops_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + } + }, + { + "seeding_key": { + "level.key": "courseB_artist_loops2_2023MB", + "script_level.level_keys": [ + "courseB_artist_loops2_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + } + }, + { + "seeding_key": { + "level.key": "courseB_artist_loops3_2023MB", + "script_level.level_keys": [ + "courseB_artist_loops3_2023MB" + ], + "lesson.key": "lesson-2", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "5909d381-92e6-462c-8750-3c2ffb0f369e" + } + }, + { + "seeding_key": { + "level.key": "courseF_variables2_predict_2023MB", + "script_level.level_keys": [ + "courseF_variables2_predict_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_variables2_set_2023MB", + "script_level.level_keys": [ + "courseF_variables2_set_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_variables2_change_2023MB", + "script_level.level_keys": [ + "courseF_variables2_change_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_clicker_sprites_2023MB", + "script_level.level_keys": [ + "courseF_clicker_sprites_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_clicker_remove_2023MB", + "script_level.level_keys": [ + "courseF_clicker_remove_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_clicker_variable_2023MB", + "script_level.level_keys": [ + "courseF_clicker_variable_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_clicker_score_2023MB", + "script_level.level_keys": [ + "courseF_clicker_score_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseF_clicker_finish_2023MB", + "script_level.level_keys": [ + "courseF_clicker_finish_2023MB" + ], + "lesson.key": "lesson-3", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "57d85cd2-056b-4340-b841-5904b848013e" + } + }, + { + "seeding_key": { + "level.key": "courseD_bee_conditionalsVid1_2023MB", + "script_level.level_keys": [ + "courseD_bee_conditionalsVid1_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + } + }, + { + "seeding_key": { + "level.key": "courseD_bee_conditionals2_2023MB", + "script_level.level_keys": [ + "courseD_bee_conditionals2_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + } + }, + { + "seeding_key": { + "level.key": "csc_ecosystems_conditionals_overviewMB", + "script_level.level_keys": [ + "csc_ecosystems_conditionals_overviewMB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + } + }, + { + "seeding_key": { + "level.key": "csc_ecosystems_ocean_coral_2023MB", + "script_level.level_keys": [ + "csc_ecosystems_ocean_coral_2023MB" + ], + "lesson.key": "lesson-4", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "db389537-07fc-45dc-9f5f-fbf4ec27ea0d" + } + }, + { + "seeding_key": { + "level.key": "Songwriting-Unplugged2022_2023MB", + "script_level.level_keys": [ + "Songwriting-Unplugged2022_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + } + }, + { + "seeding_key": { + "level.key": "courseE_artist_functions2_2023MB", + "script_level.level_keys": [ + "courseE_artist_functions2_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + } + }, + { + "seeding_key": { + "level.key": "courseE_artist_functions3_2023MB", + "script_level.level_keys": [ + "courseE_artist_functions3_2023MB" + ], + "lesson.key": "lesson-5", + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-1", + "activity_section.key": "70c8d72a-c9a6-4eec-92c6-6589ab735812" + } + } + ], + "resources": [ + + ], + "lessons_resources": [ + + ], + "scripts_resources": [ + + ], + "scripts_student_resources": [ + + ], + "vocabularies": [ + + ], + "lessons_vocabularies": [ + + ], + "lessons_programming_expressions": [ + + ], + "objectives": [ + + ], + "lessons_standards": [ + + ], + "lessons_opportunity_standards": [ + + ], + "rubrics": [ + + ], + "learning_goals": [ + + ], + "learning_goal_evidence_levels": [ + + ] +} diff --git a/dashboard/config/scripts_json/self-paced-pl-microbit-2024-2.script_json b/dashboard/config/scripts_json/self-paced-pl-microbit-2024-2.script_json new file mode 100644 index 0000000000000..009af86ae7adb --- /dev/null +++ b/dashboard/config/scripts_json/self-paced-pl-microbit-2024-2.script_json @@ -0,0 +1,87 @@ +{ + "script": { + "name": "self-paced-pl-microbit-2024-2", + "wrapup_video_id": null, + "login_required": false, + "properties": { + "is_migrated": true + }, + "new_name": null, + "family_name": null, + "serialized_at": "2024-01-29 22:00:48 UTC", + "published_state": null, + "instruction_type": null, + "instructor_audience": null, + "participant_audience": null, + "seeding_key": { + "script.name": "self-paced-pl-microbit-2024-2" + } + }, + "lesson_groups": [ + { + "key": "", + "user_facing": false, + "position": 1, + "properties": { + }, + "seeding_key": { + "lesson_group.key": "", + "script.name": "self-paced-pl-microbit-2024-2" + } + } + ], + "lessons": [ + + ], + "lesson_activities": [ + + ], + "activity_sections": [ + + ], + "script_levels": [ + + ], + "levels_script_levels": [ + + ], + "resources": [ + + ], + "lessons_resources": [ + + ], + "scripts_resources": [ + + ], + "scripts_student_resources": [ + + ], + "vocabularies": [ + + ], + "lessons_vocabularies": [ + + ], + "lessons_programming_expressions": [ + + ], + "objectives": [ + + ], + "lessons_standards": [ + + ], + "lessons_opportunity_standards": [ + + ], + "rubrics": [ + + ], + "learning_goals": [ + + ], + "learning_goal_evidence_levels": [ + + ] +} diff --git a/dashboard/config/scripts_json/spelling-bee-2021.script_json b/dashboard/config/scripts_json/spelling-bee-2021.script_json index 088646e262f48..1de75a12a4667 100644 --- a/dashboard/config/scripts_json/spelling-bee-2021.script_json +++ b/dashboard/config/scripts_json/spelling-bee-2021.script_json @@ -13,7 +13,7 @@ }, "new_name": null, "family_name": "spelling-bee", - "serialized_at": "2022-09-07 17:27:19 UTC", + "serialized_at": "2024-01-29 16:50:54 UTC", "published_state": "stable", "instruction_type": "teacher_led", "instructor_audience": "teacher", @@ -756,5 +756,14 @@ ], "lessons_opportunity_standards": [ + ], + "rubrics": [ + + ], + "learning_goals": [ + + ], + "learning_goal_evidence_levels": [ + ] } From a5aa98cb3151a5abd9f0629d0c1e8506999d331d Mon Sep 17 00:00:00 2001 From: Pablo M <108825710+pablo-code-org@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:11:43 -0800 Subject: [PATCH 07/13] Update ci_pipeline.yml --- .github/workflows/ci_pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 768cfe127903d..f0c9f762b86b3 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -58,11 +58,13 @@ jobs: - name: Set up Docker Environment run: docker build -t code-dot-org-testing-docker-image -f ./code-dot-org/docker/dockerfiles/Dockerfile ./code-dot-org + - name: Find ui_tests.sh file run: | - docker run --entrypoint /bin/bash \ + docker run --rm --entrypoint /bin/bash \ code-dot-org-testing-docker-image \ -c "find / -type f -name 'ui_tests.sh' 2>/dev/null" + - name: Run ls Unit Tests without working dir run: | docker run \ From 472a5701655d52a9fbafb04eeb00bbde12e38a2e Mon Sep 17 00:00:00 2001 From: Bethany Connor <46464143+bethanyaconnor@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:17:18 -0500 Subject: [PATCH 08/13] Update FAQ on engineering career page (#56074) --- pegasus/sites.v3/hourofcode.com/i18n/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pegasus/sites.v3/hourofcode.com/i18n/en.yml b/pegasus/sites.v3/hourofcode.com/i18n/en.yml index db5aa06d200c8..3f241f60bc016 100644 --- a/pegasus/sites.v3/hourofcode.com/i18n/en.yml +++ b/pegasus/sites.v3/hourofcode.com/i18n/en.yml @@ -9919,7 +9919,7 @@ engineering_faq_answer_5_c_1: "We care deeply about each other." engineering_faq_answer_5_c_2: "When engineers are struggling with an issue, we step in and we help. One of our principles is that we are hard on problems, but kind to each other. We promote engineers regularly, but we don't prescribe over-engineered solutions just to support someone's promotion path. Instead, we invest in our engineers with a generous professional development budget and access to other learning opportunities." engineering_faq_answer_5_d_1: "We work hard, but we set clear boundaries." - engineering_faq_answer_5_d_2: "While we support students across the world, we hold ourselves accountable for clear boundaries between work and home life. We enjoy no-meetings Wednesdays, taking our PTO (5 weeks total, which includes an org-wide 2-week office closure at the end of the year aka Winter Break), half working day on Fridays during the summer aka Summer Fridays, and other generous benefits." + engineering_faq_answer_5_d_2: "While we support students across the world, we hold ourselves accountable for clear boundaries between work and home life. We enjoy no-meetings Wednesdays, 3 weeks of flexible paid time off, an additional org-wide 2-week office closure at the end of the year, and other generous benefits." careers_hero_title: "Careers" careers_hero_description: "Code.org is a nonprofit organization dedicated to expanding access to computer science in schools. We are especially focused on increasing participation among young women and underrepresented students." From 2609147acefe83ecdf60dcd70d43c42ebf1e040d Mon Sep 17 00:00:00 2001 From: Liam Frye-Mason Date: Tue, 30 Jan 2024 07:58:55 -0800 Subject: [PATCH 09/13] Update hover tooltip on levelbuilder 'Published State' to be useful (#56087) * Change outdated copy to link to documentation on levelbuilder Published Statese * Cr comment * CR comment --- .../CourseVersionPublishingEditor.jsx | 74 ++++--------------- 1 file changed, 13 insertions(+), 61 deletions(-) diff --git a/apps/src/lib/levelbuilder/CourseVersionPublishingEditor.jsx b/apps/src/lib/levelbuilder/CourseVersionPublishingEditor.jsx index 40f8d4c6caf22..7633d72773c49 100644 --- a/apps/src/lib/levelbuilder/CourseVersionPublishingEditor.jsx +++ b/apps/src/lib/levelbuilder/CourseVersionPublishingEditor.jsx @@ -4,6 +4,7 @@ import HelpTip from '@cdo/apps/lib/ui/HelpTip'; import color from '@cdo/apps/util/color'; import {PublishedState} from '@cdo/apps/generated/curriculum/sharedCourseConstants'; import Button from '../../templates/Button'; +import Link from '@cdo/apps/componentLibrary/link/Link'; export default class CourseVersionPublishingEditor extends Component { static propTypes = { @@ -218,68 +219,19 @@ export default class CourseVersionPublishingEditor extends Component { ))} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Publish StateOverview
In-Development - Only levelbuilder can see this course. Used for creating new - content you don't want anyone to access. -
Pilot - A limited set of teachers who are in a pilot experiment can - see and assign the course. -
Beta - Anyone who has the link can view the course and make - progress on it. It is not assignable by teachers yet. -
Preview - The course is now a choice in the dropdown that is - assignable. -
Stable - A course that is not changing. If it is the most recent - course in your language it will be the recommended course. -
Sunsetting - A course that is in the process of being deprecated. -
Deprecated - A course that has been deprecated.
-
- For Deeper Learning Courses, deprecation prevents Peer - Reviews conducted as part of this unit from being displayed - in the admin-only Peer Review Dashboard. -
+ Making a change to this setting updates who can see and assign this + curriculum. It also impacts what kinds of edits can be made, some of + which can not be reversed without engineering assistance. +
+
+ Click "More info" for more information.
+ + More info + {this.props.publishedState === PublishedState.pilot && (