View json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mydata = [ | |
{ | |
"objects": [ | |
{ | |
"brand": "BMW", | |
"objectId": "20204wew02", | |
"description": "Blinkers", | |
"objectType": "Part", | |
"brandName": "BMW", | |
"DOB": true, |
View gist:a66f9ee12b70fc5050d1eafde466c0c9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parentItems = [ | |
{ | |
name: 'Parent-1', | |
modified: new Date().getTime(), | |
childItems: [ | |
{ | |
name: 'P[1] Child-1', | |
childItems: [ | |
{ name: 'P[1] C[1] GrandChild-1'}, | |
{ name: 'P[1] C[1] GrandChild-2'}, |
View template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container-fluid"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<!--Owner Table below--> | |
<div class="panel panel-default panel-table"> | |
<div class="panel-heading"> | |
<div class="row"> | |
<div class="col col-xs-6"> | |
<h2 class="panel-title">Owner Packages</h2> | |
</div> |
View test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"IsTruncated": false, | |
"KeyMarker": "", | |
"VersionIdMarker": "", | |
"Versions": [ | |
{ | |
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"", | |
"Size": 0, | |
"StorageClass": "STANDARD", |
View response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"IsTruncated": false, | |
"KeyMarker": "", | |
"VersionIdMarker": "", | |
"Versions": [{ | |
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"", | |
"Size": 0, | |
"StorageClass": "STANDARD", | |
"Key": "project-1/", | |
"VersionId": "null", |