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

JDT - Transform JSON files using a JSON transformation file

Results 23 json-document-transforms issues
Sort by recently updated
recently updated
newest added

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...

I'm trying to transform ``` { "outputs": [ { "type": "Sample" }, { "type": "Sample1", "indexNamePrefix": "Sample2", "serviceUri": "Sample3", "eventDocumentTypeName": "Sample4" } ] } ``` into something like this ```...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello all. First, my issue could very well be solved if I could find the correct and complete documentation for slow cheetah usage, specifically in PowerShell. I'm trying to add...

Example explained in Replace section of the wiki does not work - https://github.com/Microsoft/json-document-transforms/wiki/Replace-Transformation#path-attribute Please fix the documentation.

Currently, the root-level element cannot be an array, the transformation will fail. First off, I think we need to add better error handling to improve the user experience. Then, look...

enhancement

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...

Hello, Could you please create new nuget release which would include fix for issue #16? Thank you

I have a JSON file with an object with one property called "Groups", which is an array of objects. In my base JSON, i have 2 objects in the array....