Welcome to the JSINQ playground!
Try out JSINQ now! Here is how:
- There are three datasets that you can select elements from. These are
Customers, Products and Orders.
You can look at the structure and contents of each dataset by clicking on the tabs
at the top of the page.
- Each dataset is associated with a placeholder. For Customers
it is $0, for Products it is $1 and for Orders
(you guessed it) it is $2. Use these placeholders when you wish
to refer to one of the datasets.
- Type your query into the input box at the bottom of the page and click on
Execute query to see the results.
- You can use the drop-down above the input box to pick a sample query
and to get an idea of what JSINQ (or really LINQ) looks like.
- Have a lot of fun and be sure to report any bugs you encounter!