JsonExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements JSON extensions.
public static class JsonExtensions
type JsonExtensions = class
Public Module JsonExtensions
- Inheritance
-
JsonExtensions
Methods
Dequeue<T>(List<T>) |
Removes first element of a queue. |
EvaluateExpression(ValueExpression, Object) |
Evaluate ValueExpression according the value type. |
ReplaceJTokenRecursively(JToken, Object) |
Replaces the binding paths in a JSON Token value with the evaluated results recursively. Returns the final JSON Token value. |