-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nested node conditions system, add only array collection import s…
…ystem
- Loading branch information
Showing
4 changed files
with
76 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,16 @@ | |
"email": "[email protected]", | ||
"website":"www.example.com" | ||
}, | ||
"items":[ | ||
{"id":1, "name":"MacBook Pro 13 inch retina", "price": 1500}, | ||
{"id":2, "name":"MacBook Pro 15 inch retina", "price": 1700}, | ||
{"id":3, "name":"Sony VAIO", "price": 1200}, | ||
{"id":4, "name":"Fujitsu", "price": 850} | ||
"users":[ | ||
{"id":1, "name":"Johura Akter Sumi", "location": "Barisal"}, | ||
{"id":2, "name":"Mehedi Hasan Nahid", "location": "Barisal"}, | ||
{"id":3, "name":"Ariful Islam", "location": "Barisal"}, | ||
{"id":4, "name":"Suhel Ahmed", "location": "Sylhet"}, | ||
{"id":5, "name":"Firoz Serniabat", "location": "Gournodi"}, | ||
{"id":6, "name":"Musa Jewel", "location": "Barisal", "visits": [ | ||
{"name": "Sylhet", "year": 2011}, | ||
{"name": "Cox's Bazar", "year": 2012}, | ||
{"name": "Bandarbar", "year": 2014} | ||
]} | ||
] | ||
} |
This file contains 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
This file contains 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
This file contains 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