Skip to content

Instantly share code, notes, and snippets.

@yamikuronue
Created October 16, 2015 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamikuronue/f4411311db0afe31e7f2 to your computer and use it in GitHub Desktop.
Save yamikuronue/f4411311db0afe31e7f2 to your computer and use it in GitHub Desktop.
let data = [{
ID: '1',
Name: 'test game',
Adult: false,
GameMasters: null,
Tags: [],
IC: null
},
{
ID: '2',
Name: 'test game 2',
Adult: false,
GameMasters: null,
Tags: [],
IC: null
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment