Skip to content

Instantly share code, notes, and snippets.

@einarwh
Last active May 13, 2020 18:38
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 einarwh/1b3908d25c37e1750b054011766313ae to your computer and use it in GitHub Desktop.
Save einarwh/1b3908d25c37e1750b054011766313ae to your computer and use it in GitHub Desktop.
JSON representation of an active shopping cart.
{
"_state": "active",
"unpaidItems": [
{
"id": "1bcd",
"title": "gizmo"
},
{
"id" : "3cdf",
"title": "widget",
"description": "A very useful item"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment