tastott / jsoql

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

Expressions in SELECT list #28

Closed tastott closed 9 years ago

tastott commented 9 years ago

E.g.

SELECT SomeNumberProperty + AnotherNumberProperty AS SumOfStuff FROM 'file://things.json'

or

SELECT Name + ' has ' + HairColour + ' hair' FROM 'file://people.json'