|
|
|
|
|
by naniwaduni
2381 days ago
|
|
Worth noting jq is not quite like what GP has tried, in that it seems to be designed as a command-line utility first with only incidental concessions to allow itself to be linked as a library. Its C API is poorly documented and essentially defined by the single implementation. The language itself is immensely powerful and not really sandboxable. It's a nice language to work in but definitely not one I'd want to expose as a user interface. |
|
By "not really sandboxable", what powerful features of jq do you mean?
I'm not sure what's meant by "expose as a user interface". It's a pretty abstract DSL, so I would certainly only expose it to programmers.