discoveryjs / discovery

A framework for rapid data (JSON) analysis, shareable serverless reports and dashboards
https://discoveryjs.github.io/discovery/
MIT License
331 stars 6 forks source link

Support Set and Map #62

Closed smelukov closed 3 years ago

smelukov commented 3 years ago

Data:

{
  foo: new Set([{bar: 1 }, {bar: 2 }, {bar: 3 }]),
  baz: new Map([[quux: [1, 2, 3]]])
}

Queries:

lahmatiy commented 3 years ago

That's a subject for jora query language