bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.54k stars 328 forks source link

is there any nodejs library to perform the tranformation? #1167

Open aman-godara opened 1 year ago

aman-godara commented 1 year ago

I work for a small startup and for our use case we need the functionality of transformation on our own website.

Here in the README file it is mentioned that some Google Instance is doing this transformation (I believe jolt library is running on this Google Instance), is this possible for us to communicate directly with this google instance somehow, i.e. without using http://jolt-demo.appspot.com? We want to build our own UI on top of this transformation allowing us to directly communicate with this Google Instance without going through http://jolt-demo.appspot.com.

Alternatively, if there is any nodejs version of jolt, which can do the same transformation just on the client side, please refer me to that. Thank you.