JSFiddle - React, Tailwind, and code Playground

by cory a

JavaScript

$(function() {
    var json = {
  "CR9.1": {
    "Mastery": 1,
    "Charisma": 4,
    "Clarity of Mind": 3,
    "Outcome": "View, listen to, read, comprehend, and respond to a variety of texts that address identity (e.g., The Search for Self), social responsibility (e.g., Our Shared Narratives), and efficacy (e.g., Doing the Right Thing).",
    "Benefits": "Understanding written and oral texts ..."
  },
  "CR9.2": {
    "Mastery": 1,
    "Charisma": 4,
    "Clarity of Mind": 3,
    "Outcome": "Select and use appropriate strategies to construct meaning before (e.g., formulating focus questions), during (e.g., adjusting rate to the specific purpose and difficulty of the text), and after (e.g., analyzing and evaluating) viewing, listening, and reading.",
    "Benefits": "Understanding written and oral texts ..."
  }
};

    $.each(json, function(i, v) {
       alert(i)
    }