lodash.js fiddle

Added lodash from cdnjs.com in order to have lodash capabilities in chrome.

by Danny Michaelis

HTML

<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/1.2.1/lodash.min.js"></script>

JavaScript

var doc = {
  "Binding": "Soulbound",
  "Name": "Megatyrant Adamantium Sawblade",
  "Weight": "None",
  "SKU": "95e1a569-b0d8-4684-ac22-8ec6e5995a81",
  "Slots": [
    {
      "Aperture": {
        "Id": "apertures/7",
        "Name": "Inventory",
        "Tags": null
      },
      "Size": 1
    },
    {
      "Aperture": {
        "Id": "apertures/2",
        "Name": "Hand",
        "Tags": null
      },
      "Size": 1
    }
  ],
  "Effects": "Overdrive Rend: Hitting with every dice with this weapon will allow the wielder to make an extra attack, though with no bonus damage other than what this weapon provides. This extra attack drains 10 Power from the user. (Cooldown: 2 Rounds)\nRequires: Colossus Grasp",
  "Mutations": [
    {
      "Aspect": {
        "Id": "aspects/11",
        "Name": "Melee Critical Strike Threshold",
        "Tags": null
      },
      "Measurement": -1.0,
      "Tags": null
    },
    {
      "Aspect": {
        "Id": "aspects/5",
        "Name": "Melee Damage",
        "Tags": null
      },
      "Measurement": 10.0,
      "Tags": null
    },
    {
      "Aspect": {
        "Id": "aspects/1",
        "Name": "Combat Dice",
        "Tags": null
      },
      "Measurement": 0.01,
      "Tags": null
    },
    {
      "Aspect": {
        "Id": "aspects/31",
        "Name": "Power",
        "Tags": null
      },
      "Measurement": 20.0,
      "Tags": null
    }
  ],
  "Quality": "Epic",
  "ItemQuality": "None",
  "QualitySaved": null,
  "QualityAsEnum": "None",
  "Requirements": null,
  "Income": null,
  "Header": null,
  "Modifiers": [],
  "Enchants": 0,
  "Parents": [],
  "Combinations": [],
  "DeprecationIdentity": null,
  "LastChanged": "0001-01-01T00:00:00.0000000",
  "Flagged": false,
  "NotSure": false,
  "MaximumEnchants": 0,
  "IsBaseItem": false,
  "Tags": [
    "equippable",
    "crafted"
  ],
  "@metadata": {
    "Raven-Entity-Name": "Items",
    "Raven-Clr-Type": "Lightrose.Models.Item, Lightrose.Web",
   ...