schibsted / jslt

JSON query and transformation language
Apache License 2.0
638 stars 120 forks source link

Read the JSON from DB and convert to a different JSON format using JSLT #323

Closed iammurugesh closed 10 months ago

iammurugesh commented 10 months ago

I will try to explain my scenario here. Any help would be much appreciated!!!

we are currently building a pass through system, where we get request from System A in a JSON format, we need to convert that to a different JSON format and pass to system B and vice versa. We are planning to Save the API's request and response in DB and transform that. So how can we read this from DB in runtime and Transform using JSLT.

larsga commented 10 months ago

I'm closing this as a duplicate of issue #322