Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 620 Bytes

File metadata and controls

14 lines (9 loc) · 620 Bytes

StructuredData.Transform.JsonPatch

Implementation of StructuredData.Transform that transforms json using JsonPatch {via Json.NET and Marvin.JsonPatch.Dynamic}

Available as a package on Nuget

##Usage

  • Install the package and it's dependencies

    install-package StructuredData.Transform.JsonPatch

  • Use one of the extension methods on StructuredDataTransform [E.g. "source json text".Transform("json patch data", "application/json", "jsonPatch")]