eiiches / jackson-jq

jq for Jackson Java JSON Processor
Other
282 stars 37 forks source link

Add uuid5 in "jackson-jq/extras" module #323

Closed eiiches closed 9 months ago

eiiches commented 9 months ago

Usage example:

import "jackson-jq/extras" as extras;
"name" | extras::uuid5("2eb04e17-176e-4ba1-95b5-05834ca864d7") # => 52f527cc-e264-50b3-9bb1-15917606a90e

uuid5 will not be imported in the root scope (as opposed to uuid4, which is imported to the root scope automatically if the jar is present on the classpath).