Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
{
"kind": "PodList",
"apiVersion": "v1",
"metadata": {
"selfLink": "/api/v1/pods",
"resourceVersion": "27074399"
},
"items": [
{
"metadata": {
@checketts
checketts / index.html
Last active August 29, 2015 13:56
Parsing JSON
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<input value="BMW" disabled><br/>
<button id="myBtn">Get Records</button>
<div id="output1"></div>