Skip to content

Instantly share code, notes, and snippets.

@RichardLitt
Created September 11, 2014 17:28
Show Gist options
  • Save RichardLitt/3d9c8c1a63d5922d240e to your computer and use it in GitHub Desktop.
Save RichardLitt/3d9c8c1a63d5922d240e to your computer and use it in GitHub Desktop.
Filter object
var test = {
filters: {
filterOne: [
{},
{},
],
filterTwo: [...]
}
},
otherkey: "",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment