Skip to content

Instantly share code, notes, and snippets.

@nahid
Created December 30, 2018 15:46
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 nahid/333092f4de24e987538eee6da77fb64a to your computer and use it in GitHub Desktop.
Save nahid/333092f4de24e987538eee6da77fb64a to your computer and use it in GitHub Desktop.
QArray Example
[
{
"name": "Samsung Note 2",
"brand": "Samsung",
"price": 30000,
"released_at": "2017-12-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"note"
]
},
{
"name": "Samsung Note 3",
"brand": "Samsung",
"price": 32000,
"released_at": "2018-02-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"note"
]
},
{
"name": "Samsung Galaxy S1",
"brand": "Samsung",
"price": 35000,
"released_at": "2018-05-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"galaxy",
"s-series"
]
},
{
"name": "Samsung Galaxy S2",
"brand": "Samsung",
"price": 40000,
"released_at": "2018-06-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"galaxy",
"s-series"
]
},
{
"name": "Xiaomi Redmi 3",
"brand": "Xiaomi",
"price": 15000,
"released_at": "2018-05-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"redmi"
]
},
{
"name": "Xiaomi Note 3",
"brand": "Xiaomi",
"price": 25000,
"released_at": "2018-08-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"note"
]
},
{
"name": "Xiaomi Redmi 5",
"brand": "Xiaomi",
"price": 20000,
"released_at": "2018-07-02 13:27:37",
"tags": [
"mobile",
"smart-phone",
"redmi"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment