Replies: 1 comment
-
I'm actually mostly interested in using jslt for scripting in the CLI or with scripting languages that don't have their own (good) JSON libraries already, or where getting those libraries onto the system would be a lot of trouble. For that reason, I'm mostly interested in the CLI mode of jslt, not the library API calls. For my use, I would be fine without jackson support (and in fact, the lighter the dependencies, the better, probably). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some users need to be able to use JSLT without Jackson, and to support these users work is underway on a JSLT implementation that has no dependencies on Jackson.
It will be possible to support transforming Jackson
JsonNode
objects into newJsonNode
objects, but performance will likely suffer somewhat.Are there any users for whom this matters because they really do need Jackson?
Beta Was this translation helpful? Give feedback.
All reactions