Skip to content

Instantly share code, notes, and snippets.

@lrlna
Created August 6, 2019 13:42
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 lrlna/8b92e394864d57c7d9b0ea23de49ac6a to your computer and use it in GitHub Desktop.
Save lrlna/8b92e394864d57c7d9b0ea23de49ac6a to your computer and use it in GitHub Desktop.
[
{ item: "journal", qty: 25, size: { h: 14, w: 21, uom: "cm" }, status: "A" },
{ item: "notebook", qty: 50, size: { h: 8.5, w: 11, uom: "in" }, status: "A" },
{ item: "paper", qty: 100, size: { h: 8.5, w: 11, uom: "in" }, status: "D" },
{ item: "planner", qty: 75, size: { h: 22.85, w: 30, uom: "cm" }, status: "D" },
{ item: "postcard", qty: 45, size: { h: 10, w: 15.25, uom: "cm" }, status: "A" }
]
{ item: "mousepad", qty: 25, tags: ["gel", "blue"], size: { h: 19, w: 22.85, uom: "cm" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment