So here’s a little somethin’-somethin’ that more than quite a few folks, including myself, will enjoy..
XSLT: Riding the challenge: Transforming JSON
Ever wanted to access and manipulate JSON as ordinary XML? To transform it with XSLT?
No problem, use the f:json-document() and f:json-file-document() as provided by FXSL.
Here is a quick example:
Find more at the above linked post. Thanks, Dimitre!

