operon is a query language created in 2018.
#2494on PLDB | 6Years Old |
Operon.io is a powerful language to query, transform and integrate JSON-data. You can use it for example to build a small microservice for your backend services. All code is run on the powerful and battle tested Java Virtual Machine (JVM).
From json:true
Function mySum($a, $b):
$a + $b
End
Select [1 ... 5] => array:Reduce(mySum($a, $b))