lodash.js fiddle

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

by sundaramkumar

HTML

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

JavaScript

var typeInfo = {
  "info": {
    "description": "Automatically generated by API Discovery",
    "title": "35.175.135.183",
    "version": "0.0.1"
  },
  "openapi": "3.0.0",
  "paths": {
    "/": {
      "get": {
        "parameters": [{
          "in": "query",
          "name": "XDEBUG_SESSION_START",
          "required": false,
          "schema": {
            "type": "string"
          }
        }, {
          "in": "query",
          "name": "a",
          "required": false,
          "schema": {
            "type": "string"
          }
        }, {
          "in": "query",
          "name": "content",
          "required": false,
          "schema": {
            "type": "string"
          }
        }, {
          "in": "header",
          "name": "upgrade-insecure-requests",
          "required": false,
          "schema": {
            "type": "integer"
          }
        }],
        "requestBody": {
          "content": {
            "application/json": {},
            "application/x-www-form-urlencoded": {}
          },
          "x-no-content-type": {}
        },
        "responses": {
          "200": {
            "content": {
              "text/html": {
                "x-unparsable-json": true
              }
            },
            "description": "autogenerated by API Discovery",
            "headers": {
              "accept-ranges": {
                "required": true,
                "schema": {
                  "type": "string"
                }
              },
              "etag": {
                "required": true,
                "schema": {
                  "type": "string"
                }
              },
              "last-modified": {
                "required": true,
                "schema": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "x-powered-by": {
                "required": true,
           ...