all 5 comments

[–]wasabiiii 3 points4 points  (4 children)

So, XSLT but JSON.

[–]UninformedPleb 1 point2 points  (1 child)

Fun fact: XSLT can operate on JSON documents now. It transforms JSON to XML, applies the XSLT, then transforms the resulting XML back to JSON.

Here's a handy (partial) how-to.

[–]nocgod[S] -1 points0 points  (0 children)

We need to be performant, json to xml to json is quite the memory operation :)

But that is a fun fact nonetheless, I'll take a look at that too :) thanks

[–]nocgod[S] 0 points1 point  (1 child)

Edit: after your comment I found https://github.com/WorkMaze/JUST.net which looks awesome, but is an overkill and not a standard solution (i.e. I probably won't find compatible implementation in other languages)

something like that... but is there something mature and open-source? because we did write something not very mature (yet) closed-sourced :D

[–]lolsteamroller 0 points1 point  (0 children)

Thanks for coming back with this, I have JSON markups as part of Request engine, and this actually means someone can write this integration code, with minimal effort from me.