Given the flexibility of JSONQ, it can be utilized with any data source. Some of the following examples contain their own data. Those that do not reference either the Customer or Product example databases.
json
aggregation
Aggregation operations - simple count
Aggregation operations - conditional count
Aggregation operations - nested count
Aggregation operations - grouped count
Aggregation operations - simple sum
Aggregation operations - projected sum
Aggregation operations - grouped count
Aggregation operations - simple min
Aggregation operations - projected min
Aggregation operations - grouped min
Aggregation operations - min subquery
Aggregation operations - simple max
Aggregation operations - projected max
Aggregation operations - grouped max
Aggregation operations - max subquery
Aggregation operations - simple average
Aggregation operations - projected average
Aggregation operations - grouped average
restriction
Where - compound query - alternate query syntax
Where - compound query - full object notation
order
Order - Multiple with Comparator
Order - Multiple Descending Simple
Order - Multiple Descending Comparator
Order - Multiple Descending Comparator
projection
Projection - anonymous objects 1
Projection - anonymous objects 2
Projection - anonymous objects 3
Projection - compound selection 1
Projection - compound selection 2
Projection - compound selection 3
join
element
Element operators - first conditional
grouping
Grouping - anagram comparator with mapping