json-document-transforms icon indicating copy to clipboard operation
json-document-transforms copied to clipboard

Tranformation help

Open chapas opened this issue 6 years ago • 1 comments

I'm transforming to intermediary values, not the final values; I'm unable to transform this:

"ClientStoreExpiration": 300,

into this:

"ClientStoreExpiration": $IdentityServerClientStoreExpiration,

Is this possible?

When it's a string there is no problem because it sits inside quotes, ex:

"UserStoreUrl": "http:\\localhost" into "UserStoreUrl": "$UserStoreUrl"

chapas avatar Apr 18 '19 20:04 chapas

Unfortunately, this is not possible without the use of custom macros. We use Newtonsoft, which doesn't support different values

davilimap avatar Sep 18 '19 18:09 davilimap