|
|
|
|
|
by evincarofautumn
3418 days ago
|
|
In my opinion, XSLT is a disappointing implementation of a great idea: a DSL for structurally transforming a data format, encoded in the same data format. I guess S-expressions fit the bill if you want to use a Lisp, but I wouldn’t mind having something similar for JSON. |
|
> something similar for JSON
And I've looked for this as well. Haven't really tried any solution in the trenches but this one might be interesting for you: https://github.com/mmckegg/json-query
Also, GraphQL is tangentially related.