tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

Support nested property in sub-query FROM clause #25

Closed tastott closed 9 years ago

tastott commented 9 years ago

E.g.

SELECT
   (SELECT COUNT() FROM Things.Wotsit[0]) AS Count
FROM
   'file://blah.json'