Class JsonTransformer
Performs transformations between JSON schemas.
Inheritance
System.Object
JsonTransformer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Manatee.Json.Transform
Assembly: Manatee.Json.dll
Syntax
public static class JsonTransformer
Methods
| Improve this Doc View SourceTransform(JsonValue, JsonValue)
Performs transformations between JSON schemas.
Declaration
public static JsonValue Transform(this JsonValue source, JsonValue template)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonValue | source | The source JSON. |
| JsonValue | template | A template defining the transformation. |
Returns
| Type | Description |
|---|---|
| JsonValue | The transformed JSON. |