You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but i can't find a way to use the value of &$.formParameter[x].name as the key of the output json.
That is because anything i put before the comma is considered as a simple string (is not evaluated by json2json).
Using XSLT my problem is solvable using the following XSL instruction:
I'm trying to convert a json alike the next:
into this:
but i can't find a way to use the value of &$.formParameter[x].name as the key of the output json.
That is because anything i put before the comma is considered as a simple string (is not evaluated by json2json).
Using XSLT my problem is solvable using the following XSL instruction:
You can find an application of this at:
http://stackoverflow.com/a/7922068/4892253
Is this supported at the moment? Can you suggest how to proceed?
Thank you in advance
The text was updated successfully, but these errors were encountered: