Created
September 15, 2017 04:56
-
-
Save andixurniawan/95ef4a2f7edb7ab2fd87fdfc8433d77e to your computer and use it in GitHub Desktop.
Sample data nested query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "created": 1483922349000, | |
| "price": 239000, | |
| "retention": [{ | |
| "duration": 180, | |
| "sold": 7, | |
| "order": 7 | |
| }, | |
| { | |
| "duration": 30, | |
| "sold": 0, | |
| "order": 0 | |
| }, | |
| { | |
| "duration": 0, | |
| "sold": 7, | |
| "order": 7 | |
| } | |
| ] | |
| }, { | |
| "created": 1483923792000, | |
| "price": 99000, | |
| "retention": [{ | |
| "duration": 180, | |
| "sold": 3, | |
| "order": 3 | |
| }, | |
| { | |
| "duration": 30, | |
| "sold": 0, | |
| "order": 0 | |
| }, | |
| { | |
| "duration": 0, | |
| "sold": 3, | |
| "order": 3 | |
| } | |
| ] | |
| }, { | |
| "created": 1483922322000, | |
| "price": 160500, | |
| "retention": [{ | |
| "duration": 180, | |
| "sold": 4, | |
| "order": 4 | |
| }, | |
| { | |
| "duration": 30, | |
| "sold": 0, | |
| "order": 0 | |
| }, | |
| { | |
| "duration": 0, | |
| "sold": 4, | |
| "order": 4 | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample query nested query in https://gist.github.com/nakamichikun/5e54ee12c5bc6945044352dc789a3bb6