Is there any way efficiently to join JSON data? Suppose we have two JSON datasets:
{\"COLORS\":[[1,red],[2,yellow],[3,orange]]}
{\"FRUITS\":[[1,apple],[2,ba
Alasql JavaScript SQL library does exactly what you need in one line:
You can play with this example in jsFiddle.
This is a SQL expression, where: